/WEB-INF/jsp/security/user/add.jsp /WEB-INF/jsp/security/user/update.jsp /WEB-INF/jsp/security/us...
分类:
其他好文 时间:
2014-07-28 15:05:23
阅读次数:
253
# /etc/hosts /etc/security/limits.conf sysctl net.ipv4.ip_local_port_range ? #echo 1024 65535 > /proc/sys/net/ipv4/ip_local_port_range #sudo sysctl -w net.ipv4.ip_local_port_range="1024 64000" #/...
分类:
其他好文 时间:
2014-07-26 15:40:43
阅读次数:
251
Olderagegroupstheprevalenceof"continuouslossof"psychologicalcrisisandfear.Thethreatofavarietyofdiseases,disabilityacceleratedmemoryloss,fearoflonelinessallsorts,allthetimehauntthem.Facedwiththeadventofanagingsociety,"asenseofsecurity,oldmusic"hasbecomeincre..
分类:
其他好文 时间:
2014-07-26 03:20:17
阅读次数:
278
package encryption;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
impor...
分类:
其他好文 时间:
2014-07-26 02:52:06
阅读次数:
280
1、asp.net + mssql using System.Data.SqlClient; string sqlstr=@"Data Source=20131231-0936\SQLEXPRESS;Initial Catalog=czcjc;Integrated Security=True"; ....
分类:
数据库 时间:
2014-07-26 01:23:07
阅读次数:
468
无数被跨域请求爆出翔来的人 遇到请求成功却不能进入success 总是提示parsererror 参考一下两篇文章吧参考文章http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-apian...
AOP:在一个服务的流程中插入与业务逻辑无关的系统服务逻辑(例如Logging、Security),这样的逻辑称为Cross-cutting concerns,将Cross-cutting concerns独立出来设计为一个对象,这样的特殊对象称之为Aspect,Aspect-oriented pr...
分类:
编程语言 时间:
2014-07-25 13:52:31
阅读次数:
251
Imports?Microsoft.VisualBasic
Imports?System.Net
Imports?System.Security.Cryptography.X509Certificates
Imports?System.Security.Authentication
Imports?System.Net.Security
Imports?System.Collec...
分类:
Web程序 时间:
2014-07-25 00:01:24
阅读次数:
475
验证是否已创建过同名的证书
keytool -list -v -alias sso -keystore "%JAVA_HOME%/JRE/LIB/SECURITY/CACERTS" -storepass changeit
删除已创建的证书
keytool -delete -alias tomcat -keystore "%JAVA_HOME%/JRE/LIB/SECURITY/CACERTS...
分类:
其他好文 时间:
2014-07-24 23:09:03
阅读次数:
337
SQL Server 的通信基于TCP和UDP端口,如果你需要从非本机的机器上访问SQL Server,需要打开防火墙的端口。...
分类:
数据库 时间:
2014-07-24 12:25:25
阅读次数:
278