Linux特别重要的命令:1.shutdown–h now立即关机2.shutdown –r now立即重启3.reboot重启4.pwd显示当前目录的路径5.useradd ***添加一个用户6.passwd username设置username的密码,不加username则表示给当前用户更改密码...
分类:
系统相关 时间:
2015-01-15 15:40:32
阅读次数:
357
new SqlConnection("server=LJM\\MSSQL2005;database=MySchool;uid=sa;pwd=123456")
分类:
数据库 时间:
2015-01-14 09:44:29
阅读次数:
171
virsh回车进入交互式界面: version pwd hostname 显示本节点主机名 nodeinfo 显示节点信息 list --all 显示所有云主机 7种状态: running 运行中 idel 空闲,未运行 paused 暂停状态 ...
分类:
其他好文 时间:
2015-01-13 21:26:21
阅读次数:
249
转载请注明:TheViperhttp://www.cnblogs.com/TheViper先看下面例子this.login=function *(){ ....... var q=userModel.findOne({email:name,pwd:pwd}); q.select('_i...
分类:
其他好文 时间:
2015-01-12 00:23:40
阅读次数:
243
[root@localhost targeted]# pwd/etc/selinux/targeted[root@localhost targeted]# getsebool -a|grep sambasamba_create_home_dirs --> offsamba_domain_contro...
分类:
系统相关 时间:
2015-01-11 16:04:47
阅读次数:
189
doGet请求方式: String path = "http://192.168.22.73:8080/web/LoginServlet?username="+URLEncoder.encode(name, "utf-8")+"&password="+URLEncoder.encode(pwd, "...
分类:
移动开发 时间:
2015-01-09 01:34:23
阅读次数:
233
这是shell逐行执行文件:#!/bin/shfilepath="/home/test/test.txt"whilereadLINEdouser=`echo$LINE|awk‘{print$1}‘`pwd=`echo$LINE|awk‘{print$2}‘`done<$filepath
分类:
系统相关 时间:
2015-01-07 15:11:24
阅读次数:
140
uname-a查看内核版本ls-al显示所有文件的属性pwd显示当前路径cd-返回上一次目录cd~返回主目录dates设置时间、日期cal显示日历cal2006bc计算器具man&info帮助手册locale显示当前字体locale-a所有可用字体/etc/sysconfig/i18n设置文件LAN...
分类:
其他好文 时间:
2015-01-07 14:37:42
阅读次数:
260
modify pwd:passwdadd useruseradd user1passwd user1groupsgroupaddinstall GUI (version centos 6.2)# yum -y groupinstall "Desktop" "Desktop Platform" "X ...
分类:
其他好文 时间:
2015-01-07 14:30:16
阅读次数:
116