Fork me on GitHub
摘要: 可用于扫码跳转功能 阅读全文
posted @ 2018-07-02 17:51 Something_Diffrent 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 添加环境变量:NLS_LANG,值是:AMERICAN.ZHS16GBK 阅读全文
posted @ 2018-04-12 15:26 Something_Diffrent 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 两个程序进行读和写: 阅读全文
posted @ 2018-04-10 17:00 Something_Diffrent 阅读(2600) 评论(1) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2018-04-07 00:35 Something_Diffrent 阅读(1540) 评论(0) 推荐(1) 编辑
摘要: 创建一个基类BaseEntity: public class BaseEntity { [PrimaryKey] public int Id { get; set; } public DateTime CreateTime { get; set; } public Status Status { g 阅读全文
posted @ 2018-04-03 20:48 Something_Diffrent 阅读(271) 评论(0) 推荐(0) 编辑
摘要: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater 阅读全文
posted @ 2018-01-16 18:29 Something_Diffrent 阅读(1634) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-12 10:50 Something_Diffrent 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-12 10:20 Something_Diffrent 阅读(172) 评论(0) 推荐(0) 编辑
摘要: class Program { private static readonly Stopwatch Watch = new Stopwatch(); static void Main(string[] args) { Watch.Start(); Compute(); GetRandom(); Wa 阅读全文
posted @ 2016-12-12 09:47 Something_Diffrent 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Quarz的xml配置和程序集引用我觉得有点多,对于只需要执行一些简单任务的小白简直不能忍,无意间看到了这个FluentScheduler,于是动手试了试。 话不多说,直接上代码: 然后直接在控制台Program中调用: 结果: 阅读全文
posted @ 2016-11-21 14:28 Something_Diffrent 阅读(2496) 评论(0) 推荐(0) 编辑