工作笔记杂项

工作笔记杂项

  • 英文邮件相关
  • IDEA相关
  • pycharm相关
  • python相关
  • windows相关

英文邮件相关

  • 英文请假,英文请假2
  • 英文邮件,请查收附件:Please check the attachment for details.

IDEA相关

  • 在IDEA中创建maven项目教程
  • IDEA 运行maven命令时报错: -Dmaven.multiModuleProjectDirectory system propery is not set,解决办法。
  • Intellij IDEA 添加jar包
  • Intellij IDEA导入主题
  • idea打包java可执行jar包,过程
  • idea 获取某一方法的调用函数,快捷键Alt+F7
  • idea中导入一个新的Maven项目,所依赖的jar包不全时,打开该项目的pom.xml文件,并在编辑区右键,点击add Maven…,所依赖的jar包会自动加载出来。
  • idea全局搜索键,Ctrl+Shift+R

pycharm相关

  • pycharm创建没有venv的项目

python相关

  • python正则表示式re模块教程
  • Python文件读写r+/a+模式详解
  • 使用 selenium webdriver 点击按钮然后下载文件,如何监听文件下载完毕?解决
  • python3之日期和时间,用法
  • Python3压缩解压zip文件,用法
  • python获取前一天日期,用法
  • cur_date = time.strftime(’%d %b %Y’, time.localtime()),其中%b为英文月份的缩写
  • python time与datetime模块,详解
  • python中使用logging模块,链接
// python代码
import logging
LOG_FORMAT = "%(asctime)s | %(levelname)s - %(message)s"
DATE_FORMAT = "%Y/%m/%d %H:%M:%S"
logging.basicConfig(filename='my.log', level=logging.DEBUG, format=LOG_FORMAT, datefmt=DATE_FORMAT)
logging.info("downloading dmtpHttpInfoRecord.log to \downloads ...")
// 输出
2019/02/18 10:49:13 | INFO - downloading dmtpHttpInfoRecord.log to \downloads ...

windows相关

  • 开启Win7系统截图小工具
  • 开启Win7系统画图小工具
  • win7系统设置不熄屏,方法
  • windows cmd命令若路径中有空格,则无法识别,eg. C:\Program Files… 此时会报错:‘C:\Program’ is not recognized as an internal or external command,解决办法如下:>C:\Progra~1…
  • windows系统上传本地文件到GitHub上
  • win7清理c盘垃圾,操作
  • 卸载程序:打开控制面板:点击左下角windows标志,Control Panel右键open,选择Programs and Features,之后对指定的程序进行操作即可。

你可能感兴趣的:(笔记,工作)