1.maven项目的父项目右键选择:maven build 注意: 1.选择Browser workspace,让BaseDirectory变成:${***}形式。 2.选择目标,比如:tomcat7:run 2.选择source:通过add增加workSpace 3.选择debug模式运行配置。 ...
分类:
其他好文 时间:
2014-07-07 12:15:09
阅读次数:
385
1、下载xampp 安装http://www.apachefriends.org/zh_cn/xampp.html直接执行.run文件安装 默认会安装到/opt/lampp2、启动xampp[root@localhost~]#opt/lampp/lamppstartStartingXAMPP1.7....
分类:
其他好文 时间:
2014-07-07 10:39:51
阅读次数:
176
many females near womens free run 5 shoes to the entire world would favor heeled Nike shoes. But why would they consider into account it? The solutio....
分类:
其他好文 时间:
2014-07-07 09:34:31
阅读次数:
208
在windows 2008 server 上建了一个计划任务,想通过命令schtasks /run /tn "IPADForAdvisor_QA_APITest" /s SZPCWIN2K801 /u msdomain1\jzhang6 /p jzhang6'spassword来远程启动这个计划任务...
分类:
数据库 时间:
2014-07-07 08:49:10
阅读次数:
297
Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function to...
分类:
其他好文 时间:
2014-07-03 21:59:51
阅读次数:
199
关机事件跟踪(Shutdown Event Tracker)也是Windows server 2003区别于其他工作站系统的一个设置,对于服务器来说这是一个必要的选择,但是对于工作站系统却没什么用,我们同样可以禁止它。 打开”开始“Start -> ”运行“ Run -> 输入”gpe...
NSThread:利用NSThread创建和启用一个线程1.NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(run) object:nil];,调用后调用[thread start];2.创建.....
分类:
移动开发 时间:
2014-07-03 19:12:31
阅读次数:
223
森思:想用vbs来控制鼠标的移动和点击,虽然按键精灵可以做到,但做这么简单的事情不想启动那么大一个程序,所以自己用VC写了一个小程序,可以让VBS来控制鼠标移动和点击。用法:移动鼠标到桌面坐标200,50的vbs命令如下:CreateObject("WScript.Shell").Run "mous...
分类:
移动开发 时间:
2014-07-03 19:01:33
阅读次数:
654
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem解决办法:...
分类:
其他好文 时间:
2014-07-03 18:11:39
阅读次数:
213
NSThread一.创建和启动线程1.开线程的几种方式1)先创建线程,后启动NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(run) object:nil];[thread start];2)创建...
分类:
移动开发 时间:
2014-07-03 12:58:28
阅读次数:
207