码迷,mamicode.com
首页 >  
搜索关键字:tiger    ( 436个结果
连接postgresql
# psycopg2engine=create_engine('postgresql+psycopg2://scott:tiger@localhost/mydatabase')# python 连接postgresql使用psycopg2作为默认的DBAPIThe first time a meth... ...
分类:数据库   时间:2016-08-14 14:19:46    阅读次数:869
HNOI2002(伸展树)
营业额统计 Time Limit:5000MS Memory Limit:165888KB 64bit IO Format:%lld & %llu Submit Status 营业额统计 Submit Status Description 营业额统计 Tiger最近被公司升任为营业部经理,他上任后接 ...
分类:其他好文   时间:2016-08-12 23:31:05    阅读次数:228
[oracle 使用(2)] Oracle的简单使用
1:oracle的服务 2:启动本机数据库: 启动oracleservice + sid:数据库服务 使用sqlplus工具登录oracle sys /tiger 系统超级管理员(启动/关闭/备份/恢复/数据库管理的所有权限) system /tiger 管理员(创建/修改/删除各个Scheam对象 ...
分类:数据库   时间:2016-08-12 21:30:03    阅读次数:212
oracle sql语句
oraclesql语句##########基本操作##########启动数据库:su-oraclesqlplus/assysdbaSQL>startup对scott用户解锁:SQL>conn/assysdbaSQL>alteruserscottidentifiedbytigeraccountunlock;连接到指定的数据库用户:SQL>connscott/tiger实现操作系统开机数据库自动open..
分类:数据库   时间:2016-08-10 22:55:54    阅读次数:294
【Oracle 】Oracle 帐号锁与解锁
如何解除Oracle 帐号锁定(the account is locked) 在plsql developer中要是以scott/tiger登录时提示ora-28000 the account is locked。 解决办法: 新装完Oracle10g后,用scott/tiger测试,会出现以下错误 ...
分类:数据库   时间:2016-07-20 10:16:41    阅读次数:221
这只是个测试
某智能家居企业门户网站——Tiger讲师 设为首页  | 联系我们 首页 关于我们 新闻资讯 产品介绍 解决方案 体验中心 成功案例 加盟合作 资料下载 ...
分类:其他好文   时间:2016-07-17 16:57:38    阅读次数:208
4、高级查询和函数
一、DML、函数、高级查询 --为scott用户解锁SQL> alter user scott account unlock;用户已更改。 --为scott设置密码SQL> alter user scott identified by tiger;用户已更改。 --切换用户连接SQL> conn s ...
分类:其他好文   时间:2016-07-14 02:05:48    阅读次数:244
ORA-01034:ORACLE not available问题的解决方法
同时在自己电脑上装了oracle客户端和服务器,上次还能用呢,这次突然用不了. [oracle@R39i oracle]$ sqlplus scott/tiger SQL*Plus: Release 9.2.0.4.0 - Production on Mon Nov 24 11:06:50 2008 ...
分类:数据库   时间:2016-07-08 21:48:51    阅读次数:252
财智,商业
Tiger_Li家排的博客 转摘文章 舒缓F的博客 医学 财富 ...
分类:其他好文   时间:2016-07-07 19:10:08    阅读次数:124
java 第35节 三大特性之多态
2016-06-29 1 多态多态,实际上就是一个对象的多种状态在我们这个例子里面Tiger可以看作Tiger,也可以看作Animal Animal t=new Tiger(); Tiger t1=new Tiger();Cat可以看作是Cat,也可以看作是AnimalDog可以看作是Dog,也可以 ...
分类:编程语言   时间:2016-06-29 18:37:11    阅读次数:140
436条   上一页 1 ... 19 20 21 22 23 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!