三台笔记本电脑,一台Windows 8,两台Windows 7,都有TortoiseSVN 1.7以上版本。 安装IntelliJ IDEA 13后,一台Windows7在IntelliJ IDEA中操作SVN无任何问题。 一台报错,右键Clearup之后问题解决。 一台右键Cle...
分类:
其他好文 时间:
2014-10-29 13:14:45
阅读次数:
177
一,安装1,从http://www.jetbrains.com/idea/download/下载最新的community(free)版本。2,解压文件3,进入解压目录下的bin目录4,执行idea.sh可执行文件即启动了IDEA,不需要安装,为了方便启动,在~/.bashrc 文件中的alias 处...
分类:
编程语言 时间:
2014-10-29 09:05:59
阅读次数:
204
An error is anything that can describe itself as an error string. The idea is captured by the predefined, built-in interface type,error, with its sing...
分类:
其他好文 时间:
2014-10-28 21:36:35
阅读次数:
160
KNN--k-NearestNeighbor可以是是分类法中最简单的算法了。大致的idea为:找出k各跟新数据点最像的点,看这些点主要属于哪类,那么新数据点也就属于哪类的了。其伪代码如下:1. 拿到一个新的数据点2. 计算其到training set中每个点的距离3. 对距离排序4. 对距离新数据点...
分类:
其他好文 时间:
2014-10-28 17:31:56
阅读次数:
165
http://blog.csdn.net/intlgj/article/details/39080605svn: E200007: Retrieval of mergeinfo unsupported解决分类:svn2014-09-05 14:33355人阅读评论(0)收藏举报在IDEA使用svn时...
分类:
其他好文 时间:
2014-10-28 17:18:05
阅读次数:
294
环境操作系统:Windows764bit安装软件:JDK1.7,IntellijIDEA13,AndroidSDK,Genymotion安装JDK直接到ORACLE官网直接下载即可,http://www.oracle.com/technetwork/java/javase/downloads/index.html为了兼容性考虑,不建议安装最新的JDK,我安装到的是JDK7。安装过程很简单,..
分类:
移动开发 时间:
2014-10-28 15:49:55
阅读次数:
384
环境说明:系统:Mac OS X 10.9 以及 10.10系统设置:LANG=zh_CN.UTF-8svn 客户端:1.8.10IntelliJ IDEA 13毫无疑问,IntelliJ IDEA 是最好的 Java IDE,没有之一。在 Mac OS X 上使用 MacPorts 安装了 1.8...
分类:
其他好文 时间:
2014-10-28 11:55:57
阅读次数:
197
STAlertViewThe idea of this component is to improve the readability while using the native UIAlertView. The UIKit alert view works with delegates. Whe...
分类:
其他好文 时间:
2014-10-26 21:08:40
阅读次数:
180
发现新大陆,以前慢慢才知道的东西,原来有个集中营:
看看updated, 处理方式是这么的好
35.1
What's
the idea behind templates?
35.2
What's
the syntax / semantics for a "class template"?
35.3
What's
the syntax / s...
分类:
其他好文 时间:
2014-10-26 11:45:56
阅读次数:
182
最近决定使用intellij idea工具来开发基于Grails框架的应用程序,,在安装好jdk 1.7以及配置好jdk和grails环境变量后进行grails测试,在win8.1的命令行窗口中输入以下命令发现无法创建应用程序:图一 反复尝试,在win8.1的环境下无法像win7环境下正确创建一个....