摘要: 1 # -*- coding: GBK -*- 2 3 import cx_Oracle 4 import MySQLdb 5 import datetime 6 7 ORACAL_HOST = "127.0.0.1" # oracle_数据库ip 8 ORACAL_PORT = 1521 # or 阅读全文
posted @ 2020-12-22 18:56 洛洛沙 阅读(1502) 评论(1) 推荐(0)
摘要: 1 1、#include <conio.h> 2 3 2、在需要开启控制台窗口的地方调用 4 AllocConsole();//注意检查返回值 5 6 3、在需要输出调试的时候调用_cprintf等函数 7 如_cprintf("i=%d\n", i); 8 9 4、关闭控制台的时候调用 10 Fr 阅读全文
posted @ 2020-12-22 17:25 洛洛沙 阅读(537) 评论(0) 推荐(0)
摘要: 1 准备工作 1.1 下载openssl1.1.0g 地址: https://github.com/openssl/openssl/tree/OpenSSL_1_1_0g 1.2 安装perl 我使用的strawberry 版本号v5.28.2 地址:http://strawberryperl.co 阅读全文
posted @ 2020-12-22 14:10 洛洛沙 阅读(2069) 评论(0) 推荐(0)