Fork me on GitHub

李可

导航

统计

10 2018 档案

选中
摘要:command+shift +左箭头 选中光标到行文头部 command +左箭头 光标到行文头部 阅读全文

posted @ 2018-10-31 11:01 李可在江湖 阅读(552) 评论(0) 推荐(0) 编辑

vscode垂直选中列选中
摘要:VSCode列选择快捷键:Alt+Shift+左键 阅读全文

posted @ 2018-10-31 10:58 李可在江湖 阅读(14321) 评论(2) 推荐(4) 编辑

lsof
摘要:查看端口 被哪个进程占用了 lsof i:6565 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Google 365 didi 187u IPv4 0x9de5a29dff036b09 0t0 TCP localhost:60284 loca 阅读全文

posted @ 2018-10-29 12:40 李可在江湖 阅读(222) 评论(0) 推荐(0) 编辑

bashrc和bash_profile
摘要:在~/.bashrc中起别名 ~/.bash_profile中也不用 阅读全文

posted @ 2018-10-28 16:18 李可在江湖 阅读(166) 评论(0) 推荐(0) 编辑

centos安装tree命令
摘要:centos安装tree命令 windows安装tree命令 "我的另一篇" 阅读全文

posted @ 2018-10-09 11:59 李可在江湖 阅读(2165) 评论(0) 推荐(0) 编辑

linux查看磁盘大小df命令
摘要:https://www.cnblogs.com/sparkdev/p/9273094.html 阅读全文

posted @ 2018-10-09 11:56 李可在江湖 阅读(483) 评论(0) 推荐(0) 编辑

linux查看文件夹大小du命令
摘要:查看1级( max depth=1)目录的大小,并排序 "参考" h或–human readable 以K,M,G为单位,提高信息的可读性。 –max depth= 超过指定层数的目录后,予以忽略 rm rf 文件之后 df 占比还很高 lsof s | grep "delete" | sort k 阅读全文

posted @ 2018-10-09 11:50 李可在江湖 阅读(1186) 评论(0) 推荐(0) 编辑

git本地推送远程
摘要:第一次将本地映射到已经存在的仓库 https://techoverflow.net/2017/08/09/how to solve git fatal no configured push destination/ https://stackoverflow.com/questions/379379 阅读全文

posted @ 2018-10-08 15:33 李可在江湖 阅读(867) 评论(0) 推荐(0) 编辑

vscode的环境变量code
摘要:vscode的安装路径 本质:vscode的安装路径/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin 下面有code可执行文件 在命令行中打上code的实惠,会从PATH中,路径列表中找,这些路径下是否有code可执行 阅读全文

posted @ 2018-10-03 16:19 李可在江湖 阅读(20131) 评论(0) 推荐(0) 编辑

linux创建快捷方式ln命令
摘要:创建快捷方式命令 在桌面上添加一个,创建一个文件夹(这里是work)的快捷方式 //这样我桌面就有一个链接 软链接和硬链接区别 阅读全文

posted @ 2018-10-03 13:06 李可在江湖 阅读(812) 评论(0) 推荐(0) 编辑

空间换取时间的算法
摘要:1 阅读全文

posted @ 2018-10-03 12:41 李可在江湖 阅读(372) 评论(0) 推荐(0) 编辑

go相关知识点
摘要:后续开发go相关, 环境搭建 go只有三种引用类型 go的类型的浅记忆 4仲类型 ,`字符串 数字 派生`, "参考runoob" , 2^32 =4294967296 = 42亿b 【位bit】除以8 =536870912 = 5亿B 【字节byte】除以1024 = 524288 =50万K 【 阅读全文

posted @ 2018-10-03 11:39 李可在江湖 阅读(394) 评论(0) 推荐(0) 编辑

linux显示历史命令history
摘要:history 阅读全文

posted @ 2018-10-01 14:50 李可在江湖 阅读(435) 评论(0) 推荐(0) 编辑

mysql命令行
摘要:命令行 常用命令 mac下mysql的开启,关闭,重启 乱码 \G美化 时间戳 from_unixtime() 阅读全文

posted @ 2018-10-01 13:50 李可在江湖 阅读(123) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示