上一页 1 ··· 316 317 318 319 320 321 322 323 324 ··· 399 下一页
摘要: 原型模式 http://www.cnblogs.com/zhili/p/PrototypePattern.html ICloneable接口 https://msdn.microsoft.com/en-us/library/system.icloneable(v=vs.110).aspx Suppo 阅读全文
posted @ 2017-01-12 17:36 ChuckLu 阅读(231) 评论(0) 推荐(0)
摘要: http://www.howtogeek.com/119365/how-to-hide-zip-files-inside-a-picture-without-any-extra-software/ copy /B picture.gif+YourMenu.zip newfile.gif 阅读全文
posted @ 2017-01-12 13:53 ChuckLu 阅读(188) 评论(0) 推荐(0)
摘要: 节选自 7 Things You Need To Stop Doing To Be More Productive, Backed By Science “We found that perfectionism trips up professors on the way to research p 阅读全文
posted @ 2017-01-11 22:00 ChuckLu 阅读(253) 评论(0) 推荐(0)
摘要: Welcome to Medium, a place to read, write, and interact with the stories that matter most to you. 网站的右下角,会有近期的文章的排名,一般来说都是不错的 8 Things Every Person Sh 阅读全文
posted @ 2017-01-11 21:53 ChuckLu 阅读(339) 评论(0) 推荐(0)
摘要: 打印日志 console.log 类型判断 第一种方式var type = Object.prototype.toString.call(list);console.log(type);第二种方式typeof list == 'string'第三种方式 注意有3个等号typeof(list) 'nu 阅读全文
posted @ 2017-01-09 17:52 ChuckLu 阅读(398) 评论(0) 推荐(0)
摘要: 显示时间的格式 1. 设置Mask.EditMask和DisplayFormat,EditFormat属性,设置为一致:'yyyy-MM-dd HH:mm'; //按照想要的显示格式设置此字符串。 参考: http://blog.csdn.net/enter89/article/details/46 阅读全文
posted @ 2017-01-05 15:30 ChuckLu 阅读(3083) 评论(0) 推荐(0)
摘要: 强制换行:将光标置于拟换行处,按ALT+Enter键,即可强行换行。 阅读全文
posted @ 2017-01-03 11:30 ChuckLu 阅读(353) 评论(0) 推荐(0)
摘要: LayoutControl布局设置为Table 拖动一个layoutcontrol到form上之后,会自动附带一个layoutgroup 设置layoutgroup的layoutmode为table 设置layoutgroup的OptionsTableLayoutGroup,这个属性里的行和列设置一 阅读全文
posted @ 2016-12-28 17:55 ChuckLu 阅读(2357) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms171687(v=vs.110).aspx Controls in a TableLayoutPanel control can span adjacent rows and columns. To span co 阅读全文
posted @ 2016-12-19 14:53 ChuckLu 阅读(1710) 评论(0) 推荐(0)
摘要: MVC stands for Model, View, Controller. MVC is a pattern for developing applications such that each part has a responsibility that is different from a 阅读全文
posted @ 2016-12-10 14:23 ChuckLu 阅读(187) 评论(0) 推荐(0)
上一页 1 ··· 316 317 318 319 320 321 322 323 324 ··· 399 下一页