上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 37 下一页
摘要: (数据库)CSV操作 # 从CSV中读取数据 df = pd.read_csv('pandas.csv',encoding = "utf-8",delimiter=",",error_bad_lines=False) # 读取本地CSV文件 df = pd.read_csv("C:/Users/fu 阅读全文
posted @ 2020-11-07 21:58 该显示昵称已被使用了 阅读(757) 评论(0) 推荐(0) 编辑
摘要: windows环境搭建 1.管理员模式打开cmd 2.mysqld --initialize-insecure 3.添加环境变量,快速启动mysql,不需要每次都进入目录。(非必须) 4.添加windows服务 mysqld --install net start mysql https://www 阅读全文
posted @ 2020-11-07 20:26 该显示昵称已被使用了 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Vega-Lite https://vega.github.io/vega-lite/tutorials/getting_started.html 可以直接HTML <!DOCTYPE html> <html> <head> <title>Vega-Lite Bar Chart</title> <m 阅读全文
posted @ 2020-11-07 19:42 该显示昵称已被使用了 阅读(256) 评论(0) 推荐(0) 编辑
摘要: //取值的两种方法 $('td[class="td2"][style="word-break:break-all;"]').text(); #不知道为什么取不到 ,可能是word-break 方法1 $('td[class="td2"]').text(); // 或者 $("td").text(); 阅读全文
posted @ 2020-11-07 10:02 该显示昵称已被使用了 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1. sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7 2. sudo rm -rf "/Applications/Python 2.7" 3. cd /usr/local/bin/ 4. ls -l /usr/local/b 阅读全文
posted @ 2020-11-07 09:14 该显示昵称已被使用了 阅读(13387) 评论(0) 推荐(0) 编辑
摘要: pip #pip 源 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package pip install -i https://pypi.douban.com/simple django==1.11.4 # 强制安装 pi 阅读全文
posted @ 2020-11-07 08:31 该显示昵称已被使用了 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 安装Paramiko 1.安装visual C++ 14.0 2. 安装依赖于pycrypto、ecdsa模块 wget https://pypi.python.org/packages/source/e/ecdsa/ecdsa-0.13.tar.gz tar zxvf ecdsa-0.13.tar 阅读全文
posted @ 2020-11-03 21:40 该显示昵称已被使用了 阅读(799) 评论(0) 推荐(0) 编辑
摘要: ###快捷键说明 ⌘——Command(对应window的Win) ⌥——Option (对应window的alt) ⌃ ——Control ctrl键 ⇧——Shift 键盘实现Ctrl+Alt+Del就需要按4个键:control+option+command+delete ###开机后 #切换 阅读全文
posted @ 2020-10-30 21:07 该显示昵称已被使用了 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1.中科大(可用) # 参考 http://mirrors.ustc.edu.cn/help/brew.git.html 1. 使用 jsDelivr CDN 下载 install.sh,然后将脚本中的 HOMEBREW_BREW_GIT_REMOTE 变量对应的值修改为 https://mirro 阅读全文
posted @ 2020-10-29 21:32 该显示昵称已被使用了 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 打开听写 创建脚本 创建脚本 #1 简单 set fileInfo to do shell script "say 主人,你发生什么事了" #2 复杂 set fileInfo to do shell script "/usr/local/bin/python3 /Users/sun/Documen 阅读全文
posted @ 2020-10-28 20:26 该显示昵称已被使用了 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 37 下一页