会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
天生自然
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
···
264
265
266
267
268
269
270
271
272
···
276
下一页
2018年12月16日
吴裕雄 oracle 管理数据表对象
摘要:
阅读全文
posted @ 2018-12-16 17:01 吴裕雄
阅读(139)
评论(0)
推荐(0)
编辑
吴裕雄 oracle 函数、触发器和包编程
摘要:
阅读全文
posted @ 2018-12-16 16:50 吴裕雄
阅读(142)
评论(0)
推荐(0)
编辑
吴裕雄 oracle 存储过程
摘要:
阅读全文
posted @ 2018-12-16 16:39 吴裕雄
阅读(124)
评论(0)
推荐(0)
编辑
吴裕雄 oracle PL/SQL编程
摘要:
阅读全文
posted @ 2018-12-16 16:20 吴裕雄
阅读(156)
评论(0)
推荐(0)
编辑
2018年12月15日
吴裕雄 python oracle操作数据库(4)
摘要: import cx_Oracle conn = cx_Oracle.connect("scott/admin@localhost:1521/orcl")cursor = conn.cursor() sql = "insert into dept (deptno,dname,loc) values (
阅读全文
posted @ 2018-12-15 22:05 吴裕雄
阅读(168)
评论(0)
推荐(0)
编辑
吴裕雄 python oracle子查询的用法(3)
摘要: import cx_Oracle conn = cx_Oracle.connect("scott/admin@localhost:1521/orcl")cursor = conn.cursor() sql = "select * from emp where deptno=(select deptn
阅读全文
posted @ 2018-12-15 20:58 吴裕雄
阅读(201)
评论(0)
推荐(0)
编辑
吴裕雄 python oracle检索数据(2)
摘要: import cx_Oracle conn = cx_Oracle.connect("scott/admin@localhost:1521/orcl")cursor = conn.cursor() sql = "select ascii('Z'),ascii('H'),ascii('D'),asci
阅读全文
posted @ 2018-12-15 20:54 吴裕雄
阅读(266)
评论(0)
推荐(0)
编辑
吴裕雄 python oracle检索数据(1)
摘要: import cx_Oracle conn = cx_Oracle.connect("scott/admin@localhost:1521/ORCL")cursor = conn.cursor() sql = "select * from emp"cursor.execute(sql)result
阅读全文
posted @ 2018-12-15 16:17 吴裕雄
阅读(117)
评论(0)
推荐(0)
编辑
2018年12月12日
解决:python 连接Oracle 11g 报错:ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务
摘要: 其次,将查询到的service_name替换sid即可:conn=cx_Oracle.connect('hr/admin@localhost:1521/EE.oracle.docker')
阅读全文
posted @ 2018-12-12 14:18 吴裕雄
阅读(3438)
评论(0)
推荐(0)
编辑
2018年12月11日
吴裕雄 python 数据可视化
摘要: import pandas as pd df = pd.read_csv("F:\\python3_pachongAndDatareduce\\data\\pandas data\\taobao_data.csv")print(df.head())data = df.drop(["宝贝","卖家"]
阅读全文
posted @ 2018-12-11 17:58 吴裕雄
阅读(686)
评论(0)
推荐(0)
编辑
上一页
1
···
264
265
266
267
268
269
270
271
272
···
276
下一页