上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 连接: 查看密码: 设置密码: 连接后进行验证: 阅读全文
posted @ 2017-11-30 00:36 hllive 阅读(113) 评论(0) 推荐(0) 编辑
摘要: using System.Data; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using System.Text; namespace es.Common { public class JsonParse : IDisposable { #region 释放资源... 阅读全文
posted @ 2017-10-12 22:44 hllive 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 提交项目之前必须先安装Git,下载地址:https://git-scm.com/download/win 1、登录Github后,在顶部导航栏选择New repository: 2、打开Create a new repository页面输入项目名称,我输入的是pisSource,点击Create r 阅读全文
posted @ 2017-08-24 17:08 hllive 阅读(858) 评论(0) 推荐(0) 编辑
摘要: function selected(id, val) { $('#' + id + ' option[value="' + val + '"]').attr('selected', true); } 阅读全文
posted @ 2017-08-16 15:10 hllive 阅读(423) 评论(0) 推荐(0) 编辑
摘要: select (row_number()over(order by dabh)-1)/20[groupby] from v_payroll 阅读全文
posted @ 2017-07-28 23:16 hllive 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 新建一个txt文件,比如我要把我的BMP格式的图片全改成jpg格式的图片,我们就在文档里面写入“ren空格*.jpg空格*.gif"然后保存! 然后将后缀名改为.bat 阅读全文
posted @ 2017-07-12 20:59 hllive 阅读(395) 评论(0) 推荐(0) 编辑
摘要: select convert(varchar(10),dateadd(day,number,dateadd(day,-9,getdate())),120) as [date] from master..spt_values where datediff(day,dateadd(day,number,dateadd(day,-9,getdate())),getdate())>=0 and num... 阅读全文
posted @ 2017-07-05 11:28 hllive 阅读(214) 评论(0) 推荐(0) 编辑
摘要: CMD运行指令 开始→运行→CMD→键入以下命令即可: gpedit.msc 组策略 sndrec32 录音机 Nslookup IP地址侦测器 explorer 打开资源管理器 logoff 注销命令 tsshutdn 60秒倒计时关机命令 lusrmgr.msc 本机用户和组 services. 阅读全文
posted @ 2017-06-30 22:47 hllive 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 极客学院官网copy下来的 阅读全文
posted @ 2017-06-30 21:05 hllive 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 用法 阅读全文
posted @ 2017-06-23 10:47 hllive 阅读(246) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页