01 2017 档案
摘要:stackoverflow上的回答 http://stackoverflow.com/questions/2821035/c-sharp-get-start-date-and-last-date-based-on-current-date DevExpress的横轴,根据时间,自适应 https:/
阅读全文
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2976
阅读全文
摘要:DateTimeExtensions http://stackoverflow.com/questions/2136487/calculate-week-of-month-in-net/2136549#2136549 GetWeekOfYear https://msdn.microsoft.com/
阅读全文
摘要:获取选中的Text radioGroup1.Properties.Items[radioGroup1.SelectedIndex].Description
阅读全文
摘要:原型模式 http://www.cnblogs.com/zhili/p/PrototypePattern.html ICloneable接口 https://msdn.microsoft.com/en-us/library/system.icloneable(v=vs.110).aspx Suppo
阅读全文
摘要: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
阅读全文
摘要:节选自 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
阅读全文
摘要:Welcome to Medium, a place to read, write, and interact with the stories that matter most to you. 网站的右下角,会有近期的文章的排名,一般来说都是不错的 8 Things Every Person Sh
阅读全文
摘要:打印日志 console.log 类型判断 第一种方式var type = Object.prototype.toString.call(list);console.log(type);第二种方式typeof list == 'string'第三种方式 注意有3个等号typeof(list) 'nu
阅读全文
摘要:显示时间的格式 1. 设置Mask.EditMask和DisplayFormat,EditFormat属性,设置为一致:'yyyy-MM-dd HH:mm'; //按照想要的显示格式设置此字符串。 参考: http://blog.csdn.net/enter89/article/details/46
阅读全文
摘要:强制换行:将光标置于拟换行处,按ALT+Enter键,即可强行换行。
阅读全文