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
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
之前接触一个往Console里输入参数的项目,资深QA教我怎么run,灰常脸红。 今日无事,baidu之。Step1 写简单Console Code. 1 class Program 2 { 3 static void Main(string[] args) 4...
分类:
其他好文 时间:
2014-07-03 10:37:07
阅读次数:
219
一、Runloop简介:Run loops 是线程相关的的基础框架的一部分。一个 run loop 就是一个事件处理 的循环,用来不停的调度工作以及处理输入事件。使用run loop的目的是让你的线程在有工作的时候忙于工作,而没工作的时候处于休眠状态。Runloop还可以在loop在循环中的同时响应...
分类:
其他好文 时间:
2014-07-02 17:33:39
阅读次数:
220
man是自定义的对象,使用var tim = JSON.stringify(man); var newman=JSON.parse(tim)后newman的类型是“object”并不是一个Man,怎么才能变回一个Man呢?
function Man() {
this._type = "man";
this.name="";
this.run = function () {...
分类:
编程语言 时间:
2014-07-02 09:51:34
阅读次数:
187
方法一:(java习惯,在android平台开发时这样是不行的,因为它违背了单线程模型)
刚刚开始接触android线程编程的时候,习惯好像java一样,试图用下面的代码解决问题
new Thread( new Runnable() {
public void run() {
myView.invalidate();
...
分类:
移动开发 时间:
2014-07-02 08:54:23
阅读次数:
197
一、测试是否能管理client使用模块cmd.run可以查看到client的ip地址[root@salt_server~]#salt‘*‘cmd.run‘ipa‘
salt_client1:
1:lo:<LOOPBACK,UP,LOWER_UP>mtu16436qdiscnoqueuestateUNKNOWN
link/loopback00:00:00:00:00:00brd00:00:00:00:00:00
inet127.0.0.1/8scopehos..
分类:
其他好文 时间:
2014-07-02 06:41:22
阅读次数:
343
原文地址:http://www.cnblogs.com/axzxs2001/archive/2009/01/19/1378383.html在vs中,有很多朋友问起,在一个网站项目中的aspx和aspx.cs文件的关系,现在就归纳如下:可以把aspx文件分成三部分:l有run=”server”属性的标...
分类:
Web程序 时间:
2014-07-01 18:20:49
阅读次数:
285