Location: C:\Program Files\Notepad++\notepad++.exe Arguments: ${resource_loc}…
一.如果这个工程是标准的maven-webapp那么基本上不用修改,直接运行jetty:run就可以执行. 但是有时候会报错说 [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo sitories [local (C:\Docu…
在eclipse构建项目的时候,一直报如下错误: Errors during build. Errors running builder "Integrated External Tool Builder" on project project.The builder launch configuration could not be found. Errors running builder "Integrated External Tool Builder" o…
Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on project 'xinghe-base'.The builder launch configuration could not be found.The builder launch configuration could not be found.Errors running builder 'Integ…
Errors during build.Errors running builder "Integrated External Tool Builder" on project project.The builder launch configuration could not be found.Errors running builder "Integrated External Tool Builder" on project project.The build…
Add external tool in the Android Studio */--> pre { background-color: #2f4f4f;line-height: 1.6; FONT: 10.5pt Consola,"Bitstream Vera Sans", Courier New, helvetica; color:wheat; } .h3 { margin-left: 10pt; } *///--> Add external tool in the…
目录 Eclipse Spring Tool Suite插件安装 Eclipse Spring Tool Suite插件安装 1.登录网址:http://spring.io/tools/sts/all,查看在线更新插件地址: 注意要留意自己Eclipse的版本 2.在Eclipse中在线安装插件: [Help] -> [Install New Software...] 在Location中输入对应版本的在线更新网址 目标是安装带有Spring IDE字样的选项 网上很多资料建议取消勾选[Cont…
出现这样的提示,表明你的项目的Builder项出了问题. 解决方法是: 右键项目选择"Properties",再选择"Builders",删除丢失的builder,…
分析java语言特性的一个好帮手是使用javap工具查看java编译后的字节码,楼主今天在学习java泛型中的桥方法时遇到一些不解,想到javap这个好工具可以帮助解答一些疑惑,索性就捣鼓如何在eclipse中配置javap工具快速查看java字节码. 楼主学习的代码工程用的maven结构.默认java编译后的class文件是放在: 工程目录/target/classes 下的,故在配置javap的时候需要配置的变量有所不同,不能直接参考网上的教程方式: 首先进入run -> External…
在运行程序的时候,我们一般可以进行run configuration的配置,就比如tomcat源码导入eclipse之后,我们可以发现其运行配置如下: 其中Program arguments配置的元素就是我们传入main方法的字符串数组,而VM arguments其实就是我们在程序中需要的运行时环境变量.比如上图中就是指定catalina.home为工程所在的位置.在程序中我们可以通过 System.getProperties("catalina.home").需要注意的一点,上面的c…
Eclipse搭建Android5.0应用开发环境 "ndk-build":launchingfailed问题解决 详细参考http://blog.csdn.net/loongembedded/article/details/49690003 NDK的安装设置:http://blog.csdn.net/loongembedded/article/details/39803179 打开Eclipse,选择File--->new--->project--->Android…
In Eclipse IDE, if your program is consuming a lot of memory (loading big data) like this : List<Domain> list = domainBo.findAllDomain(100000);   for(Domain domain : list){ process(domain.getDomainName()); } It can easily hit java.lang.OutOfMemoryEr…
首先得有eclipse 一.在eclipse的菜单栏中点击 Run -->External Tools -->External Tools Configurations..       如图: 当然嫌麻烦的话,你也可以点击这个小图标,效果是一样的: 二.然后 Name: 打开文件所在目录(这里填入你想显示的名称,随便填) Location: C:/WINDOWS/explorer.exe     (这是window的资源管理器程序的路径,如果你不知道的话可以在c盘搜索explorer,一般都是…
当前设置值,只能定位class文件 设置eclipse External Tools Configurations... Program --> new New 创建viewclass.bat文件 set java_type_name=%1 set java_type_name=%java_type_name:.=\% set project_classpath=%2 Explorer /e,/select,%project_classpath%\%java_type_name%.class…
How to Use Kdiff3 as a 3-way Merge Tool With Mercurial, Git, and Tower.app Jan 12th, 2012                 | Comments There are a few very nice looking, mac-like diff tools for OSX (Kaleidoscope and Changes come to mind), but none for doing "real"…
转载自: https://www.cnblogs.com/qq1871707128/p/6093860.html 首先得有eclipse 一.在eclipse的菜单栏中点击 Run -->External Tools -->External Tools Configurations..       如图: 当然嫌麻烦的话,你也可以点击这个小图标,效果是一样的: 二.然后 Name: 打开文件所在目录(这里填入你想显示的名称,随便填) Location: C:/WINDOWS/explorer.…
1.ctrl+alt+s打开设置界面,找到Tool-> External Tools 点击 +来增加一个新的外部工具. 在tool setting 的Program输入工具的路径,可以插入宏,比如$JDKPath$,不需要自己再手动输入jdk的路径了, 在Parameters中输入-c $FileClass$ ,$FileClass$代表要解析的 class文件,-c代表输出分解后的代码 在Workding Directory中输入$OutputPath$,代表项目的输出路径 ps1:关于插入宏…
git作为代码管理工具,.gitignore文件用来忽略哪些哪些文件不用添加到仓库管理https://www.gitignore.io/ 这个网址输入变成语言会帮你生成常用的忽略文件如:IOS项目,输入Xcode.Object-C.Swift.C.C++.git.svn生成: # Created by https://www.gitignore.io/api/objective-c,swift,c,c++,xcode,git,svn ### Objective-C ### # Xcode # #…
之前在Eclipse下面误删除了svn的一些插件包,后来重装了就问题重重,在这里还是建议, Windows下SVN最好使用桌面版,在文件管理器下面更新和提交. 1.常见错误整理 #, c-formatmsgid """Failed to mark '%s' absent: item of the same name is already scheduled for ""addition"msgstr "无法将“%s”标记为不存在: 同名…
文本文件: Tool: NotePad++ 代码工具: Tool:Eclipse+STAN+(乱七八糟c,c++,java,android),Source Insight 3 Log工具: Tool:Log Viewer 对比查看工具: Tool:KDiff3 服务器工具: Tool:putty,FileShare…
组建自动化工具Ant Ant可以帮助我们自动化的完成项目的构建 下面是维基百科对Ant的介绍:http://zh.wikipedia.org/wiki/Apache_Ant Apache Ant,是一个将软件编译.测试.部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发.由Apache软件基金会所提供.默认情况下,它的buildfile(XML文件)名为build.xml.每一个buildfile含有一个<project>和至少一个默认的<target>,这…
SSI,Server Side Include,支持html静态文件内以 <!--#include file="/layout/header.html"-->  的方式引入其他html静态文件,这一功能特性有助于页面设计的碎片化和效率效果提升(设计页面主要关心content内容的设计,而且碎片不会在多个页面存在N个copy,而是一次性都可以修改更新),demo内容见附件qingbo_design_demo.   demo目录文件结构: 设计页面目录在svn的同步管理下,可以…
1)安装RUBY:从 http://www.ruby-lang.org/en/ 下载 ruby182-15.exe,安装Ruby.ruby -v 看是否安装成功.2)安装RAILS框架 :gem install rails --remotesrails -v 看版本号号,看是否安装成功.3)安装 J2SDK 和Eclipse: 我安装了语言文件,用eclipse.exe -nl zh 实现中文化.环境变量: PATH:C:/j2sdk1.4.2_02/bin: 加入�CLASSPATH : C:…
从网上找的git忽略文件挺前面的,现在记录下来,以备后用: tomsuite.xml **pom.xml.releaseBackup release.properties gen */seed.txt notes logs gen-external-apklibs .idea *.iml .DS_Store *.swp out .gradle /local.properties /build ###OSX### .DS_Store .AppleDouble .LSOverride # Icon…
Android NDK and OpenCV Development With Android Studio Hujiawei 172 2014年10月22日 发布 推荐 0 推荐 收藏 4 收藏,5.7k 浏览 ---------------- If you do NOT know Chinese, you can just skip this part ---------------- 一直打算将原来的XFace进行改进,最近终于有了些时间可以动手了,改进计划如下:开发上使用Android…
.gitignore文件配置 ###################### # Project Specific ###################### /src/main/webapp/dist data/ app.pid ###################### # Node ###################### /node/** /node_modules/** transaction-logs/ ###################### # SASS #######…
http://blog.csdn.net/pipisorry/article/details/38964135 LIBSVM是台湾大学林智仁(LinChih-Jen)教授等开发设计的一个简单.易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进.修改以及在其它操作系统上应用:该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题:并提供了交互检验(Cross Validati…
# Created by .ignore support plugin (hsz.mobi) ### Maven template target/ ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion *.iml ## Directory-based project format: .idea/ # if you remove the above…
一.新建项目 1.改为git版本 2.出现如下框 选择Git 3.新建一个.gitignore file (Git) 4.勾掉一些不需要的 5.出现如下框 5.1.如果不知道.gitignore file (Git) 要勾选掉哪些  就直接复制如下代码到.gitignore 里就好 # Created by .ignore support plugin (hsz.mobi) ### Maven template target/ ### JetBrains template # Covers Je…
//commndline: doxygen Doxyfile /**comment /* /** time diff@pre precondition@post endcondition@throw exceptions @param start The start time 参数 @param end The end time @returns timespec a number 返回值 */ timespec diff(timespec start, timespec end) {} 复用D…