码迷,mamicode.com
首页 >  
搜索关键字:design grid    ( 9338个结果
iOS_Mac Catalyst(iOS 设计规范翻译)
这是 iOS 系统设计规范翻译第二篇,热烈欢迎理性讨论,如有翻译不到位之处请批评指正。 原文:https://developer.apple.com/design/human-interface-guidelines/ios/overview/mac-catalyst/ 作者:苹果公司 译者:泽泽先 ...
分类:移动开发   时间:2020-04-19 23:41:07    阅读次数:255
The NUIX System: Making Computers Easier to Use-UNIX让电脑更易使用
The NUIX System: Making Computers Easier to Use1982Bell Laboratories HostBack in 1969, a Couple of Computer Scientist here at Bell Laboratories, start... ...
分类:其他好文   时间:2020-04-19 22:19:16    阅读次数:64
Ant Design Pro安装学习
Ant Design Pro学习 Ant Design Pro 官网:https://pro.ant.design/index-cn 开箱即用的中台前端/设计解决方案 基于 React 的中后台管理控制台的脚手架,UI是Ant Design,,框架是 Ant Design Pro 安装前,你的本地环 ...
分类:其他好文   时间:2020-04-19 22:13:55    阅读次数:551
EF下怎么理解IEnumerable/ICollection/IQueryable?
IEnumerable 最基本的列表容器,连列表项Count都不能获取 允许遍历, 但不允许添加、删除、更新列表项 支持使用where linq查询 适合填充Grid展示及筛选 ICollection IEnumerable 的扩展,增加了添加、删除、更新等操作 可以获取列表项Count, 获得Co ...
分类:编程语言   时间:2020-04-19 13:09:59    阅读次数:105
10个超厉害GitHub Repos献给所有的开发者
Photo by Vishnu R Nair on Unsplash 作为共享各种技术、框架、库和集合的第一平台,GitHub在提供数量规模庞大的共享资源的同时,随之而来的问题是如何才能找到对你而言最有用的库。为此,本文整理出这一份包含10个超棒GitHub库的清单,能够为所有软件工程师提供巨大的价 ...
分类:其他好文   时间:2020-04-19 01:22:10    阅读次数:120
Leetcode 1254. Number of Closed Islands
Leetcode 1254. Number of Closed Islands Given a 2D grid consists of 0s (land) and 1s (water). An island is a maximal 4 directionally connected group o ...
分类:其他好文   时间:2020-04-17 22:04:59    阅读次数:63
【Java】【设计模式 Design Pattern】单例模式 Singleton
什么是设计模式? 设计模式是在大量的实践中总结和理论化之后的最佳的类设计结构,编程风格,和解决问题的方式 设计模式已经帮助我们想好了所有可能的设计问题,总结在这些各种各样的设计模式当中,也成为GOF23 恕我直言,设计模式是OOP的精华总结 七大原则: 并不是一定要完全遵守这7大原则,耦合一定存在, ...
分类:编程语言   时间:2020-04-17 22:04:13    阅读次数:80
Altium Designer 3D
...
分类:其他好文   时间:2020-04-17 19:57:03    阅读次数:71
kendo中给grid表自动添加序号
columns: [ { field: "", title: "序号", template: "<span class='row-number'></span>", width:50 }] dataBound: function () { var rows = this.items(); $(row ...
分类:其他好文   时间:2020-04-17 12:44:24    阅读次数:102
powerdesigner 导入sql文件生成模型
利用现有的sql文件导入powerdesigner生成模型: 1. 打开powerdesigner,点击“文件”按钮如下图: 2. 打开之后如图所示选择: 3. 点击确定之后如图所示: 点击 Add Files 按钮 选择所要导入的sql文件,点击确定,即可生成模型 ...
分类:数据库   时间:2020-04-16 15:01:19    阅读次数:71
9338条   上一页 1 ... 45 46 47 48 49 ... 934 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!