- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 Python call Mysql PROCEDURE and FUNCTION
#db = pymysql.connect(**PY_MYSQL_CONN_DICT) cursor = db.cursor(cursor=pymysql.cursors.DictCursor) #https://www.cnblogs.com/iber/p/7735002.html cursor.callproc('OPERATION_PROCEDURE',([536...
2020-04-10 10:39:34
271
原创 demo for mysql update/insert log
1.Login Mysql cdC:\mysql5\bin; https://blog.youkuaiyun.com/weixin_44797182/article/details/90639195 mysql -uroot -p; or mysql -h 110.110.110.110 -uroot -p abcd123; 2.checkbinlog status show varia...
2020-04-09 10:45:36
136
原创 demo of Python call com via win32exts
# -*- coding: utf-8 -*- import win32exts class ACTX(): #W='null' W=None # 构造函数 def __init__(self): win32exts.co_push_start() if self.W is None: self.W = win32exts.create_ax_ob...
2020-04-08 19:36:52
192
原创 delphi demo of class pointer
unit ptest; //0.0.0.1 20200408 DX demo for the pointer of class and record interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ...
2020-04-08 12:06:48
127
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人