新建一个samba文件服务器,实现不同用户组访问控制的需求。所需软件[root@localhost~]yum-yinstallsambasamba-clientsamba-common大致配置如下(只写主要配置)[global]workgroup=WORKGROUP//samba主要是跨平台共享,一般情况下windows都是workgroup组security=user//安全级别..
分类:
其他好文 时间:
2014-08-15 14:51:09
阅读次数:
202
1. 在使用spring security的时候使用注解,@PreAuthorize("hasAnyRole('ROLE_Admin')")放在对方法的访问权限进行控制失效,其中配置如:@Configuration@EnableWebSecuritypublic class SecurityConf...
分类:
编程语言 时间:
2014-08-15 10:40:28
阅读次数:
395
A system for providing security policy for a Linux-based security operating system, which includes a template policy module configured to set an autho...
分类:
系统相关 时间:
2014-08-15 01:29:37
阅读次数:
403
All Sourcesample_all_source_aes256_imcore_net.zipJAVASample :sample_java_aes256_imcore_net.zipJava 6(only JDK6) security File :java_jdk6_security.zipA...
分类:
移动开发 时间:
2014-08-15 01:28:16
阅读次数:
1443
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:
数据库 时间:
2014-08-15 01:25:16
阅读次数:
298
1 SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=ArchiveSys;Integrated Security=True"); 2 //SQLHelper...
分类:
数据库 时间:
2014-08-14 23:30:46
阅读次数:
291
401.Which of the following are correct about block media recovery? (Choose all that apply.)A. Physical and logical block corruption is recorded automa...
分类:
其他好文 时间:
2014-08-14 23:29:56
阅读次数:
865
1.建立一个setting bundle文件。如图:
2.会出现一个文件,打开Root.plist文件,对plist文件中的值进行设置。
3.其中设置中又6种样式。
Group 开头的title
Multi value
Slider 拖拉设置
TextField 文本框
Title 文本
Toggle Switch 开关控件...
分类:
移动开发 时间:
2014-08-14 20:47:19
阅读次数:
350
var Class = function(){ var klass = function(){ this.init.apply(this,arguments); } klass.prototype.init = function...
分类:
编程语言 时间:
2014-08-14 20:22:29
阅读次数:
220
Eclipse复制或修改项目后,把项目部署后发现还是原来的项目名称解决:到项目根目录打开.setting文件夹,找到"org.eclipse.wst.common.component"修改这三处名字要求和部署的项目名称一致就可以了!最后要重启eclipse!!!
分类:
系统相关 时间:
2014-08-14 20:15:09
阅读次数:
246