码迷,mamicode.com
首页 >  
搜索关键字:screen design    ( 8152个结果
155. Min Stack
Problem : Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() R ...
分类:其他好文   时间:2020-04-21 23:45:18    阅读次数:59
IE11 CSS hack
IE11 怎么做 CSS hack ? 很简单。 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ant-form-item-control .ant-input { line-height: 0 ...
分类:Web程序   时间:2020-04-21 18:42:20    阅读次数:83
数据库关于拖拽排序功能的字段设计和逻辑
一、背景 最近做的一个比较简单 CMS 项目,其中最“复杂”的功能就是要对表格中的数据实现 。 实例效果如下: 二、前端 用的是 AntDesign 的组件 其中的 拖拽排序 的示例: https://ant.design/components/table cn/ components t ...
分类:数据库   时间:2020-04-21 15:18:25    阅读次数:72
ant Design pro Table列表添加列颜色
{ title: '应收账款', dataIndex: 'ysk', key: 'ysk', align: 'center', width: '100px', className: `${styles.columnTwo}`, // 添加这个 } ...
分类:其他好文   时间:2020-04-20 15:59:50    阅读次数:316
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
10个超厉害GitHub Repos献给所有的开发者
Photo by Vishnu R Nair on Unsplash 作为共享各种技术、框架、库和集合的第一平台,GitHub在提供数量规模庞大的共享资源的同时,随之而来的问题是如何才能找到对你而言最有用的库。为此,本文整理出这一份包含10个超棒GitHub库的清单,能够为所有软件工程师提供巨大的价 ...
分类:其他好文   时间:2020-04-19 01:22:10    阅读次数:120
c# gdi+截图桌面, 通过remoting发送给wpf展现,即远程监控桌面
1.截图关键代码 public class ScreenShotHelper : MarshalByRefObject, IScreenShotHelper { public byte[] GetImage() { var wid = Screen.PrimaryScreen.Bounds.Widt ...
分类:Windows程序   时间:2020-04-18 18:37:22    阅读次数:94
【Java】【设计模式 Design Pattern】单例模式 Singleton
什么是设计模式? 设计模式是在大量的实践中总结和理论化之后的最佳的类设计结构,编程风格,和解决问题的方式 设计模式已经帮助我们想好了所有可能的设计问题,总结在这些各种各样的设计模式当中,也成为GOF23 恕我直言,设计模式是OOP的精华总结 七大原则: 并不是一定要完全遵守这7大原则,耦合一定存在, ...
分类:编程语言   时间:2020-04-17 22:04:13    阅读次数:80
8152条   上一页 1 ... 39 40 41 42 43 ... 816 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!