摘要:
# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/12/25 12:28"import subprocessimport jsonimport sysfrom PyQt5.QtWidgets import QApplication,QWidget,QLineEdit,QLabel,QTextEdit,QPushButton... 阅读全文
摘要:
# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2019/1/4 18:06"#鸭子类型class Duck(object): def quack(self): print('quack')class Bird(object): d 阅读全文
摘要:
{'PageFaultCount': 2916, 'PagefileUsage': 4583424, 'PeakPagefileUsage': 4583424, 'PeakWorkingSetSize': 11063296, 'PrivateUsage': 4583424, 'QuotaNonPag 阅读全文
摘要:
from ctypes import *import pythoncomimport pyHookimport win32clipboarduser32 = windll.user32kernel32 = windll.kernel32psapi = windll.psapicurrent_wind 阅读全文
摘要:
原因css字体样式加载谷歌的字体样式,由于国内墙的原因,阻塞导致加载缓慢 解决方案编辑源码 然后 gulp build 编译一下 这个地方提到一个问题:如果你想支持多个浏览器最好就不要弄这个,因为支持iE11+ ,不向下支持 阅读全文
摘要:
# _*_ coding: utf-8 _*_#中间件:拓展工具遍历文件夹,对文件夹图片进行base64编码,写入数据库,并且读取查找方法__author__ = 'wf15038'__date__ = "2018/8/28 18:38"import pymysqlimport sysfrom da 阅读全文
摘要:
# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/8/21 17:10"import shutilimport osimport sysimport paramikofrom datetime import datetime 阅读全文
摘要:
工作:项目要开始了,基于硬件的分析和展示(主要还是数据分析和暂时,外加导出数据,快速搜索吧) 下面的思路:学习go,java,研究树莓派,录制屏幕的功能完成了,远程控制两端发送指令,这个地方碰到个问题数组numpy的操作,如何减少数据量,减少cpu使用 阅读全文
摘要:
#!/usr/bin/env python from random import randint, choice from bisect import bisect_right, bisect_left from collections import deque class InitError(Ex 阅读全文