扬州-JinHuiHui

导航

上一页 1 2 3 4 5 6 7 ··· 15 下一页

2018年11月6日 #

Python 语法提示vim配置

摘要: 1. pydiction 2. 默认 Vim 7.xx以上版本 阅读全文

posted @ 2018-11-06 11:23 YZ_JinHH 阅读(876) 评论(0) 推荐(0) 编辑

2018年11月5日 #

Mac 电脑设置显示路径

摘要: # 设置 defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder # 删除 defaults delete com.apple.finder _FXShowPosixPathInTitle;k 阅读全文

posted @ 2018-11-05 17:01 YZ_JinHH 阅读(394) 评论(0) 推荐(0) 编辑

2018年10月25日 #

Linux - PS1

摘要: \[\e[1;32m\][\u ^_^ aliyun\[\e[1;35m\] \[\e[33m\]\w ]\n$\[\e[m\] set tabstop=4set expandtabset shiftwidth=4set softtabstop=4set hlsearchset nusyntax o 阅读全文

posted @ 2018-10-25 11:29 YZ_JinHH 阅读(156) 评论(0) 推荐(0) 编辑

2018年10月15日 #

Linux - rename 批量替换两种模式

摘要: 模式一: rename sub raw * 模式二: rename 's/sub/raw/g' * sub raw 这里支持一定程序的正则匹配 阅读全文

posted @ 2018-10-15 15:35 YZ_JinHH 阅读(653) 评论(0) 推荐(0) 编辑

2018年10月12日 #

sublime text 换行与不换行设置

摘要: # 修改添加如下图右侧红框内容即可- 打开文件不换行 阅读全文

posted @ 2018-10-12 11:29 YZ_JinHH 阅读(7098) 评论(0) 推荐(0) 编辑

2018年7月22日 #

anaconda

摘要: Anaconda是一款集成的Python环境,anaconda可以看做Python的一个集成安装,安装它后就默认安装了python、IPython、集成开发环境Spyder和众多的包和模块,一键安装,装好即用,特别适合懒人,非常方便,需要此款工具的朋友们欢迎前来下载使用。 anaconda里面集成了 阅读全文

posted @ 2018-07-22 09:48 YZ_JinHH 阅读(198) 评论(0) 推荐(0) 编辑

Python Tutor

摘要: Python Tutor Python Tutor 是由 Philip Guo 开发的一个免费教育工具,可帮助学生攻克编程学习中的基础障碍,理解每一行源代码在程序执行时在计算机中的过程。通过这个工具,教师或学生可以直接在 Web 浏览器中编写 Python 代码,并逐步可视化地运行程序。如果你不知道 阅读全文

posted @ 2018-07-22 09:42 YZ_JinHH 阅读(446) 评论(0) 推荐(0) 编辑

2018年7月19日 #

import this

摘要: import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than n... 阅读全文

posted @ 2018-07-19 16:42 YZ_JinHH 阅读(163) 评论(0) 推荐(0) 编辑

2018年7月2日 #

python r r+ w w+ rb 文件打开模式的区别

摘要: The argument mode points to a string beginning with one of the following sequences (Additional characters may follow these sequences.): ``r'' Open tex 阅读全文

posted @ 2018-07-02 11:29 YZ_JinHH 阅读(2396) 评论(0) 推荐(0) 编辑

2018年6月12日 #

python的协程与并发

摘要: async await 阅读全文

posted @ 2018-06-12 09:08 YZ_JinHH 阅读(133) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 15 下一页