摘要: 随便在一个目录下解压instantclient-basiclite-linuxx64.zip(一般下最新的就好啦) 然后在/etc/ld.so.conf文件添加解压完文件的目录 在执行ldconfig 就好了。是不是很简单. ORACLE 版本低的时候插入数据也许会报这个错 cx_Oracle,cu 阅读全文
posted @ 2023-07-24 20:21 今夕要早睡 阅读(59) 评论(0) 推荐(0)
摘要: 编写ctl文件 load datainfile 'PON.CSV' --文件的位置是对这个ctl文件的位置insert into table DM_TEST --这里用的Append. --replace into table test fields terminated by "," --这里表示 阅读全文
posted @ 2022-12-06 15:18 今夕要早睡 阅读(306) 评论(0) 推荐(0)
摘要: # coding = utf-8 # @author :今夕 # @Time :2022.12.05 10:40 # @file :test.py.py# @software :PyCharmimport osimport xml.etree.ElementTree as ET#保留注释信息用cla 阅读全文
posted @ 2022-12-05 15:39 今夕要早睡 阅读(364) 评论(0) 推荐(0)
摘要: 1.安装VMware Workstation Pro 16 这个我就不写了,网上很多教程,按教程下载安装然后在搜一下激活码激活就可以用了 2.破解VMware Workstation Pro 16 。不破解是不支持虚拟apple的系统 链接:https://pan.baidu.com/s/1azwd 阅读全文
posted @ 2021-10-14 17:53 今夕要早睡 阅读(122) 评论(0) 推荐(0)
摘要: # coding = utf-8 # @author :今夕# @Time :2021.08.10 09:22 # @file :main2.py# @software :PyCharmimport timefrom selenium import webdriverfrom bs4 import 阅读全文
posted @ 2021-08-10 11:46 今夕要早睡 阅读(488) 评论(0) 推荐(0)
摘要: #coding = utf-8#@author :今夕#@Time :2021.08.06 16:09#@file :mian.py#@software :PyCharmimport timefrom selenium import webdriverfrom bs4 import Beautifu 阅读全文
posted @ 2021-08-09 14:50 今夕要早睡 阅读(885) 评论(4) 推荐(0)
摘要: 利用JavaScript实现键盘监控。代码如下(把地址设置成自己的机器,并监听相应端口就可以了) <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>键盘监控</title> </head> <body> <input type="t 阅读全文
posted @ 2021-08-04 16:27 今夕要早睡 阅读(208) 评论(0) 推荐(0)
摘要: <meta http-equiv="refresh" content="3;url=http://www.baidu.com" /> #三秒后重定向到百度 <a href="#">回到顶部</a> #回到网页顶部 <a href="#1">去id等于1的标签位置</a> #去id等于1的标签位置 < 阅读全文
posted @ 2021-08-04 15:30 今夕要早睡 阅读(47) 评论(0) 推荐(0)
摘要: 1. apt install beef-xss #安装beef 2. cd /usr/share/beef-xss #切换到beef目录 3. vim config.yaml #打开配置文件 4. 按i进入插入模式,找到默认user,password进行修改,找到host修改成本机地址 5. sys 阅读全文
posted @ 2021-08-02 11:38 今夕要早睡 阅读(1312) 评论(0) 推荐(0)