scott用户成功连接数据库的具体方法: 1.grant connect, resource to
scott;2.grant create session to scott; 3.cmd4.sqlplus
scott/tigerOracle的安全1.用户管理用户至少需要会话的权利,否则连接也不成....
分类:
数据库 时间:
2014-04-30 16:49:05
阅读次数:
1754
这个没有什么截图,主要步骤如下: a.
安装python-2.7-x64版本(我的系统是win7-x64) b. 下载PyInstaller-2.1 x64版本 c. 下载pywin32-x64版本
d.下载upx.exe (这个在pyinstall官网上面会有提示) e.使用pythone set...
分类:
Windows程序 时间:
2014-04-30 16:28:49
阅读次数:
1037
Applies to: Oracle Server - Enterprise Edition
- Version 11.1.0.6 to 11.2.0.4 [Release 11.1 to 11.2]Information in this
document applies to any platfo...
分类:
数据库 时间:
2014-04-30 15:38:17
阅读次数:
624
1 pod install --verbose --no-repo-update2 pod
update --verbose --no-repo-update
分类:
其他好文 时间:
2014-04-30 15:30:05
阅读次数:
687
ubuntu12.04 64位下安装w3af:sudo apt-get install
w3af解决安装之后w3af_console不能运行的问题:运行w3af_console会提示如下错误:/usr/bin/w3af_console: 3:
/usr/bin/w3af_console: /usr/...
分类:
其他好文 时间:
2014-04-30 14:56:04
阅读次数:
569
数据库中两个字段相减(某列有空值)处理方法:sql server中:select
(isnull(字段1,0)-isnull(字段2,0)) as 结果 from 表oracle中:select (nvl(字段1,0)-nvl(字段2,0))
as 结果 from 表mysql中:select (i...
分类:
数据库 时间:
2014-04-29 16:42:46
阅读次数:
925
参数URL:http://blog.csdn.net/qwiwuqo/article/details/8970621安装flask之前,你必须要先安装python和easy_install。安装
virtualenv,这个主要是用来做解释器环境隔离的,避免同一机器上的多个python或者多个pyth...
分类:
编程语言 时间:
2014-04-29 16:38:46
阅读次数:
446
使用 adb install
hello.apk可以安装一个apk但并不能启动它,启动它要使用adb shell am的方法启动Activity:adb shell am start -n
包名/包名+类名(-n 类名,-a action,-d date,-m MIME-TYPE,-c catego...
分类:
移动开发 时间:
2014-04-29 16:33:46
阅读次数:
541
今天遇到个软件要求安装oracle
client端,于是考虑装精简版本的,就从http://www.oracle.com/technology/software/tech/oci/instantclient/index.html下载了instantclient-basic-win32-10.2.0....
分类:
数据库 时间:
2014-04-29 16:32:46
阅读次数:
535
oracle是强大的数据库,我们怎样看它的版本呢?工具/原料 oracle 数据库,
sqlplus方法/步骤
首先进入sqlplus,cmd---plsql,登陆我们的用户,如:user/pass@数据库实例ID,建议用sysdba权限的账户登陆,不会的可以看看我前面的文章。方法一:v$versi...
分类:
数据库 时间:
2014-04-29 16:26:46
阅读次数:
477