C#代码安装Windows服务using System;using System.Collections.Generic;using System.ServiceProcess;using System.Configuration.Install;static class Program{/// /...
生成一个名叫web.config文件,放在网站的根目录下,内容设置如下:<?xmlversion="1.0"encoding="UTF-8"?><configuration><system.webServer><!--将下面的规则添加到这里--><rewrite><rules><rulename="index"><matchurl="index.h..
分类:
其他好文 时间:
2014-08-08 16:31:17
阅读次数:
183
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下:#配置根Loggerlog4j.rootLogge...
分类:
其他好文 时间:
2014-08-08 15:50:46
阅读次数:
223
转自:http://hi.baidu.com/294286540/blog/item/f89af3014404630d738b656d.html方法一:在线安装 1.打开HELP->MyEclipse Configuration Center。切换到SoftWare标签页。 2.点击...
分类:
系统相关 时间:
2014-08-08 15:11:46
阅读次数:
309
小猪的Android入门之路 Day 4 - part 4
Android事件处理机制之——事件处理机制拾遗
本节引言:
在前面三个部分中,对于android的事件处理机制的学习已经学得七七八八了,
基于监听与回调的时间处理机制,以及使用Handler传递信息的机制都已经学了;
在最后这个部分中会对一些小的知识点进行补充,比如触摸事件的两种形式,
Configuration类以及异步任务AsyncTask进行讲解,好了,开始本节的课程吧!哭...
分类:
移动开发 时间:
2014-08-07 23:03:45
阅读次数:
421
安装64位操作系统不是编译64位程序的必要条件,关键是要装64位程序的编译器。1. 选择“Build” – “Configuration Manager”菜单,打开配置管理器。点击新建解决方案平台。2. 选择“x64”平台,点击确定按钮。3. 这时候配置管理器中的平台已经改成刚才选择的x64了,这时...
分类:
其他好文 时间:
2014-08-07 22:44:05
阅读次数:
264
一、struts2的核心部件
(1)Configuration
(2)Action
(3)Interceptor
(4)Value Stack / OGNL
(5)Result Types
(6)Results / View Technology
二、architectural goals:
(1)separation of concerns
(2)loose coup...
分类:
其他好文 时间:
2014-08-07 18:58:50
阅读次数:
262
Tomcat 使用JMS采集配置需要加入以后配置参数,本示例是在 eclipse 下启动tomcat中的配置。在tomcat Arguments选择卡的VM arguments中加入: -Dcom.sun.management.jmxremote.port=9089 -Dcom.sun.manag....
分类:
其他好文 时间:
2014-08-06 22:18:32
阅读次数:
240
1.创建Tomcat7x的服务。 Window --> Preferences --> Server --> Runtime Environment2.在Servers窗口新建Tomcat7x实例,并打开该实例,进行配置。 a) Open launch configuration --> Cla.....
分类:
系统相关 时间:
2014-08-06 18:51:11
阅读次数:
324
http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-configuration/Writing unit tests for Spring MVC co...
分类:
编程语言 时间:
2014-08-06 18:21:12
阅读次数:
398