06 2017 档案

摘要:CMD运行指令 开始→运行→CMD→键入以下命令即可: gpedit.msc 组策略 sndrec32 录音机 Nslookup IP地址侦测器 explorer 打开资源管理器 logoff 注销命令 tsshutdn 60秒倒计时关机命令 lusrmgr.msc 本机用户和组 services. 阅读全文
posted @ 2017-06-30 22:47 hllive 阅读(665) 评论(0) 推荐(0)
摘要:极客学院官网copy下来的 阅读全文
posted @ 2017-06-30 21:05 hllive 阅读(241) 评论(0) 推荐(0)
摘要:用法 阅读全文
posted @ 2017-06-23 10:47 hllive 阅读(273) 评论(0) 推荐(0)
摘要:-- 开启远程选项 exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure -- 方法1: SELECT top 5 * FROM OPENDATASOURCE('SQLOLEDB','Data Source=192... 阅读全文
posted @ 2017-06-22 22:03 hllive 阅读(186) 评论(0) 推荐(0)
摘要:模板设置是为了在“添加新项”时默认格式 1、打开文件:D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class 2、把文件中的模板修改自定义的格式 阅读全文
posted @ 2017-06-12 17:24 hllive 阅读(476) 评论(0) 推荐(0)
摘要://关闭页面(12306获得) $('#close_print_order').on('click', function(e) { window.opener = null; window.open('','_self'); window.close(); }); } 阅读全文
posted @ 2017-06-08 17:25 hllive 阅读(112) 评论(0) 推荐(0)
摘要:1、将Grid++Report安装文件中(\WebSamples\asp.net(csharp)\App_Code)的ReportData.cs,MssqlReportData.cs两个文件复制到自己项目中的App_Code文件中。并配置数据库连接 2、复制grinstall文件夹和CreateCo 阅读全文
posted @ 2017-06-05 17:20 hllive 阅读(561) 评论(0) 推荐(0)