Let's go
摘要: https://www.cnblogs.com/lansy/p/4627649.html采纳 阅读全文
posted @ 2018-07-03 17:22 chenze 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 今天师傅教了一个线程入门知识点,以备后面使用: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 Stopwatch watch = Stopwatch.StartNew(); 6 7 ////业务1 拿到起返回值 8 //var 阅读全文
posted @ 2018-07-03 15:17 chenze 阅读(241) 评论(1) 推荐(0) 编辑
摘要: 1.SQLServer导出: 点击要导出数据库 >右键(任务) >生成脚本 >下一步 >下一步(高级)要编写脚本的数据类型 选择架构和数据 2.重置sa密码: 忘记了sa密码:可以混合模式登陆 1.用windows身份验证登陆. 2.新建查询 3.输入 EXEC sp_password NULL, 阅读全文
posted @ 2018-07-02 16:28 chenze 阅读(1140) 评论(0) 推荐(0) 编辑
摘要: 简单的图片上传: 1.进入官网下载uploadify插件:http://www.uploadify.com/download/ 2.导入uploadify插件提供的css样式和类库: <link href="~/Content/uploadify/uploadify.css" rel="styles 阅读全文
posted @ 2018-07-02 15:56 chenze 阅读(173) 评论(0) 推荐(0) 编辑
摘要: datetimebox赋值或取值 $('#j_dateStart').datebox('setValue', ""); //赋予空值 $("#j_dateStart").datebox("getValue"); //获取值 <input class="easyui-datetimebox" name 阅读全文
posted @ 2018-06-29 17:08 chenze 阅读(1496) 评论(0) 推荐(0) 编辑
有事您Q我