1 2 Fork me on GitHub 6

随笔分类 -  开发工具

摘要:在任意位置增加多个光标,同时编辑多行内容 command + shift +option 设好光标后,对选中光标后面的代码进行多行编辑 shift + command + 左右按键 某文件下全局查找替换某个内容 command + f # 在左上方弹框中输入要查找的内容 command + r # 阅读全文
posted @ 2020-11-10 16:35 peng_li 阅读(751) 评论(0) 推荐(0)
摘要:mac对编程的支持还是很到位的,非常方便,环境干净,配置干净 首先确保你安装了virtualenv,在终端中virtualenv --verison 就可以查看 virtualenv --version 我这里的显示是版本是 20.0.15,这是你的virtualenv版本号,需要注意的是,不同版本 阅读全文
posted @ 2020-07-29 11:06 peng_li 阅读(801) 评论(0) 推荐(0)
摘要:找到冲突的文件(项目中报红的就是冲突文件),如下 :以下是一个标准的冲突显示案例 <<<<<<< HEAD new new new new code old old old code >>>>>>> xxxxxxxxxxxxxxxxxxxxxxx 说明 : <<<<<<< HEAD 到 里面的内容是 阅读全文
posted @ 2020-07-14 10:42 peng_li 阅读(3021) 评论(0) 推荐(1)
摘要:ubuntu下python虚拟环境的相关操作 阅读全文
posted @ 2019-07-30 09:18 peng_li 阅读(1927) 评论(0) 推荐(0)
摘要:ubuntu系统下navicat 试用到期解决方案 阅读全文
posted @ 2019-07-29 11:57 peng_li 阅读(1365) 评论(0) 推荐(0)

1