上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 29 下一页
摘要: /// /// 根据年和当前年的第几天,获取年月日字符串 /// /// /// /// public string GetCurrentYearForDays(int Year, int Days) { ///二月,闰年 28年,... 阅读全文
posted @ 2018-03-09 12:14 人生为卒 阅读(759) 评论(0) 推荐(0) 编辑
摘要: string[] PackCodes = PackCode.Split(new string[] { "_1DT" }, StringSplitOptions.None); 阅读全文
posted @ 2018-03-09 10:32 人生为卒 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 可以同时多个执行可以,加快速度 阅读全文
posted @ 2018-03-02 15:57 人生为卒 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 转载: https://jingyan.baidu.com/article/b7001fe1713f980e7282dd18.html 1.点击屏幕左下角开始菜单 2.点击运行,若没有运行,那么按win+R键也可以 3.在运行的“打开”一行中输入“netplwiz” 点击”确定“ 4.在弹出的窗口中 阅读全文
posted @ 2018-01-30 10:28 人生为卒 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 将SVN上的代码checkout到本地之后,可能会修改一些配置文件。但是这些配置文件在提交时不应该提交到SVN上。如果每次提交的时候都需要手动将这些配置文件的勾选去掉的话,很麻烦,而且容易出错。可以在提交的时候,右键点击不想提交的文件,在弹出菜单中选择move to changlise->ingor 阅读全文
posted @ 2018-01-26 15:31 人生为卒 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 转载 :http://www.80iter.com/blog/1439271735822124 调用SqlServer存储过程 1、带有输入输出参数 2、不带有输出参数,只有输入参数 阅读全文
posted @ 2017-12-12 14:58 人生为卒 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 计划生产日期 至 ... 阅读全文
posted @ 2017-12-12 10:51 人生为卒 阅读(3479) 评论(0) 推荐(0) 编辑
摘要: public class ModoClass : BaseModel { /// /// 是否是统计行,初始化为不是 false /// private bool _IsTotal = false; public bool IsTotal { get... 阅读全文
posted @ 2017-12-12 10:33 人生为卒 阅读(1511) 评论(0) 推荐(0) 编辑
摘要: easyui-datagrid写某一行的样式 阅读全文
posted @ 2017-12-12 10:31 人生为卒 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/runner/archive/2013/06/24/3153545.html 最近在通过RESTFUL接口来发布些数据,总是出现请求超时,好不容易找到个靠谱点的了,记下来,回去试下!! “ 问题就是我第一个HttpWebRequest在GetRe 阅读全文
posted @ 2017-12-08 13:33 人生为卒 阅读(541) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 29 下一页