码迷,mamicode.com
首页 >  
搜索关键字:user    ( 38326个结果
Oracle如何创建表空间
create user frame identified by tiger;grant create session to frame;grant create table to frame;grant create tablespace to frame;grant create view to ...
分类:数据库   时间:2014-06-11 13:00:15    阅读次数:283
oracle删除数据库表空间
步骤一: 删除userdrop user ×× cascade说明: 删除了user,只是删除了该user下的schema objects,是不会删除相应的tablespace的。步骤二: 删除tablespaceDROP TABLESPACE tablespace_name INCLUDING C...
分类:数据库   时间:2014-06-11 12:49:07    阅读次数:277
DB2建库简单例子
--重启数据库FORCE APPLICATION ALL DB2STOPDB2START --创建数据库CREATE DATABASE mysdedb USING CODESET UTF-8 TERRITORY US COLLATE USING SYSTEM USER TABLESPACE MANA...
分类:数据库   时间:2014-06-11 10:20:03    阅读次数:307
xmpp muc 群聊协议 4
7.Occupant Use CasesThe main actor in a multi-user chat environment is the occupant, who can be said to be located "in" a multi-user chat room and to ...
分类:其他好文   时间:2014-06-11 10:13:56    阅读次数:261
yii表单的各种验证
/验证规则详细配置 public function rules() { // NOTE: you should only define rules for those attributes that // will receive user inputs. ...
分类:其他好文   时间:2014-06-11 10:05:03    阅读次数:180
黑马程序员-GUI
GUI图形化界面Graphical user interfaceMenuBar通过Frame的方法setMenuBar(Menubar)添加到Frame中。Dialog和FileDialog()通过构造函数接受一个Frame. CLI command user interfacejava.Awt ;...
分类:其他好文   时间:2014-06-11 09:47:54    阅读次数:276
《Usermod:user lee is currently logged in 家目录不能改变解决方法》
前面短时间自己玩samba服务时,上面的所有服务都做好了,家目录死活就是不能访问,删掉自己的smb.conf文件,自己到别的服务上用rsync同步过来的文件,启动服务家目录还是不能访问,排了一下午,终于发现/etc/passwd 文件中用户的家目录发生了变化,所以家目录不能访问到。当使用usermo...
分类:其他好文   时间:2014-06-11 08:38:03    阅读次数:289
C语言预处理命令
1.#error Directive (C/C++)The #error directive emits a user-specified error message at compile time and then terminates the compilation.#error toke...
分类:编程语言   时间:2014-06-11 08:34:39    阅读次数:347
User-Added Coordinate Systems in SimMechanics for unsupported Gear constraints
CAD Software RequirementsThis CAD assembly can be opened in SolidWorks? 2007 and later versions.Assembly and Exported XML FileIn this assembly, two ge...
分类:其他好文   时间:2014-06-11 08:17:18    阅读次数:1800
linux命令之-pstree使用说明
pstree shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees r...
分类:系统相关   时间:2014-06-11 07:46:47    阅读次数:522
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!