码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
linux简单指令学习历史记录<不断累加中>
ubuntu下的指令:系统部份查看当前在线用户w|who系统用户users向其它在线用户发消息:先w,再writeashleytty1telnetlocalhost11211【hostport之间无冒号】web下载文件:wgethttp://filename网络部份:查看网络接口:ifconfig查看路由:route-n查看网络端口:netstat-tupn重启网..
分类:系统相关   时间:2014-10-07 22:44:56    阅读次数:231
ORACLE查看数据文件-控制文件-日志文件-表空间信息
1、查看当前数据库中的所有用户:selectusernamefromdba_users; 2、查看当前会话登录的用户:show user或select username from user_users;3、查看某用户的所有表:select * from dba_tables where own...
分类:数据库   时间:2014-10-07 21:01:14    阅读次数:212
RMAN连接及简单操作
一、RMAN的进入与退出1、启动RMAN并连接到本地目标数据库C:\Users\Administrator>set oracle_sid=orcl(如果只有一个实例,则不需要指定,RMAN会自动连接到默认实例)C:\Users\Administrator>rman target/恢复管理器: Rel...
分类:其他好文   时间:2014-10-07 15:37:53    阅读次数:225
DirectX - External Overlay - 源代码
Today i'm going to release a new version of my overlay.It's coded for beginners & users who want to create external hacks.With the drawing functions i...
分类:其他好文   时间:2014-10-07 15:36:43    阅读次数:286
android studio出现 waiting for adb
cmd进入命令行,进入adb所在的目录下:出现的鬼异问题如下。C:\Users\xxxx>adb start-server adb server is out of date. killing... ADB server didn't ACK * failed to start daemon...
分类:移动开发   时间:2014-10-07 11:45:43    阅读次数:256
saltstack之用户管理
在集中化管理中,用户管理是重要的。下面是我自己总结salt对用户管理的文档。一、添加单个用户:生成密码opensslpasswd-1 -salt‘linwangyi‘user.users文件[root@salt51salt]#catuser/useradd.slslinwangyi:user.present:-fullname:linwangyiD-shell:/bin/bash-password:‘$1$lin..
分类:其他好文   时间:2014-10-05 23:39:30    阅读次数:1224
mac osx App store 安装软件 发生错误
app store 安装软件时发生错误解决办法:1. 进入如下目录:sh-3.2# cd Library/Application\ Support/App\ Store/sh-3.2# pwd/Users/osxlinux/Library/Application Support/App Stores...
分类:移动开发   时间:2014-10-05 05:43:49    阅读次数:301
VS2012 编译程序时报无法载入PDB文件错误解决方式
VS2012 编译程序时报无法载入PDB文件错误解决方式“ConsoleApplication1.exe”(Win32): 已载入“C:\Users\hp\Documents\Visual Studio 2012\Projects\ConsoleApplication1\Debug\ConsoleA...
分类:数据库   时间:2014-10-04 22:32:37    阅读次数:276
Mac+Sublime+Golang 环境配置所学
关于环境变量:GOPATH是一个路径列表,类似于PATH的设置:GOPATH=/home/USER/go:/home/USER/workspace_go:***在你建好工作空间后,即可开始配置GOPATH了(配置文件是~/.bash_profile)。export GOPATH=/Users/用户名...
分类:其他好文   时间:2014-10-03 20:14:35    阅读次数:228
PhpStorm更换主题,调整背景和字体颜色
从这个网站(http://phpstorm-themes.com/)下载各类主题的xml文件,然后将文件放到phpStorm的文件夹中,比如:C:\Users\USERNAME\.WebIde80\config\colors,如果此时正好开着PHPStorm,那么需要重启一下该IDE,以便载入改成你...
分类:Web程序   时间:2014-10-03 11:32:34    阅读次数:34782
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!