示例代码:angular.module("myTest",[])
.directive(‘multipleIdentityNo‘,[function(){
return{
require:"ngModel",
link:function(scope,element,attr,ngModel){
if(ngModel){
varemailsRegexp=/^/d{17}[X0-9]{1}$/;//校验身-份-s-证号码
}
varcustomValidator=function(value..
分类:
其他好文 时间:
2015-04-09 17:45:18
阅读次数:
196
eclipse任何版本导入ADT时都会遇到这个警告: Warning: You are installing software that contains unsigned content.The authenticity or validity of this software cannot...
分类:
系统相关 时间:
2015-04-03 17:09:18
阅读次数:
777
keytool -genkeypair -v -keystore C:/Apps/akishimo.keystore -alias tomoshibi -keyalg RSA -validity 30000
分类:
其他好文 时间:
2015-03-12 15:00:47
阅读次数:
125
1.Create two users:johnwith uid/gid equal to2000, password12345678anddaviswith uid/gid equal to3000, password87654321. Makedavis‘ account validity sto...
分类:
其他好文 时间:
2015-03-10 16:52:50
阅读次数:
264
1,通过jdk自带的keytool生成.keystore文件执行下面的命令:
/usr/bin/keytool -genkey -alias xiaomaodan -keyalg RSA -validity 36500执行上面的命令后需要输入相关的证书信息
Enter keystore password:
Re-enter new password:
What is your first...
分类:
其他好文 时间:
2015-01-26 13:45:20
阅读次数:
177
本机环境:windows 71.生成keystore>keytool -genkey -alias demo.keystore -keyalg RSA -validity 3650 -keystore demo.keystore2.编译打包>cocos compile -p web|android|...
分类:
Web程序 时间:
2015-01-06 21:30:37
阅读次数:
388
1.生成keystore按照下面的命令行 在C:\Program Files\Java\jdk1.6.0_10\bin>目录下,输入keytool -genkey -alias android.keystore -keyalg RSA -validity 100000 -keystore andro...
分类:
移动开发 时间:
2014-12-25 14:25:54
阅读次数:
240
1、使用Java keytool工具生成本地数字证书
keytool -genkeypari -keyalg RSA -keysize 2048 -sigalg SHA1withRSA -VALIDITY 36000 -alias www.baidu.com -keystroe baidu.keystore
C:\Users\Administrator>keytool
密钥和证书管理工具...
分类:
其他好文 时间:
2014-12-18 22:26:31
阅读次数:
381
制作Andriod应用须要使用jdk中的一个工具keytool,例如以下首先 cmd输入命令:keytool -genkey -v -keystore gkhapp.keystore -alias gkhapp -keyalg RSA -validity 1000说明:-keystore gkhap...
分类:
移动开发 时间:
2014-12-18 11:44:57
阅读次数:
228
创建一个用来存放签名文件的文件夹Android_keystorecmd.exeD:\Android_keystore>keytool -genkey -alias aeo_android.keystore -keyalg RSA -validity 20000 -keystore aeo_andro...
分类:
移动开发 时间:
2014-12-16 18:54:39
阅读次数:
186