11 2017 档案

摘要:http://www.git-scm.com/download/ http://www.git-scm.com/download/win http://www.git-scm.com/download/mac https://www.kernel.org/pub/software/scm/git/g 阅读全文
posted @ 2017-11-30 11:02 Bob-wei 阅读(537) 评论(0) 推荐(1)
摘要:#!/bin/bash function dir(){ for file in ` ls $1 ` do if [ -d $1"/"$file ] then dir $1"/"$file else echo $1"/"$file 7za a -mx=9 ~/Desktop/""$file"".7z... 阅读全文
posted @ 2017-11-23 02:31 Bob-wei 阅读(224) 评论(0) 推荐(0)
摘要:最小安装: 1. 选择English 2. DATE & TIME 修改好本地时间 SOFTWARE SELECTION默认的Minimal Install就好 INSTALLATION DESTINATION选一下 然后,Begin Installation 3. ROOT PASSWORD设置R 阅读全文
posted @ 2017-11-22 10:02 Bob-wei 阅读(1043) 评论(0) 推荐(0)
摘要:(摘自:维基百科)https://en.wikipedia.org/wiki/C_Sharp_(programming_language) Versions .NET Framework 2.0 (Except LINQ)[36] .NET Framework 3.0 (Except LINQ)[3 阅读全文
posted @ 2017-11-20 11:51 Bob-wei 阅读(546) 评论(0) 推荐(0)
摘要:效果如下: llbtest.cs 源代码: 用csc llbtest.cs编译即可 阅读全文
posted @ 2017-11-01 10:39 Bob-wei 阅读(1190) 评论(0) 推荐(0)