1@echooff2setlocalenabledelayedexpansion3rem-----BatchFile-----4for/f"tokens=1,2"%%ain(list.txt)do(5setREMOTE_ADDR=%%a6echo!REMOTE_ADDR!7setPWD=%%b8ec...
分类:
其他好文 时间:
2014-07-07 11:28:32
阅读次数:
221
1, 将应用部署到服务器上可以正常启动2, 在Eclipse中,有相同的项目(程序)3, 项目右键(ops-web)-->Debug as --> Debug Configurations...--> Remote Java Application 填好服务器的IP地址,和端口,这个端口是 调试端口...
分类:
系统相关 时间:
2014-07-07 08:47:17
阅读次数:
366
一导入js库二、默认校验规则(1)required:true 必输字段(2)remote:"check.php"使用ajax方法调用check.php验证输入值(3)email:true 必须输入正确格式的电子邮件(4)url:true 必须输入正确格式的网址(5)date:true 必须输入正确格...
分类:
Web程序 时间:
2014-07-06 14:04:28
阅读次数:
291
本文转载至http://blog.csdn.net/remote_roamer/article/details/7107007 1. @implementation Singleton2.3.+ (Singleton *)instance {4. static Singleton *inst...
分类:
移动开发 时间:
2014-07-06 13:27:26
阅读次数:
208
本文转载至http://blog.csdn.net/remote_roamer/article/details/7105776抛出错误的代码[cpp]view plaincopy//如果返回的报文是错误信息,则抛出错误if([outParamscount]<=0){[NSExceptionraise...
分类:
移动开发 时间:
2014-07-06 13:08:51
阅读次数:
247
You can easily mount remote server file system or your own home directory using special sshfs and fuse tools.FUSE - Filesystem in UserspaceFUSE is a L...
分类:
系统相关 时间:
2014-07-05 16:58:48
阅读次数:
294
问题:客户端无法连接到远程计算机。可能没有启用远程连接或者计算机太忙不能接受新的连接。也可能是网络问题阻止连接。请稍后重新尝试连接。如果问题仍然存在 请与管理员联系。解决方法:1.首先确认远程登陆的服务是打开的,也就是Remote Desktop Services(Windows xp里面是Term...
分类:
其他好文 时间:
2014-07-05 16:46:18
阅读次数:
330
Java层的Binder对象模型:
IBinder
IBinder是Binder通信机制中的核心部分(Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when pe...
分类:
其他好文 时间:
2014-07-03 16:46:20
阅读次数:
204
1. Enable rsh on macos. 1). os version (10.0) Enabling the "Allow remote login" option turns on telnet, rlogin (remote login), and rsh (remote shell) ...
分类:
其他好文 时间:
2014-07-03 00:28:18
阅读次数:
436
照抄大牛的Demo,自己信心满满地建好个各种项,结果死活不让通过,遇到了以下几个问题(大部分是自己作出来的...)1.运行不起来,报错如下Error 26:SQL Server does not allow remote connections. (provider: SQL Network Int...
分类:
Web程序 时间:
2014-07-02 18:18:33
阅读次数:
226