File tree 6 files changed +66
-3
lines changed
6 files changed +66
-3
lines changed Original file line number Diff line number Diff line change 4
4
# Enable syntax highlighting for files with `.gitattributes` extensions.
5
5
* .gitattributes linguist-language =gitattributes
6
6
# Auto detect text files and perform LF normalization
7
+ * .cmd text linguist-language =batch working-tree-encoding =GB2312 eol =crlf
7
8
* .bat text linguist-language =batch working-tree-encoding =GB2312 eol =crlf
8
9
* .psl text linguist-language =PowerShell working-tree-encoding =GB2312 eol =crlf
9
10
* .vbs text linguist-language =Visual-Basic-Script working-tree-encoding =GB2312 eol =crlf
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ # reset jetbrains ide evals
3
+
4
+ OS_NAME=$( uname -s)
5
+ JB_PRODUCTS=" IntelliJIdea CLion PhpStorm GoLand PyCharm WebStorm Rider DataGrip RubyMine AppCode"
6
+
7
+ if [ $OS_NAME == " Darwin" ]; then
8
+ echo ' macOS:'
9
+
10
+ for PRD in $JB_PRODUCTS ; do
11
+ rm -rf ~ /Library/Preferences/${PRD} * /eval
12
+ rm -rf ~ /Library/Application\ Support/JetBrains/${PRD} * /eval
13
+ done
14
+ elif [ $OS_NAME == " Linux" ]; then
15
+ echo ' Linux:'
16
+
17
+ for PRD in $JB_PRODUCTS ; do
18
+ rm -rf ~ /.${PRD} * /config/eval
19
+ rm -rf ~ /.config/${PRD} * /eval
20
+ done
21
+ else
22
+ echo ' unsupport'
23
+ exit
24
+ fi
25
+
26
+ echo ' done.'
Original file line number Diff line number Diff line change
1
+ Set oShell = CreateObject( "WScript.Shell" )
2
+ Set oFS = CreateObject( "Scripting.FileSystemObject" )
3
+ sHomeFolder = oShell.ExpandEnvironmentStrings( "%USERPROFILE%" )
4
+ sJBDataFolder = oShell.ExpandEnvironmentStrings( "%APPDATA%" ) + "\JetBrains"
5
+
6
+ Set re = New RegExp
7
+ re.Global = True
8
+ re.IgnoreCase = True
9
+ re.Pattern = "\.?(IntelliJIdea|GoLand|CLion|PyCharm|DataGrip|RubyMine|AppCode|PhpStorm|WebStorm|Rider).*"
10
+
11
+ Sub removeEval( ByVal file, ByVal sEvalPath)
12
+ bMatch = re.Test(file.Name)
13
+ If Not bMatch Then
14
+ Exit Sub
15
+ End If
16
+
17
+ If oFS.FolderExists(sEvalPath) Then
18
+ oFS.DeleteFolder sEvalPath, True
19
+ End If
20
+ End Sub
21
+
22
+ If oFS.FolderExists(sHomeFolder) Then
23
+ For Each oFile In oFS.GetFolder(sHomeFolder).SubFolders
24
+ removeEval oFile, sHomeFolder + "\" + oFile.Name + "\config\eval"
25
+ Next
26
+ End If
27
+
28
+ If oFS.FolderExists(sJBDataFolder) Then
29
+ For Each oFile In oFS.GetFolder(sJBDataFolder).SubFolders
30
+ removeEval oFile, sJBDataFolder + "\" + oFile.Name + "\eval"
31
+ Next
32
+ End If
33
+
34
+ MsgBox "done"
Original file line number Diff line number Diff line change 22
22
* [ https://github.com/TortoiseGit ] ( https://github.com/TortoiseGit )
23
23
* [ https://gitlab.com/tortoisegit/tortoisegit ] ( https://gitlab.com/tortoisegit/tortoisegit )
24
24
* [ https://tortoisegit.org/download ] ( https://tortoisegit.org/download )
25
-
25
+ * SmartGit 是一款优秀的图形化Git仓库管理工具;
26
+ * SmartSVN 是一款优秀的图形化SVN仓库管理工具
26
27
27
28
- Java实现 [ https://github.com/eclipse/jgit ] ( https://github.com/eclipse/jgit )
28
29
- [ https://github.com/centic9/jgit-cookbook ] ( https://github.com/centic9/jgit-cookbook )
Original file line number Diff line number Diff line change 8
8
9
9
+ [ https://github.com/JetBrains ] ( https://github.com/JetBrains )
10
10
+ [ https://www.jetbrains.com/products.html#type=ide ] ( https://www.jetbrains.com/products.html#type=ide )
11
- + [ https://github.com/judasn/IntelliJ-IDEA-Tutorial ] ( https://github.com/judasn/IntelliJ-IDEA-Tutorial )
11
+ + 简体中文专题教程 [ https://github.com/judasn/IntelliJ-IDEA-Tutorial ] ( https://github.com/judasn/IntelliJ-IDEA-Tutorial )
12
12
13
13
- [ 教育邮箱免费申请JetBrains教育许可证] ( https://mp.weixin.qq.com/s/XFoOBeTaBwBAsRgadxMLfQ )
14
14
- [ JetBrains全系列软件激活教程激活码以及JetBrains系列软件汉化包] ( https://www.fuocu.cn/archives/jetbrains-crack )
15
- - [ JetBrains 系列软件汉化包 ] ( https://github.com/pingfangx/TranslatorX )
15
+ - [ JetBrains 2019.3系列软件汉化包 ] ( https://github.com/pingfangx/TranslatorX )
16
16
17
17
* [ IntelliJ IDEA神器使用技巧] ( https://www.imooc.com/learn/924 )
18
18
* [ IDEA的基本使用:让你的IDEA有飞一般的感觉] ( https://blog.csdn.net/fly910905/article/details/77868300 )
Original file line number Diff line number Diff line change 36
36
* [ https://github.com/gejun123456/MyBatisCodeHelper-Pro ] ( https://github.com/gejun123456/MyBatisCodeHelper-Pro )
37
37
* [ MybatisCodeHelperPro试用key获取] ( http://brucege.com/pay/getfreetrial? )
38
38
* [ https://zhile.io/categories/software-debug ] ( https://zhile.io/categories/software-debug )
39
+ * [ Jetbrains系列产品重置试用方法] ( https://zhile.io/2020/11/18/jetbrains-eval-reset-da33a93d.html )
39
40
40
41
![ ] ( https://upload-images.jianshu.io/upload_images/11962894-7690faea398dd0c6.gif )
41
42
You can’t perform that action at this time.
0 commit comments