04 2019 档案

摘要: 阅读全文
posted @ 2019-04-29 14:09 编程世界里晃荡 阅读(179) 评论(0) 推荐(0) 编辑
摘要:// 摘要: // 设置值,该值表示的流中断设置 System.Windows.Forms.FlowLayoutPanel 控件。 // // 参数: // control: // 子控件。 // // value: // 要设置的流中断值。 [DisplayName("FlowBreak")] p 阅读全文
posted @ 2019-04-24 11:23 编程世界里晃荡 阅读(1253) 评论(0) 推荐(0) 编辑
摘要:可以使用 ORACLE TRUNC()函数 来进行判断 表 A 日期字段 datetime 部分数据带时分秒,部分数据没有时分秒 select * from A where datetime = TRUNC(datetime) --不包含时分秒 select * from A where datetime TRUNC(datetime) --包含时分秒 也可以用 TRUNC... 阅读全文
posted @ 2019-04-18 10:17 编程世界里晃荡 阅读(6766) 评论(0) 推荐(0) 编辑
摘要:1 引用 using System.Runtime.InteropServices; 2 3 4 [DllImport("kernel32.dll", EntryPoint = "GetSystemDefaultLCID")] 5 public static extern int GetSystemDefaultLCID(); 6 ... 阅读全文
posted @ 2019-04-17 17:37 编程世界里晃荡 阅读(2222) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示