Windows程序[总排行] [月排行] [周排行] [日排行]
@echo服务端关闭: taskkill -f -im nupdate.exe taskkill -f -im nstats.exe taskkill -f -im nserver.exe taskkill -f -im nsched.exe taskkill -f -im nrouter.ex taskkill -f -im nreplica.exe taskkill -f -im nmtc.exe taskkill -f -im nmaps.exe taskkill -f -im nlogasio.ex...
分类:Windows程序 时间:2014-11-24 13:34:12 阅读:357
根据公司业务需求,需要用memcache缓存,正好接触一下,在win7下配置安装:1. 下载memcache的windows稳定版,解压放某个盘下面,比如在c:\memcached2. 在终端(也即cmd命令界面)下输入 ‘c:\memcached\memcached.exe -d install’...
分类:Windows程序 时间:2014-11-24 13:32:09 阅读:234
ZMap 功能说明ZMap.js 本类方法功能大多使用 prototype 原型 实现;包含的功能有:轨迹回放,圈画区域可编辑,判断几个坐标是否在一个圆圈内,生活服务查询,从经纬度获取地址信息,地图工具包括测距,获取面积,以积打印地图,地图全屏,实时路况,坐标是否在polygon区域内,打车方案,经...
分类:Windows程序 时间:2014-11-24 13:28:50 阅读:290
https://github.com/Luracast/Restler通过composer安装依赖后,整个vendor将近三十兆。这太不爽了。搞PHP的人如果没有洁癖的追求,跟搞Java的咸鱼有神码两样(注:就是找抽,抽我吧)。仔细看了以后,发现里面有一些依赖的库不是必须的。有用的有: * Illu...
分类:Windows程序 时间:2014-11-24 13:28:57 阅读:309
第二篇调用webservice,web服务是http://webservice.webxml.com.cn/webservices/DomesticAirline.asmx,航班查询服务添加web服务的方法是:在visual studio中的“解决方案管理器”的项目中有个“引用”,右击“添加服务引用...
分类:Windows程序 时间:2014-11-24 13:18:48 阅读:333
最近一直在搞网络编程,这篇是关于webservice的,准备写两篇例子这篇是实现手机号码归宿地查询,下篇准备写实现机票查询。这个网站(http://www.webxml.com.cn/zh_cn/index.aspx)提供了几个免费的web服务。以下为结果:(包括了C#调用webservice(二)...
分类:Windows程序 时间:2014-11-24 13:18:09 阅读:274
C#中,获取容器中所有控件foreach (Control contr in this.palchangepassword.Controls) { contr.Visible = true; }C#中,获取容器中某种控件foreach (Control con in this.Controls) {...
分类:Windows程序 时间:2014-11-24 13:13:19 阅读:193
1.关机,重启命令 ????shutdown -r -t 5 -r是重启,如果把-r换成-s是关机 -t 5的意思是5秒后重启,如果是0就是立即重启 ,也可以不加-t 5 ????设置好自动关机后,如果想取消的话,可以在【运行】中输入“...
分类:Windows程序 时间:2014-11-24 12:07:34 阅读:240
HttpCookie cok = Request.Cookies["institutionAccount"];                 if (cok != null)                 {                     cok.Values.Remove(ConstVariables.CurrentInstitutionAccountSessionKey);...
分类:Windows程序 时间:2014-11-24 11:56:39 阅读:255
window.close(), scripts may not close windows that were not opened by script...
分类:Windows程序 时间:2014-11-24 11:56:00 阅读:1561
17737773877398646
上一页共86458条下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!