上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: #!/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 阅读(215) 评论(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 阅读(955) 评论(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 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 效果如下: llbtest.cs 源代码: 用csc llbtest.cs编译即可 阅读全文
posted @ 2017-11-01 10:39 Bob-wei 阅读(1113) 评论(0) 推荐(0) 编辑
摘要: 界面: github: https://github.com/m2nlight/WindowsDesktopOptimization Config Service [Disabled] Windows Update [Disabled] Windows Search [Manual] Update 阅读全文
posted @ 2017-09-13 11:55 Bob-wei 阅读(637) 评论(0) 推荐(0) 编辑
摘要: patchwim.bat patchwimall.bat 阅读全文
posted @ 2017-09-05 11:26 Bob-wei 阅读(2668) 评论(0) 推荐(0) 编辑
摘要: brew install python3 python3 -m pip install pylint python3 -m pip install autopep8 python3 -m pip install Flask vscode 用户设置中添加: "python.pythonPath": "python3" 阅读全文
posted @ 2017-09-03 17:19 Bob-wei 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 注意1:已经不能直接在项目属性的Build -> Advanced按钮更改C#语言版本,而是使用默认语言版本。 目标框架 语言版本 .NET Core 3.x C# 8 .NET Core 2.x C# 7.3 .NET Standard C# 7.3 .NET Framework C# 7.3 可 阅读全文
posted @ 2017-08-21 09:45 Bob-wei 阅读(3126) 评论(0) 推荐(0) 编辑
摘要: 制作: 1. 配置环境变量PATH 2. 添加CSharp Build配置 在Sublime Text中点击菜单: Tools -> Build System -> New Build System... 粘贴: 保存为:csharp.sublime-build 使用: 编辑一个cs文件,保存。比如 阅读全文
posted @ 2017-08-16 08:42 Bob-wei 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 1 /* https://stackoverflow.com/questions/7299097/dynamically-replace-the-contents-of-a-c-sharp-method 2 For .NET 4 and above 3 4 "C:\Program Files (x86)\MSBuild\14.0\Bin\csc.exe" /unsafe+... 阅读全文
posted @ 2017-08-11 13:56 Bob-wei 阅读(977) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页