上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页
摘要: vim ~/.bashrc ``` # grep 不显示 grep 进程 alias grep='grep -v grep | grep --color=auto' ``` 阅读全文
posted @ 2020-06-18 08:53 whmmm 阅读(116) 评论(0) 推荐(0)
摘要: 安装好git后,在命令行或终端中使用下面的命令可以设置git自己的名字和电子邮件。这是因为Git是分布式版本控制系统,所以,每个机器都必须自报家门:你的名字和Email地址。 git config --global user.name "bryan sun"git config --global u 阅读全文
posted @ 2020-06-10 11:02 whmmm 阅读(1834) 评论(0) 推荐(0)
摘要: inode如何理解呢,就是一个文件 对应一个inode,而linux各个分区可用的inode一般是有限的,使用df -i 可以查看使用情况。一般经常出现硬盘空间没占满,但inode占满了,这种一般是因为有大量的小文件生成,要删掉 df -i 阅读全文
posted @ 2020-05-20 10:03 whmmm 阅读(3796) 评论(0) 推荐(0)
摘要: Runtime.getRuntime().exec 当被调用的节本有中文输出的时候,还是乱码!!!因为Python安装在Windows环境下的默认编码格式是GBK!!! 我的解决办法:在被调用的脚本中增加如下代码 import io import sys sys.stderr = io.TextIO 阅读全文
posted @ 2020-05-19 08:53 whmmm 阅读(1263) 评论(0) 推荐(1)
摘要: git push origin --delete [branch_name] 阅读全文
posted @ 2020-05-16 09:32 whmmm 阅读(123) 评论(0) 推荐(0)
摘要: refusing to merge unrelated histories 这是因为远程仓库已经存在代码记录了,并且那部分代码没有和本地仓库进行关联,我们可以使用如下操作允许pull未关联的远程仓库旧代码: git pull origin master --allow-unrelated-histo 阅读全文
posted @ 2020-05-11 09:50 whmmm 阅读(816) 评论(0) 推荐(0)
摘要: BEGIN LICENSE Member J2TeaM Single User License EA7E-1011316 D7DA350E 1B8B0760 972F8B60 F3E64036 B9B4E234 F356F38F 0AD1E3B7 0E9C5FAD FA0A2ABE 25F65BD8 阅读全文
posted @ 2020-05-08 16:04 whmmm 阅读(188) 评论(0) 推荐(0)
摘要: 解决 打开git命令行: git config --global core.longpaths true 阅读全文
posted @ 2020-05-07 09:44 whmmm 阅读(188) 评论(0) 推荐(0)
摘要: 在安装 openssl 证书时提示如下报错: Can't load /root/.rnd into RNG140496635077056:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/ 阅读全文
posted @ 2020-05-06 15:56 whmmm 阅读(3971) 评论(0) 推荐(1)
摘要: 关键字用途 all to suppress all warnings (抑制所有警告) boxing to suppress warnings relative to boxing/unboxing operations (抑制装箱、拆箱操作时候的警告) cast to suppress warni 阅读全文
posted @ 2020-05-05 21:14 whmmm 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页
//增加一段JS脚本,为目录生成使用