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