码迷,mamicode.com
首页 >  
搜索关键字:user role    ( 39969个结果
修改客户端连接的服务器IP地址
Windows XP 步骤如下:1 点击 开始2 点击 运行3 输入 regedit4 点击 确定5 点击 HKEY_CURRENT_USER 左边加号+6 点击 Software 左边加号 +7 点击 zdedumanager8 右键点击 AppServer IP:9 点击 修改10 输入新的IP...
分类:其他好文   时间:2014-05-29 01:32:28    阅读次数:281
linux查看文件权限
ls -l abc (abc是文件名) 那么就会出现相类似的信息,主要都是这些:drwxr-xr-x 一共有10位数 其中: 最前面那个 d 代表的是类型 目录文件 中间那三个 rw- 代表的是所有者(user) 然后那三个 r-x 代表的是组群(group) 最后那三个 r-x 代表的...
分类:系统相关   时间:2014-05-28 22:36:17    阅读次数:286
Oracle建立表空间和用户
建立表空间和用户的步骤: 用户 建立:create user 用户名 identified by "密码"; 授权:grant create session to 用户名; grant create table to 用户名; grant c...
分类:数据库   时间:2014-05-28 21:41:27    阅读次数:393
命令行修改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
yourphp的edit,updata,dele
参考文件Yourphp\Lib\Action\User\PostAction.class.phppublic function add() { $form=new Form(); $form->isadmin=0; $form->doThumb = ...
分类:Web程序   时间:2014-05-28 03:50:25    阅读次数:334
linux系统环境变量.bash_profile/bashrc文件
系统环境变量的查看:[root@localhost ~]# envHOSTNAME=localhost.localdomainSELINUX_ROLE_REQUESTED=TERM=xtermSHELL=/bin/bashHISTSIZE=1000SSH_CLIENT=192.168.7.105 5...
分类:系统相关   时间:2014-05-28 00:48:18    阅读次数:415
树莓派安装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
shell中的Mysql查询
1 #!/bin/bash 2 #查询 3 echo -e 4 for i in `cat id.txt` 5 do 6 A=`mysql -h10 -uw -p2012 -Ne "select Id,Name,User_Logindate from info where Id=$i"`...
分类:数据库   时间:2014-05-27 18:08:04    阅读次数:341
shell 生产带有作者信息的基本go源文件
#!/bin/bash# Program to output a go source file with user informationCURRENT_TIME=$(date +"%x %r %Z")cat << EOF/* Author:$USER CreatedAt:$CURRENT_TIME...
分类:其他好文   时间:2014-05-27 17:49:29    阅读次数:283
Ubuntu login as root automatically
vim /etc/lightdm/lightdm.confFinally, edit the file as shown below and save it.autologin-user=autologin-user-timeout=0
分类:其他好文   时间:2014-05-27 16:11:09    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!