码迷,mamicode.com
首页 >  
搜索关键字:425 security    ( 6031个结果
stuts-security.xml
/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
tsung
# /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
first elected will hand
Olderagegroupstheprevalenceof"continuouslossof"psychologicalcrisisandfear.Thethreatofavarietyofdiseases,disabilityacceleratedmemoryloss,fearoflonelinessallsorts,allthetimehauntthem.Facedwiththeadventofanagingsociety,"asenseofsecurity,oldmusic"hasbecomeincre..
分类:其他好文   时间:2014-07-26 03:20:17    阅读次数:278
密码、文件MD5加密,密码sha256、sha384、sha512Hex等加密
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
ahjesus 让我的MVC web API支持JsonP跨域
无数被跨域请求爆出翔来的人 遇到请求成功却不能进入success 总是提示parsererror 参考一下两篇文章吧参考文章http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-apian...
分类:Windows程序   时间:2014-07-25 14:08:21    阅读次数:307
代理模式 与 Spring AOP
AOP:在一个服务的流程中插入与业务逻辑无关的系统服务逻辑(例如Logging、Security),这样的逻辑称为Cross-cutting concerns,将Cross-cutting concerns独立出来设计为一个对象,这样的特殊对象称之为Aspect,Aspect-oriented pr...
分类:编程语言   时间:2014-07-25 13:52:31    阅读次数:251
vb.net模拟文件上传
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生成证书
验证是否已创建过同名的证书 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
Chapter 1 Securing Your Server and Network(6):为SQL Server访问配置防火墙
SQL Server 的通信基于TCP和UDP端口,如果你需要从非本机的机器上访问SQL Server,需要打开防火墙的端口。...
分类:数据库   时间:2014-07-24 12:25:25    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!