书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 133 个相关结果.
  • Beauty Is in Simplicity

    Beauty Is in Simplicity Beauty Is in Simplicity There is one quote that I think is particularly good for all software developers to know and keep close to their hearts: Beaut...
  • 起步

    2607 2019-04-06 《vue-beauty2 文档》
    vue-beauty 特性 引入 版本 浏览器支持 相关链接 相关开源项目 谁在使用 vue-beauty vue-beauty 是一套基于 vue.js 和 ant-design样式 的PC端 UI 组件库,旨在帮助开发者提升产品体验和开发效率、降低维护成本。 特性 丰富的组件,涵盖常用场景 基于vue组件化开发,数据驱动视图...
  • 3. 同时选取DataFrame的行和列

    3. 同时选取DataFrame的行和列 # 读取college数据集,给行索引命名为INSTNM;选取前3行和前4列 In [ 23 ]: college = pd . read_csv ( 'data/college.csv' , index_col = 'INSTNM' ) college . iloc [:...
  • 8. 确定大学校园多样性

    8. 确定大学校园多样性 # US News给出的美国10所最具多样性的大学 In [ 71 ]: pd . read_csv ( 'data/college_diversity.csv' , index_col = 'School' ) Out [ 71 ]: In [ 72 ]: college = pd . ...
  • Triangulate Node

    71 2024-08-11 《Blender 4.2 Manual》
    Triangulate Node Inputs Properties Outputs Example Triangulate Node The Triangulate node converts all faces in a mesh (quads and n-gons) to triangular faces. It functions ...
  • Triangulate Node

    100 2024-06-26 《Blender 4.1 Manual》
    Triangulate Node Inputs Properties Outputs Example Triangulate Node The Triangulate node converts all faces in a mesh (quads and n-gons) to triangular faces. It functions ...
  • 7. 用链式方法重现idxmax

    7. 用链式方法重现idxmax # 和前面一样,只选出数值列 In [ 76 ]: college = pd . read_csv ( 'data/college.csv' , index_col = 'INSTNM' ) cols = [ 'MD_EARN_WNE_P10' , 'GRAD_DEB...
  • 按钮 button

    886 2019-06-24 《MinUI 组件库》
    wxc-button Install Demos API Button Note ChangeLog v1.0.1(2018-6-5) v1.0.0(2018-02-26) wxc-button MinUI 小程序组件 - 按钮组件 Install $ min install @minui / wxc - button ...
  • Triangulate Modifier

    93 2024-06-26 《Blender 4.1 Manual》
    Triangulate Modifier Options Triangulate Modifier The Triangulate modifier converts all faces in a mesh (quads and n-gons) to triangular faces. It fulfills the exact same funct...
  • 全局CSS样式

    1642 2019-04-06 《vue-beauty2 文档》
    全局CSS样式 概览 HTML5 文档类型 基本样式 Normalize.css 布局容器 排版 标题 内联文本元素 对齐及换行 用法 文本颜色 文本大小 背景区块 margin和padding 工具类 浮动 用法 clearfix 显示隐藏 动画过渡类 全局CSS样式 和Bootstrap一样,为了增强跨浏览...