目录 console中文乱码 idea 多个工程分别设置svn idea svn忽略版本控制 idea svn客户端 ideolog 插件配置 idea 热部署 Jrebel 插件激活和使用 # IDEA 设置 console中文乱码 settings设置UTF-8 tomcat 设置 -Dfile.encoding=utf-8/ 注意:IntelliJIDEA15.0.6\bin找到idea.exe.vmoption文件,这文件修改已经失效 替代方法:HELP->Edit Custom VM
public frmMain() { InitializeComponent(); //解决窗体第一次设置为最大化后,点击最大化按钮窗体无法居中问题 int x = Convert.ToInt32((Screen.PrimaryScreen.WorkingArea.Width - this.Width) * 0.5); int y = Convert.ToInt32((Screen.PrimaryScreen.WorkingArea.Height - this.Height) * 0.5); t