码迷,mamicode.com
首页 >  
搜索关键字:open xml sdk    ( 92866个结果
oracle启动,提示“LRM-00109: could not open parameter file”
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样) copy到$ORACLE_HOME/dbs目...
分类:数据库   时间:2014-05-09 16:26:52    阅读次数:508
一个python小脚本——合并一个文件夹下的所有文本
#coding:utf8import sys,osdef process(path): for f in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:编程语言   时间:2014-05-09 12:41:07    阅读次数:362
调用Axis WebService异常:org.xml.sax.SAXException: Bad envelope tag: definitions
用Eclipse直接创建的webservice客户端,调用webservice出现异常:Caused by: org.xml.sax.SAXException: Bad envelope tag: definitionsat org.apache.axis.message.EnvelopeBuild...
分类:Web程序   时间:2014-05-09 12:20:40    阅读次数:1171
AnyGantt免费下载及使用说明
AnyGantt是完全跨浏览器和跨平台的。它可用于ASP.NET,ASP,PHP,JSP,ColdFusion,Ruby on Rails,简单的HTML页和PowerPoint演示文稿。AnyGantt控件使用XML作为通用数据接口,所以你可以从任何仓库显示数据:从文本文件,Excel,CSV格式...
分类:其他好文   时间:2014-05-09 12:13:21    阅读次数:477
阶段笔记汇总整理
今天学习了单表查询和多表查询,编写代码过程中,调试时出现了一个500错误,错误原因是在createQuery时,字段与Student类中的字段不一样,比如说我在数据库的是StuID,而我们需要的字段是stuId.还有当我们删除了Student类时对应的配置Student.hbm.xml中的信息也要删...
分类:其他好文   时间:2014-05-09 12:08:03    阅读次数:493
CAS 4.0.0RC 配置通过数据库认证用户登录
配置通过数据库认证用户登录打开webapp\WEB-INF目录下的deployerConfigContext.xml,替换 为 com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/db_name root 使用j...
分类:数据库   时间:2014-05-09 11:31:43    阅读次数:477
WebService 调用
一、WebService调用1.webservice支持四种调用方式:SOAP 1.1,SOAP 1.2,GET,POST。 2.如果要webservice支持GET,POST调用还需要web.config中添加: 3.webservice默认输出xml格式,如果想让webs...
分类:Web程序   时间:2014-05-09 10:56:12    阅读次数:685
ubuntu wireshark 没有接口
There are no interfaces on which a capture can be done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following commands:sudo dpkg-reconfigure ...
分类:其他好文   时间:2014-05-08 22:18:45    阅读次数:397
SpringMVC@ResponseBody的心得
今天练习了一下@ResponseBody,主要是对json字符返回有了新的了解。1.配置@ResponseBody: 在Spring-Servlet.xml中开启注解配置: //主要是这一句比较重要。 ...
分类:编程语言   时间:2014-05-08 21:57:22    阅读次数:371
java神奇问题汇总
com.sun.xml.bind.v2.ContextFactory类找不到的解决用cxf+spring发布webservice,使用apache-cxf客户端方式调用接口访问服务器时,报javax.xml.bind.JAXBException: Provider com.sun.xml.bind....
分类:编程语言   时间:2014-05-08 21:54:58    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!