1、作用:创建一个目录;2、格式:mkdir [选项] 路径;3、常见参数:4、使用实例:[root@localhost ~]# mkdir -p ./hello/my[root@localhost ~]# pwd(查看当前目录命令)/root/hello/my该实例使用选项“-p”一次创建了./....
分类:
系统相关 时间:
2014-09-04 16:29:19
阅读次数:
220
su命令和su-命令最大的本质区别就是:前者只是切换了root身份,但Shell环境仍然是普通用户的Shell;而后者连用户和Shell环境一起切换成root身份了。只有切换了Shell环境才不会出现PATH环境变量错误。su切换成root用户以后,pwd一下,发现工作目录仍然是普通用户的工作目录;而..
分类:
系统相关 时间:
2014-09-03 18:20:27
阅读次数:
309
Sybase数据库,需求:新增用户user1,赋予对原数据库中表t_jingyu的查询权限数据库原用户登陆 isql -U用户 -P密码 -S服务名sp_addlogin 'user1','user1_pwd'gosp_adduser 'user1'gogrant select on t_jingy...
分类:
数据库 时间:
2014-09-02 21:12:35
阅读次数:
341
#Linux--记录每个用户登录后的IP信息,还有其它的操作信息,追加vim/etc/profile
PS1="`whoami`@`hostname`:"‘[$PWD]‘(Linux系统提示符是用系统变量PS1来定义的)history(who-uami会显示系统中登陆进来的用户及登陆从哪个IP登陆进来的,这里后面过滤了就取值一个登陆进来的IP)USE..
分类:
系统相关 时间:
2014-09-02 18:07:25
阅读次数:
220
****************link=mysql_connect(HOST,USER,PWD,true); mysql_select_db(DBNAME,$this->link); mysql_query('set names utf8'); ...
分类:
数据库 时间:
2014-09-01 09:15:42
阅读次数:
369
首先按要装cygwin,并选择安装autossh。 然后在cygwin终端中执行安装服务命令: cygrunsrv?-I?AutoSSH?-y?tcpip?-O?-u?$user?-w?$pwd?-p?/usr/bin/autossh?-a?"-f?-M?0?-N?-v?$user@host??-...
[User]1.db.addUser("name","pwd","true/false")2.db.auth("name","pwd")3.show users4.db.removeUser("name")[Collection]1:db.createCollection("name")2:db.g...
分类:
数据库 时间:
2014-08-30 08:44:09
阅读次数:
176
printfprintfFORMAT[ARGUMENT]printfOPTION\n:新行\r:回车\t:横tab\v:竖tab\f:换页-v:输出到变量-:左对其$printf"|%-7s||%7s||%s|\n"Helloworld"mylove."|Hello||world||mylove.|$printf"%s/%s\n"`pwd``ls-1csv-cron*`/home/cloudil/for_sunny/csv-crontab.sh$printf"%s%s\n"`p..
分类:
其他好文 时间:
2014-08-28 18:21:06
阅读次数:
169
贴个代码先:function O(user,pwd){ //use constructorthis.user=user;this.pwd=pwd;this.get=get;return this;}function O2(user,pwd){ //use factoryvar obj=new Obj...
分类:
Web程序 时间:
2014-08-26 19:16:46
阅读次数:
199
我们平时使用asp.net mvc的时候,服务器端可以自动把请求的变量转换成参数的变量。 如果要调用 AccountController 里的public ActionResult CheckLogin(string username, string pwd)action,那我们只需要在jquery...
分类:
Web程序 时间:
2014-08-26 16:54:06
阅读次数:
685