pu369com

02 2023 档案

python显示屏幕点的坐标和颜色(pyautogui)
摘要:#encoding=utf-8 import pyautogui from PIL import ImageGrab print("将光标移到左上角0,0坐标点停止运行程序") while True: # 获取当前光标位置 x, y = pyautogui.position() px = Image 阅读全文

posted @ 2023-02-28 15:43 pu369com 阅读(619) 评论(0) 推荐(0) 编辑

pandas 常用方法使用示例
摘要:#生成DataFrame,保存至文件 from pandas import DataFrame import numpy as np import pandas as pd t={ "称呼": ["爸爸","妈妈","宝宝"], "年龄": [18, 30, np.nan], "性别": [None 阅读全文

posted @ 2023-02-24 19:10 pu369com 阅读(53) 评论(0) 推荐(0) 编辑

【python】通达信自定义数据管理器的简单应用
摘要:1.在《通达信-功能-公式系统-自定义数据管理器》中可以手工添加数据,并导出为txt文本,但手工只能添加几个,多了就费劲了。 2.在任意行情列表页上,执行《系统-数据导出》可以将几千条数据导出为txt文本, 于是决定用第2步数据来更新第1步的数据,代码如下: #encoding=utf-8 impo 阅读全文

posted @ 2023-02-16 09:28 pu369com 阅读(1229) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示