上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/people" xmlns:tns="htt 阅读全文
posted @ 2016-09-20 17:56 宋发准 阅读(251) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2016-09-20 17:55 宋发准 阅读(330) 评论(0) 推荐(0) 编辑
摘要: public static void deleteFIle(File file) throws Exception { if (file.isDirectory()) { File[] list = file.listFiles(); for (File f : list) { deleteFIle(... 阅读全文
posted @ 2016-09-20 14:21 宋发准 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1 sfz 1992-01-12 阅读全文
posted @ 2016-09-20 13:17 宋发准 阅读(2803) 评论(0) 推荐(0) 编辑
摘要: class.dtd class.xml ?=0次或者1次,+=一次或者多次,*=0次或者多次 阅读全文
posted @ 2016-09-19 16:14 宋发准 阅读(3994) 评论(0) 推荐(0) 编辑
摘要: demo: 服务器端的demo结构,下面贴出各个类的结构. 接口类 运行上行的main方法发布webservice. 下面使用java工具获取webservice客户端资料 在cmd里面输入:wsimport -d d://sfz -keep -verbose http://localhost:88 阅读全文
posted @ 2016-09-19 14:08 宋发准 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package com.company; import org.junit.Test; import java.io.*; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.ThreadPo... 阅读全文
posted @ 2016-09-13 13:16 宋发准 阅读(175) 评论(0) 推荐(0) 编辑
摘要: List> list = new ArrayList>(); for (int j = 1; j main = new LinkedHashMap(); main.put("show_1", "shou_1_" + j); List> list2 = new ArrayList>(); for (int x = 1; x main... 阅读全文
posted @ 2016-07-08 12:29 宋发准 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 查看锁表进程SQL语句1: select sess.sid, sess.serial#, lo.oracle_username, lo.os_user_name, ao.object_name, lo.locked_mode from v$locked_object lo, dba_objects 阅读全文
posted @ 2016-03-24 13:19 宋发准 阅读(3848) 评论(0) 推荐(0) 编辑
摘要: /** * 用于获取指定的数据 * * @param listmap * @param page * @param pagesize * @return */ private List> getpagingdata(List> listmap, int page, int pagesize) { L... 阅读全文
posted @ 2016-03-18 12:18 宋发准 阅读(653) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页