1:IDEA同时打开多个项目: 选择菜单File–Setting-General--->右侧Project Opening选择第一个Open project in new window; 接下来你通过菜单File–Reopen打开项目就以新窗口方式打开了.IDEA各种插件安装:http://bl.....
分类:
其他好文 时间:
2014-09-02 21:17:55
阅读次数:
265
最近新买了电脑重新安装了一遍软件,真是够麻烦的。以后服务器还是用docker来玩吧 要不换个服务器,还真是得累死。
在重装的过程中遇到了一个问题 Can not import $GOPATH package on Intellij Idea
以前解决过 但是没有记录 导致我这回又折腾了好一会才能好 所以还是记录一下吧
首先Go 的环境自己安装好 Goroot Gopath一个都不能少,这里...
分类:
其他好文 时间:
2014-09-01 22:46:23
阅读次数:
285
Even though the UNIX system introduces a number of innovative programs and techniques, no single program or idea makes it work well. Instead, what mak...
分类:
其他好文 时间:
2014-09-01 19:16:53
阅读次数:
187
Alt+回车 导入包,自动修正 Ctrl+N ? 查找类 Ctrl+Shift+N 查找文件 Ctrl+Alt+L ?格式化代码 Ctrl+Alt+O 优化导入的类和包 Alt+Insert 生成代码(如get,set方法,构造函数等) Ctrl+E或者Alt+Shift+C ?最近更改的代...
分类:
其他好文 时间:
2014-08-29 16:25:48
阅读次数:
289
/**
?*?Created?with?IntelliJ?IDEA.
?*?User:?lijian
?*?Date:?14-7-11
?*?Time:?上午10:38
?*?description?:防止重复提交数据?????http://hi.baidu.com/uvmfawxtxzbknqe/item/3c87d422...
分类:
编程语言 时间:
2014-08-27 16:48:38
阅读次数:
156
下载地址:1.IntelliJ IDEA 13.1安装文件http://yunpan.cn/QazdSvmCcZDsd 提取码 d388 2.IntelliJ IDEA 13.1激活工具 http://yunpan.cn/QazdeAsEuUyCH 提取码 6c1bNew Project相当...
分类:
移动开发 时间:
2014-08-26 21:23:46
阅读次数:
328
首先确认通过TCP IP来连接连接SQLServer 2012 确保 Server Authentication选择了SQL Server and Windows Authentication mode 打开 SQL SERVER CONFIGURATION MANAGER, 选择数据库实例,把Na...
分类:
数据库 时间:
2014-08-26 11:16:56
阅读次数:
320
Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[OR ],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查询...
分类:
其他好文 时间:
2014-08-25 14:48:34
阅读次数:
220
初步猜测是端口被占用了,因为我单独启动模拟器是没有什么问题的。因为DAB默认端口是5037所以先查看下该端口是否被占用: 果然该端口被占用了,然后可以使用命令KILL掉 taskkill /pid 4880 /f?? 4880就是进程的...
分类:
其他好文 时间:
2014-08-25 12:01:14
阅读次数:
171
Cédric Bignon :Let's note Points the points of the polygon (where Points[0] == Points[Points.Count - 1] to close the polygon).The idea behind the next...
分类:
Web程序 时间:
2014-08-25 11:29:04
阅读次数:
1396