码迷,mamicode.com
首页 >  
搜索关键字:linq to xml    ( 63403个结果
C#将数据库导出成Excel,再从Excel导入到数据库中。
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.IO;namespace CindyDatabaseP...
分类:数据库   时间:2014-05-09 11:37:48    阅读次数:378
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
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
struts2+hibernate-jpa+Spring+maven 整合(1)
1.0.0 struts2 与 spring 的整合.1.1.0 新建maven工程 , 编写pom.xml ,这里只需要简单的添加 一个组件就够了:在myeclipse 生成的pom.xml 添加如下代码: org.apache.struts stru...
分类:编程语言   时间:2014-05-08 21:41:22    阅读次数:659
获取布局 ActionBar
LayoutInflater inflater = getLayoutInflater();View imageLayout = inflater.inflate(R.layout.preference_image.xml,null);ImageView imageView = (ImageView...
分类:其他好文   时间:2014-05-08 21:34:32    阅读次数:307
ScrollView cannot scroll in Slidinguppanellayout 解决办法
xml源码如下 ...
分类:其他好文   时间:2014-05-08 20:35:47    阅读次数:508
C# Copy 文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace DirectoryCopy...
分类:其他好文   时间:2014-05-08 20:30:59    阅读次数:381
C# 访问一个页面,并根据该页面上的a标签递归访问每个页面
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Net;using ...
分类:其他好文   时间:2014-05-08 20:30:34    阅读次数:389
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!