摘要:
Value of '0' is not valid for 'emSize','emSize' should be greater than 0 and less than or equal to System.Single.MaxValue.Parameter name:emSize.检查字体大小是不是小于等于0了。new System.Drawing.Font(name,size,fontStyle). 阅读全文
摘要:
我这儿是 \Git\bin\sh.exe 被干掉了。添加排除,并从隔离区中还原。 阅读全文
摘要:
放在仓库根目录下即可。比如你的仓库在“D:\MYREPO”,位置就是“D:\MYREPO\.gitignore”. 模板可从GITHUB上COPY一份。 常用git 忽略,.gitignore: ## Ignore Visual Studio temporary files, build resul 阅读全文
摘要:
1.首先用不包含用户名URL CLONE “git clone https://code.google.com/p/YourProjName/” 。而不能用 “git clone https://YourUserName@code.google.com/p/YourProjName/”。 2. 系统 阅读全文
摘要:
修改eclipse.ini中的-XX:MaxPermSize=256M这一项的原始值是512M。 阅读全文