oracle角色、权限和用户[转贴 2010-1-25
10:29:45]字号:大中小Oracle内置角色connect与resource的权限首先用一个命令赋予user用户connect角色和resource角色:grant
connect,resource to user;运行成功后用户包括的权...
分类:
数据库 时间:
2014-06-02 05:53:53
阅读次数:
384
left join 原理分析[转贴 2006-11-15
16:19:50]字号:大中小案例分析user表:id | name---------1 | libk2 | zyfon3 |
daodaouser_action表:user_id| action--------------- 1 | jum...
分类:
其他好文 时间:
2014-06-02 05:43:51
阅读次数:
275
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错
[root@localhost~]#su-oracle
-bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted
经查看结果是忘记修改/etc/security/limits.conf
关于/etc/security/limits.conf解释及应用,看我转载..
分类:
其他好文 时间:
2014-06-02 04:11:33
阅读次数:
264
AIX安装好之后只有一个$或#的提示符,使用起来非常的不方便,在网上搜索到的资料都只说到修改~/.profile文件,或者是在/etc/profile文件加入环境变量PS1=‘$USER@$PWD$‘,但是这样修改要么是每个用户都得自己改~/.profile文件,要么root的提示符也变成了$,经过我的试验,只需要..
分类:
其他好文 时间:
2014-06-02 03:44:28
阅读次数:
211
重启系统。
进入系统引导界面:
按下e键:
选择第二项,内核启动参数设置,按下e键:
在结尾处,输入数字 1或者 英文 " single",再回车:
按下b键启动,此时以单用户模式级别引导启动程序:
启动完之后,命令passwd修改密码,修改完之后,再命令exit,退出重启,...
分类:
系统相关 时间:
2014-06-02 02:16:11
阅读次数:
501
There are a few scenarios in which your activity is destroyed due to normal app behavior, such as when the user presses theBack button or your activity signals its own destruction
by calling finish(...
分类:
其他好文 时间:
2014-06-01 18:18:52
阅读次数:
550
You are given two linked lists representing two
non-negative numbers. The digits are stored in reverse order and each of their
nodes contain a single ...
分类:
其他好文 时间:
2014-06-01 17:05:44
阅读次数:
296
Maveninstallartifactmvninstall:install-file-DgroupId=gemfire-DartifactId=gemfire-Dversion=6.0.1-Dpackaging=jar-Dfile=F:\gemfire-6.0.1.jarDefineaEnumtypepublicenumUserInfoCacheTypeE{
ACTIVE("ACTIVE"),NOT_ACTIVE("NOTACTIVE");
privateStringdescription;
User..
分类:
其他好文 时间:
2014-06-01 16:43:28
阅读次数:
228
系统优化脚本#!/bin/sh
user=alan
#shutdowniptables
chkconfigiptablesoff&&/etc/init.d/iptablesstop
#shutdownselinux
sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/selinux/config
cat/etc/selinux/config
setenforce0
getenforce&&
#createause..
分类:
其他好文 时间:
2014-06-01 13:45:01
阅读次数:
292
发布说明:1. 添加Json格式数据文件支持.2. 彻底删除了Settings,
Modules, Themes模块.3. 删除了默认的ContentType,Site和User.4. 支持空库(无表结构)及默认设置运行.下载地址:源码:
Orchard.Platform.1.8.zip补丁: Or...
分类:
其他好文 时间:
2014-06-01 12:21:24
阅读次数:
319