2020/10/22

python替换字符串中的字符/字母/python正则替换字符串中的字符/字母

import re string = "哈哈哈sfasfafasf哈哈哈" #replace(oldStr,newStr) newString = stri…

  • python
  • 2020/10/22
  • helei
  • 1,346
  • 2020/10/21

    python pdf转word/python 读取word/ python逐行读取txt/python正则表达式替换字符串

    pdf转word| exe程序 右键以管理员身份运行,输入文件夹地址或文件地址 链接: https://pan.baidu…

  • pdfpythonword
  • 2020/10/21
  • helei
  • 1,273
  • 2020/10/20

    mac安装ffmpeg

    brew install ffmpeg

  • 未分类
  • 2020/10/20
  • helei
  • 1,162
  • 2020/10/20

    mac10.15安装mysql/修改mysql密码

    set password for root@localhost = password('root');

  • macosmysql
  • 2020/10/20
  • helei
  • 1,184
  • 2020/10/19

    ffmpeg mp3转wav

    ffmpeg -i c:\test.mp3 c:\test.wav

  • ffmpeg
  • 2020/10/19
  • helei
  • 1,466
  • 2020/10/16

    Mac怎么删除launchpad中灰色的图标

    解决办法: 1、打开终端2、输入命令:defaults write com.apple.dock ResetLaunchPad -bool true回车…

  • macos生活
  • 2020/10/16
  • helei
  • 1,516
  • 2020/10/15

    html5 video 画中画

    var a = document.getElementsByTagName("video") 1、进入画中画 a[0].re…

  • htmlJavaScript
  • 2020/10/15
  • helei
  • 1,003
  • 2020/10/15

    An error occurred with the Html rendering component

    链接:https://pan.baidu.com/s/150EkhOjNIWKLRAxfJ6GWCQ  提取码:l095  复制这段内容后打…

  • markdown
  • 2020/10/15
  • helei
  • 876
  • 2020/10/14

    finalcutpro基本快捷键

    https://support.apple.com/zh-cn/guide/final-cut-pro/ver90ba5929/mac

  • finalcut
  • 2020/10/14
  • helei
  • 1,005
  • 2020/9/29

    mysql sql_mode

    一、sql_mode值的含义  ONLY_FULL_GROUP_BY 对于GROUP BY聚合操作,如果在SELECT中的列,…

  • mysql
  • 2020/9/29
  • helei
  • 1,701