码迷,mamicode.com
首页 >  
搜索关键字:apply security setting    ( 14715个结果
知识更新
1:Spring MVC搭建2:Spring MV集成Hibernate3:Spring Cache添加,ehcache和redis对比选用.4:Spring Security或Shiro对比选用5:Maven学习6:添加sitemeshhttp://repo.spring.io/webapp/se...
分类:其他好文   时间:2014-06-29 14:37:07    阅读次数:255
linux 软件开发的源
deb http://mirrors.aliyun.com/ubuntu/ quantal main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ quantal-security main restricte...
分类:系统相关   时间:2014-05-30 08:16:45    阅读次数:371
jekins job configure找不到remote trigger(script)
今天想测试一下,remote的方式启动一个job,但是在“构建触发器”一栏根本找不到remote trigger,很惊讶的是在网上所有的doc或者demo里都是有这个选项的。最后,终于找到了原因: 要启动安全,系统管理-》Configure global security-》启用安全。再回来到jo....
分类:其他好文   时间:2014-05-30 05:47:40    阅读次数:270
命令行修改weblogic用户名和密码
语法为:java weblogic.security.utils.AdminAccount directory例子: C:\bea103\user_projects\domains\7001_Domain\security>java weblogic.security.utils.AdminAc.....
分类:Web程序   时间:2014-05-28 19:59:34    阅读次数:443
LINQ语句中的.AsEnumerable() 和 .AsQueryable()的区别【转】
在写LINQ语句的时候,往往会看到.AsEnumerable() 和 .AsQueryable() 。例如:string strcon ="Data Source=.\\SQLEXPRESS;Initial Catalog=Db_Example;Persist Security Info=True;...
分类:其他好文   时间:2014-05-28 16:07:41    阅读次数:418
Intent的Flag
小段代码:Intentit=newIntent();it.setClass(Setting.this,Main.class);//从Setting跳转到Mainit.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);//加上FlagstartActivity(it);...
分类:其他好文   时间:2014-05-28 04:04:30    阅读次数:248
vcffilter 工具bug以及解决办法
1,使用说明:usage: vcffilter [options] options: -f, --info-filter specifies a filter to apply to the info fields of records, removes alleles which do not p...
分类:其他好文   时间:2014-05-28 03:00:31    阅读次数:371
树莓派安装samba共享文件
安装samba:sudo apt-get install samba修改samba配置:sudo nano /etc/samba/smb.conf修改内容如下去掉 security = user 前#在map to guest = bad user 行下添加 guest account = pi共享...
分类:其他好文   时间:2014-05-27 23:39:38    阅读次数:283
Intel 编译器 静态安全检查 真心的很详细 转
Static Security Analysis with Intel? Parallel Inspector XE_________________________________________________...
分类:其他好文   时间:2014-05-27 17:40:31    阅读次数:390
Java知识总结:Java反射机制(用实例理解)
概念理解:          反射是指一类应用,它们能够自描述和自控制。也就是说,这类应用通过采用某种机制来实现对自己行为的描述(self-representation)和检测(examination),并能根据自身行为的状态和结果,调整或修改应用所描述行为的状态和相关的语义。          Java中的反射是一个强大的工具,他能够创建灵活的代码,这些代码可以在运行时装配,无需在组件之间进...
分类:编程语言   时间:2014-05-24 23:03:49    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!