上一页 1 ··· 305 306 307 308 309 310 311 312 313 ··· 389 下一页
摘要: 禁用窗体大小变化 Note:设置成FixedSingle是无效的 阅读全文
posted @ 2017-02-20 09:11 ChuckLu 阅读(506) 评论(0) 推荐(0) 编辑
摘要: https://www.codewars.com/kata/binary-operations-number-1/train/csharp Your work is to write a method that takes a value and an index, and returns the 阅读全文
posted @ 2017-02-18 18:52 ChuckLu 阅读(347) 评论(0) 推荐(0) 编辑
摘要: System.Environment.CurrentDirectory Application.StartupPath https://msdn.microsoft.com/en-us/library/system.windows.forms.application.startuppath(v=vs 阅读全文
posted @ 2017-02-15 11:15 ChuckLu 阅读(405) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/16809393/select-into-in-mysql Use the CREATE TABLE SELECT syntax. http://dev.mysql.com/doc/refman/5.0/en/create-tab 阅读全文
posted @ 2017-02-13 14:51 ChuckLu 阅读(332) 评论(0) 推荐(0) 编辑
摘要: https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridViewsBandedGridBandedGridViewtopic Remarks The BandedGridView class provides t 阅读全文
posted @ 2017-02-13 11:07 ChuckLu 阅读(1869) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.lineargradientbrush(v=vs.110).aspx 横向渐变 new Point(0, 10), new Point(200, 10), new Po 阅读全文
posted @ 2017-02-09 14:35 ChuckLu 阅读(843) 评论(0) 推荐(0) 编辑
摘要: stackoverflow上的回答 http://stackoverflow.com/questions/2821035/c-sharp-get-start-date-and-last-date-based-on-current-date DevExpress的横轴,根据时间,自适应 https:/ 阅读全文
posted @ 2017-01-20 11:25 ChuckLu 阅读(836) 评论(0) 推荐(0) 编辑
摘要: https://documentation.devexpress.com/#WindowsForms/CustomDocument2976 阅读全文
posted @ 2017-01-19 17:06 ChuckLu 阅读(486) 评论(0) 推荐(0) 编辑
摘要: DateTimeExtensions http://stackoverflow.com/questions/2136487/calculate-week-of-month-in-net/2136549#2136549 GetWeekOfYear https://msdn.microsoft.com/ 阅读全文
posted @ 2017-01-16 11:16 ChuckLu 阅读(2126) 评论(0) 推荐(0) 编辑
摘要: 获取选中的Text radioGroup1.Properties.Items[radioGroup1.SelectedIndex].Description 阅读全文
posted @ 2017-01-16 10:16 ChuckLu 阅读(301) 评论(0) 推荐(0) 编辑
上一页 1 ··· 305 306 307 308 309 310 311 312 313 ··· 389 下一页