import groovy.xml.MarkupBuilder; import org.junit.Test; import com.predic8.wsdl.*; import com.predic8.wstool.creator.RequestTemplateCreator; import co Read More
posted @ 2020-04-26 16:01 blueKnight Views(4217) Comments(0) Diggs(0) Edit
package httpclient;import java.io.IOException;import java.net.URLEncoder;import org.apache.commons.httpclient.HttpClient;import org.apache.commons.htt... Read More
posted @ 2014-12-08 18:25 blueKnight Views(80734) Comments(0) Diggs(2) Edit
1 package com.jstrd.tipstock.webservice.jt.base; 2 3 import java.io.ByteArrayInputStream; 4 import java.util.Iterator; 5 6 import javax.xml.soap.MessageFactory; 7 import javax.xml.soap.MimeHeaders; 8 import javax.xml.soap.SOAPBody; 9 import javax.xml.soap.SOAPElement; 10 import javax.xml... Read More
posted @ 2014-02-13 13:02 blueKnight Views(48719) Comments(5) Diggs(6) Edit
1 2 3 4 5 6 7 42 43 44 45 46 47 48 49 50 51 url:" >52 message:53 54 result:55 56 提交57 58 59 71 Read More
posted @ 2014-02-13 10:52 blueKnight Views(8587) Comments(0) Diggs(0) Edit
C++强大的功能来源于其丰富的类库及库函数资源。C++标准库的内容总共在50个标准头文件中定义。在C++开发中,要尽可能地利用标准库完成。这样做的直接好处包括:(1)成本:已经作为标准提供,何苦再花费时间、人力重新开发呢;(2)质量:标准库的都是经过严格测试的,正确性有保证;(3)效率:关于人的效率已经体现在成本中了,关于代码的执行效率要相信实现标准库的大牛们的水平;(4)良好的编程风格:采用行业中普遍的做法进行开发。 在C++程序设计课程中,尤其是作为第一门程序设计课程,我们注重了语法、语言的机制等方面的内容。程序设计能力的培养有个过程,跨过基本的原理性知识直接进入到工程中的普遍做法,由于. Read More
posted @ 2013-10-25 14:24 blueKnight Views(281) Comments(0) Diggs(0) Edit
第一种解决.NET Framework 3.5 sp1离线安装方案1、下载.net Framework 3.5 Service pack 1 (Full Package) 231MB 安装包后dotnetfx35.exe,用WinRAR打开并解压。2、下载.net Framework 3.5 Service pack 1中文简体语言包。一般用户下载dotnetfx35langpack_x86zh-CHS.exe,这个是WIN32系统3、将语言包dotnetfx35langpack_x86zh-CHS.exe复制到第一步解压缩的\wcu\dotNetFramework\dotNetFX35\x8 Read More
posted @ 2012-10-19 15:50 blueKnight Views(1786) Comments(0) Diggs(0) Edit
1.断开网络连接,开始-运行-cmd2.依次运行命令:netshwlanset hostednetwork mode=allowset hostednetwork mode=allow ssid=dingzh(用户名,自己设置) key=75117703(8位数密码,自己设置)然后打开电脑“网络和共享中心”-“更改适配器设置”,会看到列表里面多出了一个“无线网络连接2”的图标,为了便于自己识别,可以将其重命名,比如“WIFI”。3.连接网络,并设置共享。这里是关键,如果你的笔记本是拨号上网,就是直接从MODE接出来那种,就在“宽带连接”里设置,如果是从交换机接出来的,就是插上网线就可以直接上. Read More
posted @ 2012-08-02 09:22 blueKnight Views(406) Comments(0) Diggs(0) Edit
Oracle免客户端For .Net(增加分析Devart和DataDirect) Posted on 2011-10-30 19:17 大石头 阅读(8195) 评论(78) 编辑 收藏 我只是一名普通的.Net开发人员,常用SqlServer,偶尔用其它数据库,属于能连上然后select/execute就行的那种。但就是我这么小的愿望,在面对Oracle时都很难实现。 虽然04年就开始用Oracle开发项目,但每次遇到问题总是胡乱弄一下,能用就行。这次又遇到问题,更离谱的是:同一个版本的NewLife.XCode,同一台机器,同一个ODP.Net版本,上个月写的程序工作好好的,怎么折... Read More
posted @ 2012-06-28 09:50 blueKnight Views(612) Comments(0) Diggs(0) Edit
archivelog日志已满ORA-00257:archivererror.Connectinternalonly,untilfreed错误的处理方法1.用sys用户登录sqlplussys/pass@ttassysdba2.看看archivlog所在位置SQL>showparameterlog_archive_dest;NAMETYPEVALUE-----------------------------------------------------------------------------log_archive_deststringlog_archive_dest_1strin Read More
posted @ 2012-03-08 15:57 blueKnight Views(329) Comments(0) Diggs(0) Edit
表达式:a*(b+c/d)+c*h-g*f表示如下的树。View Code packagecom.jstrd.base.commons.util;importjava.util.ArrayList;importjava.util.Stack;importcom.jstrd.util.StringUtil;publicclassTest{publicstaticvoidmain(String[]args){Strings="3+abs(5+1*2)";//为了生成波兰表达式,对单目运算符先做转换处理,例将abs(a+b)替换成(abs:a+b),其中冒号“:”做为一种特殊的双 Read More
posted @ 2012-02-17 15:03 blueKnight Views(1772) Comments(0) Diggs(0) Edit
> Example: <http://www.williamsauction.com/ca_all.php> -- There should be > up arrows and down arrows at the top of each column, but the Webdings > font isn't being used in Firefox, which shows "5" and "6". I've tried > specifying the font with an inline Read More
posted @ 2012-02-10 17:00 blueKnight Views(1873) Comments(3) Diggs(0) Edit
Eclipse插件开发之基础篇(1) 插件开发的基础知识 名词翻译 有一些名词在翻译的过程中可能会出现歧义,在这里统一一下。 アーキテクチャ=architecture=架构 プラットフォーム=platform=平台 コンポーネント=component=组件 其余的随时补充。 1.Eclipse的架构 Eclipse被作为java的IDE(集成开发环境)被广泛的应用,但是从本质上看Eclipse是一个整合了各种开发工具的平台。因此,它采用了可以自由的增加各种功能的插件架构技术。Eclipse平台的基本架构如图1-1所示。  图1-1 Ecli... Read More
posted @ 2012-01-31 10:53 blueKnight Views(486) Comments(0) Diggs(0) Edit
.asx,video/x-ms-asf.xml,text/xml.tsv,text/tab-separated-values.ra,audio/x-pn-realaudio.sv4crc,application/x-sv4crc.spc,application/x-pkcs7-certificates.pmc,application/x-perfmon.lit,application/x-ms-reader.crd,application/x-mscardfile.isp,application/x-internet-signup.wmlsc,application/vnd.wap.wmlsc Read More
posted @ 2012-01-12 17:47 blueKnight Views(727) Comments(0) Diggs(0) Edit
<%@pagecontentType="text/html;charset=GBK"language="java"%><%@pageimport="com.jstrd.mm.business.sysmgr.monitor.logic.MMStock2BudgetLogic"%><%Stringquery=request.getParameter("query");MMStock2BudgetLogicbean=newMMStock2BudgetLogic();Stringxmldata Read More
posted @ 2011-12-19 15:53 blueKnight Views(427) Comments(0) Diggs(0) Edit
<#macrogreetperson,website>Hello${person}!YourWebsiteis${website}.</#macro><html><head><title>HelloWorld</title></head><body><@greetperson="老紫竹"website="www.java2000.net"/><br/>${message}<br/>编号:${est.id}<br> Read More
posted @ 2011-11-17 17:17 blueKnight Views(1250) Comments(2) Diggs(1) Edit
1,文件信息:<?xmlversion="1.0"?><?mso-applicationprogid="Excel.Sheet"?>2,正文部分应包含在<Workbook></Workbook>之间:<Workbookxmlns="urn:schemas-microsoft-com:office:spreadsheet"xmlns:o="urn:schemas-microsoft-com:office:office"xmlns:x="urn:schem Read More
posted @ 2011-11-07 18:00 blueKnight Views(1045) Comments(0) Diggs(0) Edit
什么是BI系统 商业智能也称作BI是英文单词Business Intelligence的缩写。商业智能通常被理解为将企业中现有的数据转化为知识,帮助企业做出明智的业务经营决策的工具。这里所谈的数据包括来自企业业务系统的订单、库存、交易账目、客户和供应商等来自企业所处行业和竞争对手的数据以及来自企业所处的其他外部环境中的各种数据。而商业智能能够辅助的业务经营决策,既可以是操作层的,也可以是战术层和战略层的决策。为了将数据转化为知识,需要利用数据仓库、联机分析处理(OLAP OLAP是数据仓库系统的主要应用,支持复杂的分析操作,侧重决策支持,并且提供直观易懂的查询结果。)工具和数据挖掘等技术。因此 Read More
posted @ 2011-11-03 12:31 blueKnight Views(1067) Comments(0) Diggs(2) Edit
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN"><HTML><HEAD><TITLE>NewDocument</TITLE><METANAME="Generator"CONTENT="EditPlus"><METANAME="Author"CONTENT=""><METANAME="Keywords"CONTENT=&quo Read More
posted @ 2011-10-28 17:22 blueKnight Views(326) Comments(0) Diggs(0) Edit
在WAS中,应用的配置是从config/cells....目录下读取;而资源从/installedApps目录下读取故当配置文件(例web.xml)发生改变时,只更新应用程序资源文件/installedApps目录下的web.xml文件是不启作用的web.xml文件的修改 必须到/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/localhostCell01/applications/下面修改相应web.xml文件才能生效或者直接重新部署应用 Read More
posted @ 2011-10-27 12:37 blueKnight Views(2256) Comments(0) Diggs(0) Edit
没事写的个SSI(Struts2+Spring2+IBatis)代码生成器,目前只支持Oracle数据库。节省平时开发代码编写时间,只支持单表生成,自己Ibatis的sqlMapping配置一块和DAO代码用这个生成用的比较多点。有兴趣的朋友可以玩玩 Read More
posted @ 2011-10-27 12:27 blueKnight Views(761) Comments(0) Diggs(1) Edit