权限的作用限制用户对数据的访问权限的分类1. 系统权限:能够存取数据库的权限2. 对象权限:操作数据库对象的内容系统权限1.1 如何创建用户:SQL> create user test default tablespace users identified by test;用户已创建。1.2 数据库...
分类:
Web程序 时间:
2014-08-24 23:40:03
阅读次数:
434
1. INTRODUCTION The main goal of the National Computer Security Center is to encourage the widespread availability of trusted computer systems. In sup...
分类:
数据库 时间:
2014-08-24 23:27:33
阅读次数:
365
正则表达式的资源和工具汇集(下)作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszs8. RegEx Guide by Mozilla地址:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions这是来自Mozilla的正则表达式指南,它非常简单、明了。...
分类:
其他好文 时间:
2014-08-24 16:47:03
阅读次数:
223
orangec翻译Android API Guides: App Manifest原文在这里:http://developer.android.com/guide/topics/manifest/manifest-intro.html*Manifest译作“清单”,这里沿用英文便于理解,其它术语同理...
分类:
移动开发 时间:
2014-08-24 11:32:52
阅读次数:
336
133.You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the
profile. Some user sessions are currently connected to the database instance and are using the
...
分类:
移动开发 时间:
2014-08-24 00:24:04
阅读次数:
307
原文在这里:http://developer.android.com/guide/topics/manifest/manifest-intro.html *Manifest译作“清单”,这里沿用英文便于理解,其它术语同理。 **文中链接都会跳转到android开发者网站。 App Manifest ...
分类:
移动开发 时间:
2014-08-23 22:58:21
阅读次数:
351
VS2012 编译程序时报无法加载PDB文件错误解决方案
“ConsoleApplication1.exe”(Win32): 已加载“C:\Users\hp\Documents\Visual Studio 2012\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe”。已加载符号。
“ConsoleApplication1.ex...
分类:
数据库 时间:
2014-08-23 12:46:10
阅读次数:
234
1、参考文档:http://www.elasticsearch.org/guide/en/elasticsearch/hadoop/current/configuration.htmlhttp://www.elasticsearch.org/guide/en/elasticsearch/hadoop...
分类:
其他好文 时间:
2014-08-23 09:58:30
阅读次数:
213
由于工作中需要用到lighttpd,自己安装了一个,遇到了一些问题记录如下:
(1)安装
只需要下面3步即可:
./configure --prefix=/home/users/xxx/lighttpd/lighttpd-1.4.20-bin
make
make install
(2)到安装之后的目录下创建2个文件夹
mkdir logs
mkdir html
...
分类:
其他好文 时间:
2014-08-22 17:57:59
阅读次数:
317