`
mizhao1984
  • 浏览: 88170 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论
文章列表
http://dl.google.com/eclipse/plugin/3.6
imageMagick中文网站:http://www.imagemagick.com.cn/install_source.html pdf转img的插件安装: linux:http://www.imagemagick.org/download/delegates/ windows:http://pages.cs.wisc.edu/~ghost/doc/GPL/gpl863.htm    
创建普通应用项目: mvn archetype:create -DgroupId=com.byread -DartifactId=blog创建WEB项目: mvn archetype:create -DgroupId=com.byread -DartifactId=blogweb -DarchetypeArtifactId=maven-archetype-webapp 创建appfuse项目: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-str ...
属  性  名 描    述 String name 该Cookie的名称。Cookie一旦创建,名称便不可更改 Object value 该Co
可能有两个原因: 1、maven中某些jar包下载不下来  从其他地方下载jar文件放到相应maven本地库的.m2里 2、.classpath文件中缺少(下面代码的作用是制定maven的jar发布路径) <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">  <attributes>   <attribute name="org.eclipse.jst.component.dependency& ...
1.安装了OpenOffice.org主程序以及SDK。 引入sdk下的jar: unoil.jar ridl.jar jurt.jar juh.jar 2.下载bootstrapconnector.jar()  http://user.services.openoffice.org/en/forum/viewtopic.php?f=44&t=2520 3.代码展示 首先,我们打开并连接一个OOo程序,这需要创建一个XComponentContext对象: private static XComponentContext createContext() throws ...
1.节点对象 package com.oohla.uni.tag.ui.action; import java.util.ArrayList;import java.util.List; import org.apache.commons.logging.Log;import org.apache.commons.logging.LogFactory; import com.oohla.uni.database.biz.ContactGroup;import com.oohla.uni.sysadmin.web.AppConfig; public class ContactGroupN ...
tcpdump -s 9819 -w 包名.cap host ip
<%@ page contentType="text/html; charset=GBK" %><HTML><HEAD><TITLE> New Document </TITLE></HEAD><BODY><script language="javascript">var XML="<root><test>测试1</test><test>测试2</test></root>" ...
struts.xml: <!DOCTYPE struts PUBLIC        "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"        "http://struts.apache.org/dtds/struts-2.0.dtd">        <struts>          <include file="struts-default.xml"/>     <constant name=&quo ...
String url = "http://www.google.com.hk/logos/2010/stevenson10-hp.jpg";   HttpClient client = new HttpClient();  GetMethod get = new GetMethod(url);  try {   client.executeMethod(get);   File storeFile = new File("d:/1.jpg");   FileOutputStream fileOutputStream = new FileOutputStr ...
sqlplus /nolog connect sys as sysdba ---------------------------------------------------------- these parameters have to be changed-- in order to change characterset--------------------------------------------------------Alter system set job_queue_processes=0 scope=spfile;Alter system set aq_tm_pro ...
1.引用所需jar包: cxf-2.2.7.jarspring-2.0.6.jarwsdl4j-1.6.2.jarXmlSchema-1.4.5.jar   2。编写spring配置文件(applicationContext.xml):  <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"       xmlns:xsi="http://www.w3.org/2 ...
http://code.google.com/intl/zh-CN/webtoolkit/download.html
public class JavaGroupBroadcastingManager implements NotificationBus.Consumer {  /**  * 共享数据:未被激活的时间片信息集合(离线通话信息)  */ private static Map<String,TimeSlice> voiceMessageMap = new HashMap<String, TimeSlice>();  /**  * 共享数据:短信信息  */ private static Map<String,SmsCcrParameter> smsMessageI ...
Global site tag (gtag.js) - Google Analytics