码迷,mamicode.com
首页 >  
搜索关键字:linq to xml    ( 63403个结果
c#学习3,构造函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 构造函数1{ class Program { static void Main(strin...
分类:其他好文   时间:2014-05-20 02:22:09    阅读次数:299
SSH三大框架注解整合(一)
1.导入jar包,ssh的jar包一共是38个,此时还需要多加一个包,就是struts的注解插件jar。2.在web.xml文件中配置struts filter 和spring 的listener。代码如下: contextConfigLocation classpath:application.....
分类:其他好文   时间:2014-05-20 02:14:05    阅读次数:260
python解析RSS(feedparser)
虽然说当今的博客已经不像前几年那么火了,但是RSS还是一项很有创造性和实用性的东西。RSS 是用于分发 Web 站点上的内容的摘要的一种简单的 XML 格式。它能够用于共享各种各样的信息。关于RSS的详细信息在(http://www.rssboard.org/rss-profile),这里面详细的讲...
分类:编程语言   时间:2014-05-20 00:47:56    阅读次数:360
notepad++ 输入中文无响应
如果是win7,到用户文件夹C:\Users\xxxxxxxx\AppData\Roaming\Notepad++ 里面的config.xml 删掉,然后重新打开,应该就可以了,代价是会删除之前所有的设置(快捷键,配置等),需要重新设定在ANSI编码下的文件里面,默认的中文字符会被拆分成两个字符(删...
分类:其他好文   时间:2014-05-20 00:24:58    阅读次数:316
How to define Servlet filter order of execution using annotations
If we define Servlet filters in web.xml, then the order of execution of the filters will be the same as the order in which they are defined in the web...
分类:其他好文   时间:2014-05-19 23:07:40    阅读次数:352
从XML文件乱码问题,探寻其背后的原理
出现应用程序读取XML文件乱码的场景:加入xml文件以 格式的;如果对xml文件进行修改了,其中包含中文字符的内容,另存为其他格式化时(比如unicod,ANSI)等等格式,则新保存的配置文件,程序读取时候将会出现乱码,不能正常的读取。验证如下方法:(1)、可以将XML文件拖放在IE浏览器上,会出现...
分类:其他好文   时间:2014-05-17 14:43:15    阅读次数:265
c#学习2,面向对象引用
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 对象引用{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-17 14:30:19    阅读次数:279
JSP/Servlet基础语法
相关学习资料http://my.oschina.net/chape/blog/170247http://docs.oracle.com/cd/E13222_01/wls/docs81/webapp/web_xml.htmlhttp://blog.csdn.net/liaoxiaohua1981/ar...
分类:Web程序   时间:2014-05-17 14:21:45    阅读次数:551
xml文档解析
XML文档解主要分为四种解析方式,官方提供的两种分别是:DOM 和 SAX,第三方分别是:JDOM 和 DOM4j测试用的xml文档: 1 2 3 zhangsan 4 王麻子 5 lisi 6 7 123456 8 9 ...
分类:其他好文   时间:2014-05-17 14:14:00    阅读次数:310
C#-TabControl---ShinePans
program.cs using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace GroupBoxTest13 { static class Program { /// /// 应用程序的...
分类:其他好文   时间:2014-05-16 01:56:45    阅读次数:319
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!