码迷,mamicode.com
首页 >  
搜索关键字:share strand    ( 6103个结果
linux用户管理
如果要是一次性将多个组添加到用户组中,可以中间用逗号隔开: usermod -g oinstal,dba arcerzhanguseradd -m -d /home/share -g root -s /bin/tcsh test 建立test用户passwd test 系统会提示你为test输入.....
分类:系统相关   时间:2014-05-27 00:48:56    阅读次数:286
linux基础命令学习(七)samba服务器配置
samba有五种安全级别,它们分别是: share:不需要samba账户就可登陆samba服务器 user:需要添加samba账户才可以登陆samba服务器 server:由另外一台samba服务器来对用户进行身份验证。 domain:把samba服务器加入到NT域,由NT的域控制器来进行身份验证。...
分类:系统相关   时间:2014-05-24 00:19:01    阅读次数:392
vim设置配色主题
默认主题注释为蓝色,完全看不清。可以在~/.vimrc当中设置colorscheme参数。我在zsh设置中设置了快捷键,直接编辑。colorscheme参数的值可以在/usr/share/vim/vim73/colors当中查看配色方案,为.vim结尾的文件名字。也可以到vim的网站上下载其他方案,...
分类:其他好文   时间:2014-05-23 23:35:52    阅读次数:349
使用Memcached、Spring AOP构建数据库前端缓存框架
使用Memcached、Spring AOP构建数据库前端缓存框架,代码下载地址:http://www.zuidaima.com/share/1781569917635584.htm...
分类:数据库   时间:2014-05-22 12:35:20    阅读次数:422
java多线程模式ThreadLocal原理简述及其使用详解
java多线程模式ThreadLocal原理简述及其使用详解,代码下载地址:http://www.zuidaima.com/share/1781557457128448.htm...
分类:编程语言   时间:2014-05-22 10:49:06    阅读次数:312
chown,chmod,chgrp,改变时区用法
chown递归更新文件所有者chown -cR --from=olduser:oldgroup newuser:newgroup *chmod 777 *sudo chmod 775 * -Rchgrp root *sudo cp /usr/share/zoneinfo/Europe/Paris /...
分类:其他好文   时间:2014-05-22 02:56:20    阅读次数:205
file /usr/share/mysql/... conflicts with file from package mysql-libs-5.1.73-3.el6_5.x86_ 64 MySQL安装
在CentOS 6.5安装MySQL 5.6.17,安装到最后一个rpm文件MySQL-server时安装命令是:rpm -ivh MySQL-server-5.6.17-1.el6.x86_64.rpm出现了错误信息:error: Failed dependencies: libai...
分类:数据库   时间:2014-05-21 22:57:20    阅读次数:779
Writing Reentrant and Thread-Safe Code(译:编写可重入和线程安全的代码)
Writing Reentrant and Thread-Safe Code编写可重入和线程安全的代码(http://www.ualberta.ca/dept/chemeng/AIX-43/share/man/info/C/a_doc_lib/aixprggd/genprogc/writing_re...
分类:编程语言   时间:2014-05-21 21:30:30    阅读次数:434
集群
集群集群
分类:其他好文   时间:2014-05-20 22:28:07    阅读次数:365
SNMP 和 NetBios协议理解
http://note.youdao.com/share/?id=0f3b39a6c3e0d5363076729662d164a3&type=note一、简单网络管理协议(SNMP,Simple Network Management Protocol)构成了互联网工程工作小组(IETF,Intern...
分类:移动开发   时间:2014-05-20 10:49:00    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!