08 2019 档案
摘要:pyinstaller -F -w Main.py
阅读全文
摘要:delimiter // drop procedure if exists operate_tables // create procedure operate_tables (in db_name varchar(100), in operate varchar(100)) begin decla
阅读全文
摘要:top -c 查看进程ID pstree PID 查看线程树 pstack PID 查看堆栈
阅读全文
摘要:1、 FN + 左方向键:向左选择一行 2、FN + 右方向键:向右选择一行 3、FN + 上方向键:跳到页头 4、FN + 下方向键:跳到页尾 5、FN + SHIFT + 左方向键|上方向键:从当前选择到页头 6、FN + SHIFT + 右方向键|下方向键:从当前先择到页尾 7、CONTROL
阅读全文
摘要:报错: error: RPC failed; curl 18 transfer closed with outstanding read data remainingfatal: The remote end hung up unexpectedlyfatal: early EOFfatal: un
阅读全文
摘要:查看文件编码file -i filename递归转换(包括子文件夹)find default -type d -exec mkdir -p utf/{} \;find default -type f -exec iconv -f GBK -t UTF-8 {} -o utf/{} \;这两行命令将d
阅读全文
摘要:将/etc 目录压缩为etc.rar 命令为: 将etc.rar 解压 命令为:
阅读全文
摘要:import sys import xlrd import pymysql import math import json from collections import OrderedDict # json 转换成对像 class JSONObject: def __init__(self, d): self.__dict__ = d # 异常处理 class MyError(Exception
阅读全文

浙公网安备 33010602011771号