• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






天生自然

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 264 265 266 267 268 269 270 271 272 ··· 276 下一页

2018年12月16日

吴裕雄 oracle 管理数据表对象
摘要: 阅读全文
posted @ 2018-12-16 17:01 吴裕雄 阅读(149) 评论(0) 推荐(0)
 
吴裕雄 oracle 函数、触发器和包编程
摘要: 阅读全文
posted @ 2018-12-16 16:50 吴裕雄 阅读(153) 评论(0) 推荐(0)
 
吴裕雄 oracle 存储过程
摘要: 阅读全文
posted @ 2018-12-16 16:39 吴裕雄 阅读(132) 评论(0) 推荐(0)
 
吴裕雄 oracle PL/SQL编程
摘要: 阅读全文
posted @ 2018-12-16 16:20 吴裕雄 阅读(167) 评论(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 吴裕雄 阅读(174) 评论(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 吴裕雄 阅读(212) 评论(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 吴裕雄 阅读(275) 评论(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 吴裕雄 阅读(127) 评论(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 吴裕雄 阅读(3481) 评论(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 吴裕雄 阅读(719) 评论(0) 推荐(0)
 
上一页 1 ··· 264 265 266 267 268 269 270 271 272 ··· 276 下一页