二、默认校验规则(1)required:true必输字段(2)remote:"check.php"使用ajax方法调用check.php验证输入值(3)email:true必须输入正确格式的电子邮件(4)url:true必须输入正确格式的网址(5)date:true必须输入正确格式的日期(6)dat...
分类:
Web程序 时间:
2014-09-02 15:22:14
阅读次数:
321
Bydefault,RemoteTCPconnectionisnot
enabledinPostGres.DefaultbehavioristolistenforTCP/IPconnections
onlyonthelocalloopbackaddresslocalhost.Thereforeweneedto
modifypg_hba.confFiletoenableremoteaccessinPostGresatC:\ProgramFiles\PostGresSQL\9.3\data(ExampleforP..
分类:
其他好文 时间:
2014-09-02 12:38:05
阅读次数:
207
右键--》SFTP/FTP -》Sync Remote To Local {作者:半条虫(466814195)}
提示以下错误
An unexpected error occurred, please send the file ~/.config/sublime-text-2/Packages/User/SFTP.errors.log to support@wbond.net
...
分类:
其他好文 时间:
2014-09-02 12:26:14
阅读次数:
265
1. 在Eclipse里面创建一个server 端的project。然后,创建一个接口,这个接口是你要向client端开放的方法定义。它叫做:UserManagerInterface,而且必须继承Remote接口。 1 package dataserver.rmi.stub; 2 3 impo...
分类:
编程语言 时间:
2014-09-02 10:18:54
阅读次数:
302
Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.co...
分类:
其他好文 时间:
2014-09-02 01:33:03
阅读次数:
230
rails 表单嵌套里面的表单提交的时候会提交外面的表单。rails 默认把里面的表单删除(即你查看html的时候会发现里面的form表单不见了)。如果 form 指定 remote: true . 但是却使用 this.form.submit(); 这个js 来提交表单的话,表单的 remot.....
分类:
其他好文 时间:
2014-09-01 19:32:13
阅读次数:
192
1、远程目标机器安装D:\Program Files (x86)\Borland\Remote Debugger\20,没有光盘从已安装的xe6电脑上Bin目录下拷贝文件bccide.dllbordbk200.dllbordbk200N.dllcomp32x.dllDCC32200.dllrmtdb...
分类:
编程语言 时间:
2014-09-01 19:24:03
阅读次数:
326
public class Notifier {
private static final String TAG = Notifier.class.getSimpleName();
private static Notifier instance;
private Context mContext;
private static final int NOTIFICATION_ID_1 =...
分类:
移动开发 时间:
2014-09-01 17:53:53
阅读次数:
812
Delphi7环境一、目标远程机器:安装服务光盘里有,单独安装,启动bordbg61.exeD:\Program Files (x86)\Borland\Remote Debugger\6.1\Bin二、开发环境调试机器Run>Parameters>Remote>Remote Path :\\192...
分类:
编程语言 时间:
2014-09-01 17:39:43
阅读次数:
206
Suse 11下多路径Udev配置最近给客户基于SuSe 11 SP3下多路径部署Oracle 10g RAC。SuSe 11下用10g,也算一朵奇葩,连篇文档都比较难找,谁叫Oracle太贵呢。下面主要是描述了在该环境下如何去配置多路径。由于10g下的ocr与votingdisk不能直接存放到asm磁盘,所以依旧要使用raw设备方式来保存。下文供大家参考。一、查看当前scsi设备及获取设备wwi...
分类:
其他好文 时间:
2014-09-01 15:42:33
阅读次数:
491