对象权限与系统权限
创建表和创建session是系统权限;
系统管理员是有权限去访问其他表的
以sys登录
sqlplus sys/on_change_install as sysdba;
创建用户wangwu
create user wangwu identified by wangwu;
系统权限
grant create sessi...
分类:
数据库 时间:
2014-06-04 22:48:26
阅读次数:
277
lwIP作为RTOS准标配的TCP/IP,在我们编写网络模块时,经常用到。
本移植笔记使用lwIP的版本为V1.4.1。
MDK: V4.0+
RTOS: μC/OS-II V2.91
Eval-Board: LPC1752
Ethernet: ENC28J60
移植lwIP到OS其实就是实现sys.h的过程。...
分类:
其他好文 时间:
2014-06-04 21:52:32
阅读次数:
635
测试版本:CDH5.0,(Hadoop2.3)在使用windows调用Hadoop yarn平台的时候,一般都会遇到如下的错误:2014-05-28 17:32:19,761 WARN org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor: Exception from container-launch with co...
分类:
其他好文 时间:
2014-06-03 06:26:17
阅读次数:
277
The master DMA arbitration control register (MDMAARBU) controls the priority levels of MDMA requests going out of CorePac. It controls the priority levels used by the L2 memory
controller when sendi...
分类:
其他好文 时间:
2014-06-03 02:39:09
阅读次数:
311
条款47控制流
难度:6
你到底有多了解C++代码的执行顺序呢?通过这个问题来测试一下你的知识。
“恶魔藏在细节里。”尽量指出下面(人为)代码的问题,请集中在控制流相关的问题上。
#include
#include
#include
#include
using namespace std;
// The following lines come from other...
分类:
编程语言 时间:
2014-06-03 02:30:46
阅读次数:
342
当处于内核模式的http.sys接收到来自用户的请求之后,会将请求放入队列中。那处于用户模式的w3wp进程如何从内核模式的队列中取出请求呢?I/O完成端口(IOCP,I/O
Completion Port)闪亮登场。w3wp专门用了一个线程池干这个——W3TP,可以通过process explore...
分类:
编程语言 时间:
2014-06-02 17:32:13
阅读次数:
245
Sketch Nyquist plot
这是相当纠结的领悟。我始终没明白Nyquist曲线究竟是怎么回事,简直痛苦
之前讲了
波特图入门
徒手绘制波特图
波特图就是讲幅频特性和相频特性分别绘制在两幅图片上,而Nyquist曲线是将这两幅图合并成一幅图。
现实生活中多是黑箱模型,系统内部的结构是不知道的,为了...
分类:
其他好文 时间:
2014-06-01 09:07:11
阅读次数:
347
Barcode .NET Control
Combo条形码控件是一款提供了6种不同类型条码的.NET控件,可以用于生成当前常用的一维条码、postal code
条码、PDF417条码、DataMatrix, Aztec, QRCode, MaxiCode,并且可以保存条码为不同的图像文件格式,可以...
分类:
Web程序 时间:
2014-05-31 19:28:21
阅读次数:
419
DropDownList list = this.findContol("aas") as
DropDownList;list.DataSource = new DataTable() -------------------------------
Control ctl = this.FindCo...
分类:
其他好文 时间:
2014-05-31 19:12:44
阅读次数:
171