博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年2月3日

摘要: 1.我的电脑右击——管理——服务——orcleserviceOrcl——双击——可看路径——复制到bin目录——上一层——找到NETWORK——ADMIN 阅读全文

posted @ 2021-02-03 19:16 心默默言 阅读(6234) 评论(0) 推荐(0) 编辑

摘要: python3.6 安装MySQLdb https://blog.csdn.net/liuweiyuxiang/article/details/80666773 阅读全文

posted @ 2021-02-03 14:08 心默默言 阅读(81) 评论(0) 推荐(0) 编辑

摘要: 1.eval()函数 参数: source:一个Python表达式或函数compile()返回的代码对象 globals:可选。必须是dictionary locals:可选。任意map对象 In [2]: a = '[1,2,3]' eval(a) Out[2]: [1, 2, 3] In [3] 阅读全文

posted @ 2021-02-03 13:53 心默默言 阅读(107) 评论(0) 推荐(0) 编辑

摘要: mysql error 1130 http://www.voidcn.com/article/p-behibkqw-bsc.html 阅读全文

posted @ 2021-02-03 13:45 心默默言 阅读(62) 评论(0) 推荐(0) 编辑