1,使用python链接mysql # -*- coding: utf-8 -*-#
connect.py --连接到MySQL服务器import sysimport MySQLdbtry: conn = MySQLdb.connect(db =
"cookbook", host = "localh...
分类:
数据库 时间:
2014-07-22 23:11:15
阅读次数:
518
http://hi.baidu.com/zzy382/item/a5b197f97a38e01ba7298832之前电脑上安装了一个
Oracle 有一段时间没用,就把密码给忘了,按上面链接里的操作,重置密码成功,步骤如下:connect system/oracle以 system 用户
orac....
分类:
数据库 时间:
2014-07-22 23:09:56
阅读次数:
335
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException:
Listener refused the connection with the following error:ORA-12505,
TNS:listene...
分类:
数据库 时间:
2014-07-22 23:09:35
阅读次数:
430
要注意的是我们的PHP是嵌入在html中的 首先在php中写入链接 $conn =
mysql_connect("localhost","root","") or die("链接数据库失败");
mysql_select_db("fg19");// 选择数...
分类:
Web程序 时间:
2014-07-22 23:07:55
阅读次数:
505
需求1:打包成Linux上可执行程序 a.
先下载pyinstaller程序,我当前下载的是PyInstaller-2.1的版本 进行如下操作:
pythoner@pythoner-virtual-machine:~/PyInstaller-2.1$ sudo python2.7 setup.py ...
分类:
系统相关 时间:
2014-04-30 19:21:15
阅读次数:
691
$sql = "select * from student
";获取全部数据isset()判断$myaql_connect连接数据库$myaql_close结束连接数据库include(""."")连接页面mysql_query()向与指定的连接标识符关联的服务器中的当前活动数据库发送一条查询mys...
分类:
其他好文 时间:
2014-04-30 18:09:17
阅读次数:
396
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
问 1 class B 2 { 3 public: 4 virtual void fun()
5 { 6 printf("fun in B\n"); 7 } 8 void b1() 9 {10 printf("b1 in B\n...
分类:
其他好文 时间:
2014-04-29 17:22:46
阅读次数:
424
1.sqlplus /nolog2.connect sys/orcl@ORCL as
sysdba3.select sysdate from dualexit;
分类:
数据库 时间:
2014-04-29 16:42:47
阅读次数:
480
状况:suntus@suntus-virtual-machine:~$ sudo
apt-get install openssl-servicesudo: /etc/sudoers is mode 0777, should be
0440sudo: no valid sudoers sources ...
分类:
其他好文 时间:
2014-04-29 11:42:47
阅读次数:
552