<?xml version="1.0" encoding="utf-8"?>
<search>
  <entry>
    <title><![CDATA[Facebook代码评审机制与版本管理]]></title>
    <url>%2Fcode-review-and-release-flow-in-facebook.html</url>
    <content type="text"></content>
      <categories>
        <category>代码质量</category>
      </categories>
      <tags>
        <tag>代码质量</tag>
        <tag>版本管理</tag>
        <tag>GitLab</tag>
        <tag>GitHub</tag>
        <tag>Phabricator</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[API管理工具对比，制定您的API管理平台]]></title>
    <url>%2Fapi-manage-tools-compare-setup-your-api-manage-platform.html</url>
    <content type="text"></content>
      <categories>
        <category>工具类库</category>
      </categories>
      <tags>
        <tag>RAP</tag>
        <tag>Swagger</tag>
        <tag>YAPI</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IntelliJ IDEA配置科学上网代理]]></title>
    <url>%2Fintellij-idea-proxy-settings.html</url>
    <content type="text"></content>
      <categories>
        <category>工具类库</category>
      </categories>
      <tags>
        <tag>代理</tag>
        <tag>IntelliJ IDEA</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IntelliJ IDEA checkstyle插件安裝与使用]]></title>
    <url>%2Fintellij-idea-checkstyle-install-and-usage.html</url>
    <content type="text"></content>
      <categories>
        <category>代码质量</category>
      </categories>
      <tags>
        <tag>代码质量</tag>
        <tag>checkstyle</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Phabricator pha 守护进程问题优化]]></title>
    <url>%2Fphabricator-pha-daemon-optimize.html</url>
    <content type="text"></content>
      <categories>
        <category>代码质量</category>
      </categories>
      <tags>
        <tag>Phabricator</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Phabricator集成Jenkins-配置篇]]></title>
    <url>%2Fphabricator-integrate-jenkins-setting.html</url>
    <content type="text"></content>
      <categories>
        <category>代码质量</category>
      </categories>
      <tags>
        <tag>Phabricator</tag>
        <tag>代码审查</tag>
        <tag>Jenkins</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Phabricator集成Jenkins实现自动化构建]]></title>
    <url>%2Fphabricator-integrate-jenkins-automated-construction-test.html</url>
    <content type="text"></content>
      <categories>
        <category>代码质量</category>
      </categories>
      <tags>
        <tag>Phabricator</tag>
        <tag>代码审查</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[一个维护版本日志整洁的Git提交规范]]></title>
    <url>%2Fa-git-submission-specification-that-maintains-a-clean-version-log.html</url>
    <content type="text"></content>
      <categories>
        <category>工具类库</category>
      </categories>
      <tags>
        <tag>版本管理</tag>
        <tag>Git</tag>
        <tag>工具类库</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[如何把复杂单体应用快速迁移到微服务]]></title>
    <url>%2Fhow-to-migration-to-microservices.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>微服务</tag>
        <tag>服务化</tag>
        <tag>系统迁移</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[从一笔交易说起,如何处理好数据的一致性问题]]></title>
    <url>%2Ftrade-transaction-of-data-consistency.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>MySQL</tag>
        <tag>事务</tag>
        <tag>MVCC</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Memcached配置使用与监控]]></title>
    <url>%2Fmc-config-and-monitoring.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>缓存</tag>
        <tag>Memcached</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Memcached使用getMulti造成的性能问题]]></title>
    <url>%2Fmc-use-getmulti-problem.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>缓存</tag>
        <tag>Memcached</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[为什么不建议调用sun包，如何通过其他方法确定调用者]]></title>
    <url>%2Fget-invoker-by-stacktrace-and-getcallerclass.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>Reflection</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[扩展自jsoup的HTML XSS过滤程序]]></title>
    <url>%2Fjsoup-html-xss-program.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Jsoup</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 高效并发（线程安全与锁优化）]]></title>
    <url>%2Fjvm-note-efficient-concurrent-2.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 高效并发（Java内存模型与线程）]]></title>
    <url>%2Fjvm-note-efficient-concurrent-1.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 程序编译与代码优化（晚期（运行期）优化）]]></title>
    <url>%2Fjvm-note-for-runtime-optimize.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 程序编译与代码优化（早期（编译期）优化）]]></title>
    <url>%2Fjvm-note-for-compile-optimize.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 虚拟机执行子系统（类加载及执行子系统的案例与实战）]]></title>
    <url>%2Fclass-loader-execute-subsystem-analyze.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 虚拟机执行子系统（虚拟机字节码执行引擎）]]></title>
    <url>%2Fjvm-executive-subsystem-bytecode-interpreter.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[配置Maven项目自动编译]]></title>
    <url>%2Fmaven-setting-auto-compile.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Maven</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 虚拟机执行子系统（虚拟机类加载机制）]]></title>
    <url>%2Fjvm-executive-subsystem-class-loading-mechanism.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>SDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[更新常量类导致的编译问题]]></title>
    <url>%2Fthe-compilation-problems-caused-by-constant.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 虚拟机执行子系统（类文件结构）]]></title>
    <url>%2Fjvm-executive-subsystem-class-structure.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>SDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 – 自动内存管理机制（调优案例分析与实战）]]></title>
    <url>%2Fjvm-note-automatic-memory-management-mechanism-4.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 – 自动内存管理机制（虚拟机性能监控与故障处理工具）]]></title>
    <url>%2Fjvm-note-automatic-memory-management-mechanism-3.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 – 自动内存管理机制（垃圾收集器与内存分配策略）]]></title>
    <url>%2Fjvm-note-automatic-memory-management-mechanism-2-html.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[访问执行速度过慢分析之MySQL慢语句分析]]></title>
    <url>%2Faccess-speed-too-slow-mysql-statement-analysis.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>MySQL</tag>
        <tag>慢语句</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 自动内存管理机制（Java内存区域与内存溢出异常）]]></title>
    <url>%2Fjvm-note-automatic-memory-management-mechanism.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java中内存泄露的分析]]></title>
    <url>%2Fjava-memory-leak-analyze.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>内存泄露</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM笔记 - 走近Java]]></title>
    <url>%2Fjvm-note-introduce-java.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JVM</tag>
        <tag>JDK</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Matters Neeeding Attention When Test The App Push Service]]></title>
    <url>%2Fmatters-neeeding-attention-when-test-the-app-push-service.html</url>
    <content type="text"></content>
      <categories>
        <category>移动开发</category>
      </categories>
      <tags>
        <tag>Notification</tag>
        <tag>Push</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[拖延心理学中的思考]]></title>
    <url>%2Fthinking-in-procrastination.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>心理学</tag>
        <tag>拖延</tag>
        <tag>拖延心理学</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[拖延心理学笔记]]></title>
    <url>%2Fnote-for-procrastination.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>心理学</tag>
        <tag>拖延</tag>
        <tag>拖延心理学</tag>
        <tag>Procrastination</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[中小应用关系型数据库设计基本思路]]></title>
    <url>%2Fmid-app-rdbms-design-idea.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>MySQL</tag>
        <tag>分表</tag>
        <tag>数据库</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[让你的 Node.js 应用跑得更快的 10 个技巧]]></title>
    <url>%2Ften-tips-make-your-node-app-run-more-faster.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>node.js</tag>
        <tag>转载</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[瀑布流向下拉取加载更多导致的数据重复问题]]></title>
    <url>%2Fwaterfall-load-data-with-repeat-problem.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>瀑布流</tag>
        <tag>重复</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Eclipse的Javascript校验卡住的问题]]></title>
    <url>%2Feclipse-javascript-validate-block-question.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Eclipse</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[MySQL中的数据类型和使用方法]]></title>
    <url>%2Fmysql-data-type-usage.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>MySQL</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[【TODO】几个海量查找和去重的问题]]></title>
    <url>%2Fbig-data-query-and-duplicate-removal.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>去重</tag>
        <tag>大数据</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IKAnalyzer词典占用内存大小分析]]></title>
    <url>%2Fikanalyzer-dictionary-memory-size-calculate.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>IKAnalyzer</tag>
        <tag>Instrumentation</tag>
        <tag>内存</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java对象内存计算的几种方法]]></title>
    <url>%2Fjava-object-memory-calculate-method.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Instrumentation</tag>
        <tag>内存</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Goagent连接超时解决方法，以及如何更流畅的使用Google搜索]]></title>
    <url>%2Fgoagent-return-timeout-using-google-search.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>GoAgent</tag>
        <tag>Google</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IKAnalyzer结合Lucene使用和单独使用例子 简单性能测试]]></title>
    <url>%2Fikanalyzer-lucene-demo-performance-test.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>IKAnalyzer</tag>
        <tag>Lucene</tag>
        <tag>分词</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[说说Scrum敏捷开发]]></title>
    <url>%2Fabout-scrum-agile-development.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>Scrum</tag>
        <tag>敏捷开发</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用Maven管理Jar包和查看第三方Jar包源代码]]></title>
    <url>%2Fuse-maven-manage-jar-and-lookup-sourcecode.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>Maven</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JPA2.0遇到的问题：NoSuchMethodError... getValidationMode()Ljavax/persistence/ValidationMode;]]></title>
    <url>%2Fjpa-problem-nosuchmethoderror-getvalidationmode.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>JPA</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Sping使用单实例化简化多线程相关实现 事务 模板与回调]]></title>
    <url>%2Fsping-zhong-shi-yong-dan-shi-li-hua-jian-hua-duo-xian-cheng-di-xiang-guan-shi-xian-shi-wu-mo-ban-hui-diao.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>事务</tag>
        <tag>Spring</tag>
        <tag>ThreadLocal</tag>
        <tag>回调</tag>
        <tag>模板</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java动态代理之JDK动态代理和CGLib动态代理 面向切面编程AOP原理]]></title>
    <url>%2Fjava-dong-tai-dai-li-zhi-jdk-dong-tai-dai-li-he-cglib-dong-tai-dai-li-mian-xiang-qie-mian-bian-cheng-aop-yuan-li.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>动态代理</tag>
        <tag>AOP</tag>
        <tag>CGLib</tag>
        <tag>CGLib动态代理</tag>
        <tag>JDK动态代理</tag>
        <tag>Spring</tag>
        <tag>模拟</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 – 泛型 泛型方法 泛型接口 擦除 边界 通配符（2）]]></title>
    <url>%2Fgeneric-method-interface-border-wildcard-2.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>泛型</tag>
        <tag>Java</tag>
        <tag>Java基础</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 – 泛型 泛型方法 泛型接口 擦除 边界 通配符（1）]]></title>
    <url>%2Fjava-bi-ji-fan-xing-fan-xing-fang-fa-fan-xing-jie-kou-ca-chu-bian-jie-tong-pei-fu.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>泛型</tag>
        <tag>Java</tag>
        <tag>Java基础</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - 数组 一维数组 多维数组 数组与泛型 数组实用功能]]></title>
    <url>%2Fjava-bi-ji-shu-zu-yi-wei-shu-zu-duo-wei-shu-zu-shu-zu-yu-fan-xing-shu-zu-shi-yong-gong-neng.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>数组</tag>
        <tag>Java</tag>
        <tag>Java基础</tag>
        <tag>Array</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Python语法笔记4]]></title>
    <url>%2Fpython-yu-fa-bi-ji-4.html</url>
    <content type="text"></content>
      <categories>
        <category>Python</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Python</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Python语法笔记3]]></title>
    <url>%2Fpython-yu-fa-bi-ji-2.html</url>
    <content type="text"></content>
      <categories>
        <category>Python</category>
      </categories>
      <tags>
        <tag>语法</tag>
        <tag>Python</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Python语法笔记2]]></title>
    <url>%2Fpython-yu-fa-qian-xi-bi-ji-2.html</url>
    <content type="text"></content>
      <categories>
        <category>Python</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Python</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Python语法笔记1]]></title>
    <url>%2Fpython-yu-fa-qian-xi-bi-ji.html</url>
    <content type="text"></content>
      <categories>
        <category>Python</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Python</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Eclipse下搭建Python开发环境]]></title>
    <url>%2Funder-eclipse-development-environment-to-build-python.html</url>
    <content type="text"></content>
      <categories>
        <category>Python</category>
      </categories>
      <tags>
        <tag>Python</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - Jack你的泛型那么厉害，Jason知道么]]></title>
    <url>%2Fjava-notes-jack-your-generic-so-powerful-jason-know-what.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>泛型</tag>
        <tag>J2EE</tag>
        <tag>Java</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[需要有的一种热血职人精神]]></title>
    <url>%2Fsome-people-need-one-kind-of-passionate-spirit-post.html</url>
    <content type="text"></content>
      <categories>
        <category>生活感悟</category>
      </categories>
      <tags>
        <tag>二郎寿司</tag>
        <tag>寿司</tag>
        <tag>小野二郎</tag>
        <tag>热血</tag>
        <tag>职业</tag>
        <tag>职人</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - 反射 动态代理]]></title>
    <url>%2Fjava-notes-reflection-dynamic-proxies.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Proxy</tag>
        <tag>动态代理</tag>
        <tag>反射</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - RTTI 类型检查 instanceof]]></title>
    <url>%2Fjava-notes-rtti-type-checking-instanceof.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>instanceof</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - RTTI，Class，泛化的Class引用]]></title>
    <url>%2Fjava-notes-rtti-class-generalization-of-class-references.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Class</tag>
        <tag>newInstance</tag>
        <tag>RTTI</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - String类的常用方法]]></title>
    <url>%2Fcommon-method-of-the-string-class-java-notes.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>String</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - 扫描输入]]></title>
    <url>%2Fjava-notes-scan-input.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Scanner</tag>
        <tag>StringTokenizer</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - 正则表达式 matches()与lookingAt()]]></title>
    <url>%2Fjava-notes-regex-matches-and-lookingat.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Group</tag>
        <tag>Matcher</tag>
        <tag>Pattern</tag>
        <tag>正则表达式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - Java中的格式化输出，Formatter类的介绍]]></title>
    <url>%2Fjava-notes-java-in-the-formatted-output-formatter-class-presentation.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>String</tag>
        <tag>Formatter</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - toString方法 无意识的递归]]></title>
    <url>%2Fjava-notes-tostring-method-unconscious-recursion.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>toString</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java笔记 - 不可变的String对象 使用StringBuffer与使用"+"连接字符串JVM的处理方式的区别]]></title>
    <url>%2Fdifference-immutable-string-objects-using-stringbuffer-using-connection-string-handling-of-the-jvm.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>Java</tag>
        <tag>StringBuffer</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[NodeJS学习笔记 - 入门简介]]></title>
    <url>%2Fnodejs-study-notes-introduction-to.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>node.js</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[代理设置问题引起的UnKnownHostException Jsoup执行execute()错误]]></title>
    <url>%2Fproxy-settings-problem-caused-unknownhostexception-jsoup-execute-execute-error-2.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Jsoup</tag>
        <tag>profile</tag>
        <tag>Proxy</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[推荐一款不错的在线HTML5应用：Processon 一款基于HTML5的在线作图工具]]></title>
    <url>%2Frecommend-a-good-online-html5-applications-processon-an-html5-based-online-mapping-tool.html</url>
    <content type="text"></content>
      <categories>
        <category>分享专区</category>
      </categories>
      <tags>
        <tag>HTML5</tag>
        <tag>Processon</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[HTTP请求中的User-Agent 判断浏览器类型的各种方法 网络爬虫的请求标示]]></title>
    <url>%2Fhttp-request-user-agent-determines-the-type-of-browser-requests-a-variety-of-ways-web-crawler-marked.html</url>
    <content type="text"></content>
      <categories>
        <category>网络知识</category>
      </categories>
      <tags>
        <tag>User-Agent</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Chrome插件开发实例 - 时间通知（notifications）]]></title>
    <url>%2Fchrome-plugin-development-examples-time-notification-notifications.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>notifications</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[开源技术架构 - Web App架构]]></title>
    <url>%2Fopen-source-technology-architecture-web-app-architecture.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>架构</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Chrome 插件开发小记]]></title>
    <url>%2Fchrome-plug-in-development-small-note.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>插件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Chrome插件开发实例 - 开关灯（browser action）]]></title>
    <url>%2Fchrome-plugin-development-example-switch-lights-browser-action.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>插件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[chrome插件编写中需要了解的几个概念和一些方法]]></title>
    <url>%2Fchrome-plug-in-writers-need-to-understand-a-few-concepts-and-some-of-the-ways.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>插件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Chrome插件开发 - 浏览器交互]]></title>
    <url>%2Fchrome-plugin-development-browser-interaction.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>Cookies</tag>
        <tag>Events</tag>
        <tag>书签</tag>
        <tag>开发者工具</tag>
        <tag>插件管理</tag>
        <tag>标签</tag>
        <tag>浏览历史</tag>
        <tag>视窗</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Chrome插件开发 - UI外观]]></title>
    <url>%2Fchrome-plugin-development-ui-appearance.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>Browser Actions</tag>
        <tag>Omnibox</tag>
        <tag>Page Actions</tag>
        <tag>右键菜单</tag>
        <tag>桌面通知</tag>
        <tag>覆写特定页</tag>
        <tag>选项页</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[对象引用循环导致的 net.sf.json.JSONException: There is a cycle in the hierarchy]]></title>
    <url>%2Fobject-reference-cycles-resulting-net-sf-json-jsonexception-there-is-a-cycle-in-the-hierarchy.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSON</tag>
        <tag>Java</tag>
        <tag>Json-lib</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[乔布斯：遗失的访谈（1995）]]></title>
    <url>%2Fjobs-the-lost-interview-1995.html</url>
    <content type="text"></content>
      <categories>
        <category>IT故事</category>
      </categories>
      <tags>
        <tag>乔布斯</tag>
        <tag>访谈</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[web组件的设计思路与编写 效率问题]]></title>
    <url>%2Fweb-design-ideas-to-write-efficient-components.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>jQuery</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery 1.8源码分析 core.js核心模块 jQuery对象的构造分析]]></title>
    <url>%2Fjquery-1-8-source-code-analysis-structural-analysis-of-core-js-core-module-jquery-object.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>jQuery</tag>
        <tag>源代码</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[源代码阅读方法 jQuery源码解析 核心模块core.js]]></title>
    <url>%2Fsource-code-read-jquery-source-parse-the-core-module-core-js.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>jQuery</tag>
        <tag>源代码</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[为什么API文档如此重要]]></title>
    <url>%2Fwhy-the-api-documentation-is-so-important.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>API</tag>
        <tag>文档</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用Github和Bitbucket托管项目 Git的全局配置和单个项目的配置]]></title>
    <url>%2Fuse-github-and-bitbucket-managed-project-git-global-configuration-and-the-configuration-of-a-single-project.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>GitHub</tag>
        <tag>Git</tag>
        <tag>Bitbucket</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Lucene基本示例和关键类介绍]]></title>
    <url>%2Flucene-basic-examples-and-key-classes.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Lucene</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[分享两款Javascript在线IDE]]></title>
    <url>%2Fboth-javascript-sharing-online-ide.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>IDE</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记汇总 | IT宅文章归档 AD 2012/12/28]]></title>
    <url>%2Fnotes-summary-of-javascript-design-patterns-it-house-article-archive-ad-20121228.html</url>
    <content type="text"></content>
      <categories>
        <category>文章整理</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Javascript</tag>
        <tag>设计模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 职责链模式]]></title>
    <url>%2Fjavascript-design-patterns-notes-duty-chain.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>职责链模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 观察者模式 命令模式]]></title>
    <url>%2Fjavascript-design-patterns-notes-observer-mode-command-mode.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>观察者模式</tag>
        <tag>命令模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[我眼中的工程师文化]]></title>
    <url>%2Fengineer-culture-in-my-eyes.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 享元模式 代理模式]]></title>
    <url>%2Fjavascript-design-patterns-notes-flyweight-proxy-mode.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>代理模式</tag>
        <tag>享元模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 适配器模式 装饰者模式]]></title>
    <url>%2Fjavascript-design-patterns-the-notes-adapter-mode-decorator.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>装饰者模式</tag>
        <tag>适配器模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 组合模式 外观模式]]></title>
    <url>%2Fjavascript-design-patterns-notes-combined-mode.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>外观模式</tag>
        <tag>组合模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 工厂模式 桥接模式]]></title>
    <url>%2Fjavascript-design-patterns-notes-factory-mode.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>工厂模式</tag>
        <tag>桥接模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式笔记 - 单例模式 链式调用]]></title>
    <url>%2Fnotes-of-javascript-design-patterns-singleton-pattern.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>设计模式</tag>
        <tag>链式调用</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[一些常用的音乐英语词汇]]></title>
    <url>%2Fmusic-english-vocabulary.html</url>
    <content type="text"></content>
      <categories>
        <category>未分类</category>
      </categories>
      <tags>
        <tag>英语</tag>
        <tag>音乐</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaScript设计模式 源代码]]></title>
    <url>%2Fjavascript-design-patterns-source-code.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>GitHub</tag>
        <tag>源代码</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[来自《Effective Java》的57条程序设计建议]]></title>
    <url>%2F57-program-design-recommendations-from-effective-java.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Effective Java</tag>
        <tag>建议</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[J2EE基于MVC的各层的设计原则及其编写注意事项]]></title>
    <url>%2Fj2ee-mvc-based-layers-of-design-principles-and-its-writing-note.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>原则</tag>
        <tag>J2EE</tag>
        <tag>MVC</tag>
        <tag>设计</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[J2EE分层架构中的参数和异常处理]]></title>
    <url>%2Fj2ee-layered-architecture-parameters-and-exception-handling.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>MVC</tag>
        <tag>参数</tag>
        <tag>异常</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JUnit的使用和常用注解]]></title>
    <url>%2Fjunit-use-common-annotations.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JUnit</tag>
        <tag>注解</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript中的for in语句获取对象属性的顺序问题]]></title>
    <url>%2Fobtain-the-order-of-object-properties-in-javascript-for-in-the-statement.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery插件实现的方法和原理简单说明]]></title>
    <url>%2Fjquery-plug-ins-to-achieve-the-methods-and-principles-of-simple-instructions.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>插件</tag>
        <tag>jQuery</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery插件的编写相关技术 设计总结和最佳实践]]></title>
    <url>%2Fjquery-plug-in-the-preparation-of-related-technical-design-summary-and-best-practices.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>插件</tag>
        <tag>jQuery</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[追逐梦想的步伐 SMART目标和实用投资计划（PIP）]]></title>
    <url>%2Fsmart-objectives-and-practical-investment-plan-pip.html</url>
    <content type="text"></content>
      <categories>
        <category>管理</category>
      </categories>
      <tags>
        <tag>PIP</tag>
        <tag>SMART</tag>
        <tag>目标管理</tag>
        <tag>计划</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[在Linux中安装JDK和配置环境变量]]></title>
    <url>%2Finstall-the-jdk-and-configure-the-environment-variables-in-linux.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>JDK</tag>
        <tag>Linux</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[java.util.concurrent整体结构图]]></title>
    <url>%2Fthe-java-util-concurrent-the-overall-structure-of-fig.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>concurrent</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Semaphore的介绍和使用]]></title>
    <url>%2Fthe-introduction-and-use-of-semaphore.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Semaphore</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[CompletionService的介绍和使用]]></title>
    <url>%2Fthe-introduction-and-use-of-completionservice.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>CompletionService</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Callable 和 Future实现线程等待]]></title>
    <url>%2Fcallable-and-future-realization-of-the-thread-waiting-for.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Callable</tag>
        <tag>Future</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[CountDownLatch的介绍和使用]]></title>
    <url>%2Fthe-introduction-and-use-of-a-countdownlatch.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>CountDownLatch</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[AtomicInteger的介绍和使用]]></title>
    <url>%2Fthe-introduction-and-use-of-atomicinteger.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>AtomicInteger</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ThreadPoolExecutor的使用和介绍]]></title>
    <url>%2Fthe-threadpoolexecutor-the-use-and-presentation-of.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>ThreadPoolExecutor</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[CyclicBarrier的介绍和使用]]></title>
    <url>%2Fthe-introduction-and-use-of-cyclicbarrier.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>CyclicBarrier</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExecutorService常用方法和newFixedThreadPool创建固定大小的线程池]]></title>
    <url>%2Fthe-executorservice-common-method-newfixedthreadpool-of-create-fixed-size-thread-pool.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>ExecutorService</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery(非HTML5)实现的可编辑表格]]></title>
    <url>%2Fjquery-html5-to-achieve-an-editable-form.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>jQuery</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript Web Application笔记之MVC和类 - 类的继承 函数调用 匿名函数 作用域 类库介绍]]></title>
    <url>%2Fjavascript-the-web-application-notes-mvc-and-class-class-inheritance-function-calls-the-anonymous-function-scope-class-library-introduced.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript Web Application笔记之MVC和类 - 类的创建 类库的封装与JSON方式添加函数]]></title>
    <url>%2Fjavascript-the-web-application-notes-mvc-and-class-the-class-to-create-the-class-library-package-and-json-add-a-function.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>extend</tag>
        <tag>include</tag>
        <tag>new</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IT宅书籍推荐：Javascript Web Applications]]></title>
    <url>%2Fit-house-books-recommended-javascript-to-the-web-the-applications.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>MVC</tag>
        <tag>Web</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用ItzDesktop创建Web桌面简单教程]]></title>
    <url>%2Fthe-use-itzdesktop-create-a-web-desktop-simple-tutorial.html</url>
    <content type="text"></content>
      <categories>
        <category>Itz项目</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>ItzDesktop</tag>
        <tag>IT宅</tag>
        <tag>IT宅桌面</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Tips：ItzDesktop使用技巧]]></title>
    <url>%2Ftips-itzdesktop-the-skills.html</url>
    <content type="text"></content>
      <categories>
        <category>Itz项目</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>ItzDesktop</tag>
        <tag>IT宅</tag>
        <tag>IT宅桌面</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Git分布式文件管理工具与使用GitHub托管项目]]></title>
    <url>%2Fgit-distributed-file-management-tools-and-use-github-managed-project.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>GitHub</tag>
        <tag>Git</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - 函数式的Javascript]]></title>
    <url>%2Fjavascript-notes-javascript-function-2.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>函数式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - 面向对象的Javascript编程]]></title>
    <url>%2Fjavascript-note-object-oriented-javascript-programming.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>OO</tag>
        <tag>面向对象</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的闭包]]></title>
    <url>%2Fjavascript-notes-javascript-closures.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>闭包</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记汇总 | IT宅文章归档 AD 2012/05/23]]></title>
    <url>%2Fthe-javascript-notes-summary-of-the-it-house-article-archive-ad-20120523.html</url>
    <content type="text"></content>
      <categories>
        <category>文章整理</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的正则表达式]]></title>
    <url>%2Fjavascript-notes-javascript-regular-expression.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>正则表达式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的数组]]></title>
    <url>%2Fjavascript-notes-javascript-array.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>数组</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - javascript中的函数]]></title>
    <url>%2Fjavascript-notes-javascript-function.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>函数</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的JSON和对象]]></title>
    <url>%2Fjavascript-notes-javascript-in-json-and-object.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>JSON</tag>
        <tag>对象</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的原型和this指针]]></title>
    <url>%2Fjavascript-notes-javascript-prototype-and-this-pointer.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>prototype</tag>
        <tag>this</tag>
        <tag>原型</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的运算符]]></title>
    <url>%2Fjavascript-notes-operator-in-javascript.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>运算符</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的变量]]></title>
    <url>%2Fjavascript-notes-javascript-variable.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>变量</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript笔记 - Javascript中的语言特性和数据类型]]></title>
    <url>%2Fjavascript-notes-javascript-language-features-and-data-types.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>数据类型</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java中BerkeleyDB的基本使用例子 环境配置 创建数据库 插入数据]]></title>
    <url>%2Fthe-basic-use-of-java-in-berkeleydb-examples-of-environment-configuration-to-create-a-database-to-insert-data.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>Berkeley DB</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[服务器返回错误error on line 1 at column 1: Document is empty]]></title>
    <url>%2Fthe-server-returned-an-error-error-on-line-1-at-column-1-the-document-is-empty.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Apache CXF</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JPA一对多关系重复数据问题导致的查询错误BeanSerializer]]></title>
    <url>%2Fthe-inquiries-errors-beanserializer-resulting-from-duplicate-data-of-one-to-many-relationship-in-jpa.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JPA</tag>
        <tag>one-to-many</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[非正常关闭服务器导致的 严重: IOException while loading persisted sessions: java.io.EOFException]]></title>
    <url>%2Fabnormal-shut-down-the-server-causes-severe-ioexception-while-loading-persisted-sessions-java-io-eofexception.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Tomcat</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JPA一对多映射相关例子以及查找注意事项]]></title>
    <url>%2Fjpa-to-many-mapping-of-relevant-examples-and-find-note.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JPA</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Apache CXF中jaxrs.serviceClasses多个Service的配置方法]]></title>
    <url>%2Fconfiguration-of-apache-cxf-jaxrs-serviceclasses-multiple-service.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>Apache CXF</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript中加号运算符的二义性注意事项]]></title>
    <url>%2Fjavascript-plus-operator-ambiguity-note.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>语法</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[碰撞球（连连看）游戏 连连看匹配算法分析与实现思路]]></title>
    <url>%2Fcollision-balls-the-lianliankan-game-lianliankan-matching-algorithm-analysis-and-realization-of-ideas.html</url>
    <content type="text"></content>
      <categories>
        <category>游戏开发</category>
      </categories>
      <tags>
        <tag>算法</tag>
        <tag>Javascript</tag>
        <tag>HTML5</tag>
        <tag>连连看</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用WP-PostViews插件统计不了浏览量的问题]]></title>
    <url>%2Fuse-wp-postviews-plug-statistics-not-page-views.html</url>
    <content type="text"></content>
      <categories>
        <category>PHP</category>
      </categories>
      <tags>
        <tag>PHP</tag>
        <tag>wordpress</tag>
        <tag>WP-PostViews</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java多线程FAQ汇总]]></title>
    <url>%2Fjava-multi-the-threaded-faq-summary.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>FAQ</tag>
        <tag>多线程</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IT宅电影推荐：《来自虞美人之坡-父与子的300日战争》]]></title>
    <url>%2Fit-house-movie-recommendation-from-the-coquelicot-the-slope-the-300-day-war-of-the-father-and-son.html</url>
    <content type="text"></content>
      <categories>
        <category>成功励志</category>
      </categories>
      <tags>
        <tag>电影</tag>
        <tag>宫崎吾朗</tag>
        <tag>宫崎骏</tag>
        <tag>纪录片</tag>
        <tag>虞美人盛开的山坡</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[阅读开源项目源代码的方法 | IT宅编程分享]]></title>
    <url>%2Fread-the-source-code-of-open-source-projects-it-house-programming-to-share.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>开源</tag>
        <tag>源代码</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[纯Javascript打造的红色玫瑰花 1k Rose]]></title>
    <url>%2Fred-roses-to-create-a-pure-the-the-the-the-javascript-1k-rose.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[MongoDB在Java中的更新数据操作]]></title>
    <url>%2Fmongodb-update-data-manipulation-in-java.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>MongoDB</tag>
        <tag>NoSQL</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[XSS与HTTP-only Cookie 脚本获取JSESSIONID的方法]]></title>
    <url>%2Fxss-script-with-http-only-cookie-jsessionid-way-to-get.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSESSIONID</tag>
        <tag>XSS</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IT宅书籍推荐：《富爸爸，穷爸爸 》]]></title>
    <url>%2Fit-home-secretary-recommended-rich-dad-poor-dad.html</url>
    <content type="text"></content>
      <categories>
        <category>管理</category>
      </categories>
      <tags>
        <tag>会计</tag>
        <tag>投资理财</tag>
        <tag>经济</tag>
        <tag>金融</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery-Uploadify插件提示$("#id").uploadify is not a function错误可能原因]]></title>
    <url>%2Fjquery-uploadify-plug-in-prompt-id-uploadify-is-not-a-function-error-may-cause.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>jQuery</tag>
        <tag>Uploadify</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery上传插件Uploadify的使用例子和相关资料]]></title>
    <url>%2Fthe-use-of-jquery-upload-plugin-uploadify-examples-and-related-information.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>jQuery</tag>
        <tag>Uploadify</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[在YUI中通过YUI.add()添加自定义模块]]></title>
    <url>%2Fthe-yui-by-yui-add-to-add-a-custom-module.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>YUI</tag>
        <tag>自定义模块</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[【吉他曲子学习资源】Kotaro Oshio: wings you are the hero]]></title>
    <url>%2Flearning-resources-guitar-song-kotaro-oshio-wings-you-are-the-hero.html</url>
    <content type="text"></content>
      <categories>
        <category>音乐世界</category>
      </categories>
      <tags>
        <tag>Kotaro Oshio</tag>
        <tag>Wings</tag>
        <tag>吉他</tag>
        <tag>押尾桑</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application]]></title>
    <url>%2Fthe-absolute-uri-httpjava-sun-comjspjstlcore-cannot-be-resolved-in-either-web-xml-or-the-jar-files-deployed-with-this-application.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSTL</tag>
        <tag>JSP</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate Generic DAO的介绍安装和使用]]></title>
    <url>%2Fhibernate-generic-dao-introduction-to-installation-and-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>DAO</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Web Service Apache CXF介绍和一个简单的使用例子]]></title>
    <url>%2Fweb-service-apache-cxf-introduction-and-use-a-simple-example.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>CXF</tag>
        <tag>JAX-RS</tag>
        <tag>SOA</tag>
        <tag>WebService</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[YUI介绍以及快速入门 Yahoo的JS框架]]></title>
    <url>%2Fintroduction-and-quick-start-yui-js.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>YUI</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - JSF消息FacesMessage的使用]]></title>
    <url>%2Fjsf-notes-jsf-facesmessage-to-use-the-message.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
        <tag>Message</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - JSF运行流程和生命周期介绍]]></title>
    <url>%2Fjsf-notes-jsf-life-cycle-of-running-processes-and-introduce.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
        <tag>生命周期</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - JSF中的三大核心组件 UI标签的详细介绍和使用举例]]></title>
    <url>%2Fjsf-notes-jsf-in-the-three-core-components-of-the-ui-tags-and-use-of-detailed-examples.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
        <tag>UI</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - 导航模型 静态导航和动态导航]]></title>
    <url>%2Fjsf-notes-navigation-model-static-and-dynamic-navigation-navigation.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
        <tag>navigation</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - 托管Bean的详细介绍]]></title>
    <url>%2Fjsf-notes-detailed-description-of-managed-bean.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
        <tag>Bean</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - JSF中的EL表达式语言支持]]></title>
    <url>%2Fjsf-notes-jsf-el-expression-language-support-in.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>EL</tag>
        <tag>JSF</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - JSF配置文件的说明和常用配置元素]]></title>
    <url>%2Fjsf-notes-jsf-configuration-file-configuration-instructions-and-common-elements.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
        <tag>config</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - JSF在项目中的基本使用 实现一个简单的登录跳转]]></title>
    <url>%2Fjsf-note-jsf-in-a-project-to-achieve-the-basic-use-of-a-simple-log-jump.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSF</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSF笔记 - MVC和JSF的介绍和下载使用]]></title>
    <url>%2Fmvc-and-jsf-introduction-and-download.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>MVC</tag>
        <tag>JSF</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[SVN版本管理工具的安装设置与使用]]></title>
    <url>%2Fsvn-version-management-tools-to-set-and-use-the-installation.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>SVN</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[WebLogic服务器的安装，基本配置和使用]]></title>
    <url>%2Fweblogic-server-installation-basic-configuration-and-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>WebLogic</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JBoss服务器的安装 基本配置和使用]]></title>
    <url>%2Fjboss-server-installation-basic-configuration-and-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JBoss</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用SVN客户端Subclipse获取Spring的源代码]]></title>
    <url>%2Fsubclipse-with-svn-client-to-get-the-source-code-for-spring.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>SVN</tag>
        <tag>源代码</tag>
        <tag>Spring</tag>
        <tag>Subclipse</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[计算机系统结构实用知识点问答题]]></title>
    <url>%2Fuse-knowledge-of-computer-architecture-point-of-questions-and-answers.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>系统结构</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java聊天软件 | Project]]></title>
    <url>%2Fjava-chat-software-project.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Project</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记汇总 | IT宅文章归档 AD 2011/11/14]]></title>
    <url>%2Fjava-web-notes-summary-it-house-article-archive-ad-20111114.html</url>
    <content type="text"></content>
      <categories>
        <category>文章整理</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Java</tag>
        <tag>Servlet&amp;amp;JSP</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记汇总 | IT宅文章归档 AD 2011/11/14]]></title>
    <url>%2Fc-syntax-notes-summary-it-house-article-archive-ad-20111114.html</url>
    <content type="text"></content>
      <categories>
        <category>文章整理</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>语法</tag>
        <tag>C++</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记汇总 | IT宅文章归档 AD 2011/11/14]]></title>
    <url>%2Fc-language-syntax-summary-notes-it-house-article-archive-ad-20111114.html</url>
    <content type="text"></content>
      <categories>
        <category>文章整理</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>笔记</tag>
        <tag>语法</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - 客户化JSP标签库 自定义标签]]></title>
    <url>%2Fjava-web-notes-jsp-custom-tag-library-custom-tags.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Tag</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - EL表达式的介绍和使用]]></title>
    <url>%2Fjava-web-notes-el-expressions-of-the-introduction-and-use-of.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>EL</tag>
        <tag>Servlet&amp;amp;JSP</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Servlet中的Listener监听器的介绍 常用监听器接口 实现监听器]]></title>
    <url>%2Fjava-web-notes-servlet-listener-listener-in-the-listener-interface-commonly-used-in-listener.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Listener</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Servlet中的Filter过滤器的介绍和使用 编写过滤器]]></title>
    <url>%2Fjava-web-notes-servlet-filters-in-the-filter-writing-the-introduction-and-use-of-filters.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Filter</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - 简单的权限管理控制实现]]></title>
    <url>%2Fjava-web-notes-simple-rights-management-control-to-achieve.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>权限控制</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - 错误处理参数回显的实现方法]]></title>
    <url>%2Fjava-web-notes-error-handling-implementation-of-echo-parameters.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Sessoin的使用]]></title>
    <url>%2Fjava-web-notes-sessoin-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Session</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Cookie的使用]]></title>
    <url>%2Fjava-web-notes-cookie-of-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Cookie</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Servlet多线程同步问题及其解决方法]]></title>
    <url>%2Fjava-web-notes-servlet-multi-thread-synchronization-problems-and-their-solutions.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Servlet</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Tomcat源码分析 - HttpServlet的源码分析]]></title>
    <url>%2Ftomcat-source-code-analysis-httpservlet-source-code-analysis.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>源码分析</tag>
        <tag>HttpServlet</tag>
        <tag>Tomcat</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Servlet技术介绍 生命周期 核心API 类方法调用顺序]]></title>
    <url>%2Fjava-web-notes-servlet-life-cycle-of-the-core-api-technology-introduced-class-method-call-sequence.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Servlet</tag>
        <tag>HttpServlet</tag>
        <tag>ServletRequest</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - JavaBean的使用 JavaBean的范围 与Java代码的交互]]></title>
    <url>%2Fjava-web-notes-javabean-javabean-using-the-range-of-interaction-with-java-code.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>JavaBean</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - 客户端Javascript与服务器端Servlet的验证]]></title>
    <url>%2Fjava-web-notes-client-and-server-side-javascript-validation-of-servlet.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Servlet</tag>
        <tag>验证</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - 转发与重定向的区别与在FireBug客户端的表现]]></title>
    <url>%2Fjava-web-notes-the-difference-between-forward-and-redirect-the-client-with-the-performance-of-the-firebug.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>FireBug</tag>
        <tag>转发</tag>
        <tag>重定向</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - JSP中常用内置对象的介绍与分析]]></title>
    <url>%2Fjava-web-notes-jsp-built-in-objects-commonly-used-in-the-description-and-analysis.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>JSP</tag>
        <tag>Servlet</tag>
        <tag>内置对象</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - JSP的语法和相关指令语法原理分析 编译器指令 动作语法 声明指令]]></title>
    <url>%2Fjsp-syntax-and-directives-related-to-the-syntax-analysis-of-the-compiler-directive-principles-of-the-action-command-syntax-statement.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>JSP</tag>
        <tag>Servlet</tag>
        <tag>JSP标签</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - JSP的工作原理介绍 Servlet与JSP之间的转换关系]]></title>
    <url>%2Fintroduction-of-jsp-servlet-and-jsp-works-of-conversion-relationship-between.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>JSP</tag>
        <tag>Servlet</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Servlet中的get和post方法HTTP协议实现的区别]]></title>
    <url>%2Fservlet-get-and-post-methods-in-the-http-protocol-to-achieve-the-distinction.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>get</tag>
        <tag>post</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java Web笔记 - Tomcat部署项目 一个简单的Servlet编写]]></title>
    <url>%2Ftomcat-deployment-project-writing-a-simple-servlet.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>Tomcat</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[HTTP协议学习 - HTTP HTTP协议介绍 持续连接 HTTP消息]]></title>
    <url>%2Fhttp-protocol-to-learn-http-http-persistent-connection-http-message-protocol-described.html</url>
    <content type="text"></content>
      <categories>
        <category>网络知识</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>HTTP</tag>
        <tag>持续连接</tag>
        <tag>网络协议</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java虚拟机笔记 - JVM 类的卸载]]></title>
    <url>%2Fjava-virtual-machine-notes-jvm-unload-a-class.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Java虚拟机</tag>
        <tag>JVM</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java虚拟机笔记 - JVM 自定义的类加载器的实现和使用]]></title>
    <url>%2Fjava-virtual-machine-notes-custom-class-loader-implementation-and-use-of.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Java虚拟机</tag>
        <tag>JVM</tag>
        <tag>类加载器</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JVM 类加载器介绍及其父亲委托机制 Parent Delegation]]></title>
    <url>%2Fjvm-class-loader-delegation-mechanism-described-his-father-parent-delegation.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Java虚拟机</tag>
        <tag>JVM</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记汇总 | IT宅文章归档 AD 2011/11/4]]></title>
    <url>%2Fjava-based-notes-it-articles-archive-ad-2011114-house.html</url>
    <content type="text"></content>
      <categories>
        <category>文章整理</category>
      </categories>
      <tags>
        <tag>笔记</tag>
        <tag>Java</tag>
        <tag>Java基础</tag>
        <tag>基础</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java虚拟机笔记 - JVM 类的加载、连接和初始化 手动加载类]]></title>
    <url>%2Fjava-virtual-machine-notes-jvm-class-loading-connection-and-manually-load-the-class-initialization.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Java虚拟机</tag>
        <tag>JVM</tag>
        <tag>类加载器</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 内部类 静态内部类 成员内部类 局部内部类 匿名内部类]]></title>
    <url>%2Fjava-based-notebook-a-static-inner-class-within-a-class-member-within-the-class-of-local-inner-classes-anonymous-inner-classes.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>内部类</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - JDK中提供的观察者模式支持]]></title>
    <url>%2Fjava-based-notebook-jdk-observer-mode-support-provided.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>设计模式</tag>
        <tag>Observable</tag>
        <tag>Observer</tag>
        <tag>观察者模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[设计模式笔记 - Observer 观察者模式 (Design Pattern)]]></title>
    <url>%2Fdesign-pattern-notes-observer-observer-pattern-design-pattern.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>设计模式</tag>
        <tag>Observer</tag>
        <tag>观察者模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - Java中的Exception异常 自定义异常]]></title>
    <url>%2Fjava-based-notebook-java-exceptions-in-the-exception-custom-exception.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Java</tag>
        <tag>异常</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - Annotation注解的介绍和使用 自定义注解]]></title>
    <url>%2Fjava-based-notebook-annotation-annotation-introduction-and-use-custom-annotations.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>注解</tag>
        <tag>Annotation</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 枚举类型的使用介绍和静态导入]]></title>
    <url>%2Fjava-based-notes-introduction-and-use-of-an-enumeration-type-static-import.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Enum</tag>
        <tag>枚举</tag>
        <tag>静态导入</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 增强的for循环For each循环 自动装箱拆箱 可变参数]]></title>
    <url>%2Fjava-based-notebook-enhanced-for-loop-autoboxing-unboxing-for-each-loop-variable-parameters.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>For each</tag>
        <tag>可变参数</tag>
        <tag>拆箱</tag>
        <tag>装箱</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - Java中的泛型使用详细介绍]]></title>
    <url>%2Fjava-based-notebook-java-generics-use-the-detailed.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>泛型</tag>
        <tag>Java</tag>
        <tag>Generics</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 数组 二维数组 三维数组 Arrays类]]></title>
    <url>%2Fjava-based-notebook-three-dimensional-array-of-two-dimensional-array-array-arrays-class.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>数组</tag>
        <tag>Java</tag>
        <tag>Arrays</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - String字符串详解 字符串实现原理 StringBuffer]]></title>
    <url>%2Fjava-based-notebook-string-string-string-detailed-implementation-principle-stringbuffer.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>String</tag>
        <tag>StringBuffer</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - Object类的介绍]]></title>
    <url>%2Fjava-based-notebook-object-class-description.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Object</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 包和访问修饰符 instanceof与相等性比较]]></title>
    <url>%2Fjava-based-notes-package-and-access-modifier-instanceof-comparison-with-the-same.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>instanceof</tag>
        <tag>修饰符</tag>
        <tag>包</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[设计模式笔记 - Singleton 单例模式 (Design Pattern)]]></title>
    <url>%2Fdesign-pattern-notes-singleton-singleton-design-pattern.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>设计模式</tag>
        <tag>Singleton</tag>
        <tag>单例模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - static与final关键字及其编写细节提示]]></title>
    <url>%2Fjava-based-notes-static-and-final-keywords-and-write-the-details-of-prompt.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>static</tag>
        <tag>Java</tag>
        <tag>final</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 抽象类与接口]]></title>
    <url>%2Fjava-based-notebook-abstract-class-and-interface.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>抽象类</tag>
        <tag>接口</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 面向对象三个特征 继承、封装、多态及编程细节提示]]></title>
    <url>%2Fjava-based-notebook-three-characteristics-of-object-oriented-inheritance-encapsulation-polymorphism-and-the-details-of-programming-tips.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>继承</tag>
        <tag>多态</tag>
        <tag>Java</tag>
        <tag>封装</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 对象的深复制与浅复制 实现Cloneable接口实现深复制 序列化实现深复制]]></title>
    <url>%2Fjava-based-notebook-the-object-of-deep-and-shallow-copy-copy-copy-implement-the-cloneable-interface-serializing-deep-deep-copy.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>序列化</tag>
        <tag>Cloneable</tag>
        <tag>Serializable</tag>
        <tag>深复制</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 线程间通信的实现 wait()和notify()方法]]></title>
    <url>%2Fjava-based-notebook-the-realization-of-communication-between-threads-wait-and-notify-method.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>线程</tag>
        <tag>Thread</tag>
        <tag>通信</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 线程同步问题 解决同步问题的方法 synchronized方法 同步代码块]]></title>
    <url>%2Fjava-based-notebook-thread-synchronization-problem-solving-synchronization-problems-synchronized-block-synchronized-methods.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>线程</tag>
        <tag>Thread</tag>
        <tag>同步</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 线程的生命周期 线程的状态 优先级和常用方法]]></title>
    <url>%2Fjava-based-notebook-the-life-cycle-of-thread-priorities-and-thread-status-of-common-method.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>优先级</tag>
        <tag>线程</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java源码分析 – Thread线程类源码分析]]></title>
    <url>%2Fjava-source-code-analysis-thread-thread-class-source-code-analysis.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>源码分析</tag>
        <tag>Thread.线程</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 线程介绍及其创建的两种方法 如何退出线程]]></title>
    <url>%2Fjava-based-notebook-thread-describes-how-the-two-methods-of-creating-thread-exits.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>线程</tag>
        <tag>Thread</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 对象的序列化和反序列化及其实现和使用]]></title>
    <url>%2Fjava-based-notebook-object-serialization-and-deserialization-of-its-implementation-and-use-of.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Serialization</tag>
        <tag>序列化</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 字符流分类详细介绍和各种字符流类介绍与使用 字符集]]></title>
    <url>%2Fjava-based-notes-character-stream-classification-and-detailed-description-of-various-character-stream-classes-with-the-use-of-character-sets.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>IO</tag>
        <tag>Java</tag>
        <tag>字符流</tag>
        <tag>字符集</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[设计模式笔记 - Decorator 装饰模式 (Design Pattern) 及其在JavaIO流系统中的运用]]></title>
    <url>%2Fdesign-pattern-notes-decorator-decorator-design-pattern-and-its-javaio-flow-system-using.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>IO</tag>
        <tag>Java</tag>
        <tag>设计模式</tag>
        <tag>Decorator</tag>
        <tag>装饰模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 继承InputStream自定义一个简单的字节数组输入流]]></title>
    <url>%2Fjava-based-notebook-a-custom-inputstream-inherits-a-simple-byte-array-input-stream.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>IO</tag>
        <tag>Java</tag>
        <tag>InputStream</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - IO流分类详细介绍和各种字节流类介绍与使用 过滤流 字节流]]></title>
    <url>%2Fjava-based-notebook-io-flow-classification-and-detailed-description-of-various-classes-with-the-use-of-byte-stream-byte-stream-flow-filter.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>IO</tag>
        <tag>Java</tag>
        <tag>字节流</tag>
        <tag>过滤流</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 – 栈与队列 递归的使用]]></title>
    <url>%2Fdata-structure-notes-the-use-of-recursion-stack-and-queue.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>Java</tag>
        <tag>斐波那契</tag>
        <tag>栈</tag>
        <tag>递归</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - Java IO介绍以及File类的介绍和基本使用]]></title>
    <url>%2Fjava-based-notebook-java-io-and-file-class-describes-the-basic-introduction-and-use-of.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>IO</tag>
        <tag>Java</tag>
        <tag>File</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java源码分析 - 策略模式在Java集合框架实现代码中的体现]]></title>
    <url>%2Fjava-source-code-analysis-strategy-pattern-implementation-in-java-collections-framework-embodied-in-the-code.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Strategy</tag>
        <tag>策略模式</tag>
        <tag>集合</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[设计模式笔记 - Strategy 策略模式 (Design Pattern)]]></title>
    <url>%2Fdesign-pattern-notes-strategy-pattern-strategy.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Strategy</tag>
        <tag>策略模式</tag>
        <tag>设计模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[SortedMap接口的实现类TreeMap介绍和实现Comparator自定义比较器]]></title>
    <url>%2Ftreemap-sortedmap-interface-implementation-class-introduction-and-implementation-of-custom-comparator-comparator.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Comparator</tag>
        <tag>SortedMap</tag>
        <tag>TreeMap</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Map映射集合实现类HashMap的介绍和迭代遍历方法]]></title>
    <url>%2Fmap-map-collection-implementation-class-hashmap-and-iterate-through-methods-of-presentation.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Collection</tag>
        <tag>HashMap</tag>
        <tag>Map</tag>
        <tag>Map.Entry</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[集合类的工具辅助类Collections的常用方法介绍和举例]]></title>
    <url>%2Fcollections-collections-of-tools-supporting-class-presentations-and-examples-of-commonly-used-methods.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Collection</tag>
        <tag>Collections</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[SortedSet接口的实现类TreeSet介绍和实现Comparator自定义排序比较器]]></title>
    <url>%2Ftreeset-sortedset-interface-implementation-class-introduction-and-implementation-of-comparator-comparator-custom-sort.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Collection</tag>
        <tag>集合</tag>
        <tag>Comparator</tag>
        <tag>SortedSet</tag>
        <tag>TreeSet</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JDBC数据库连接和事务的管理 一个JDBC基本操作封装类的编写]]></title>
    <url>%2Fjdbc-database-connection-and-transaction-management-of-the-basic-operation-of-a-jdbc-wrapper-class-preparation.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>JDBC</tag>
        <tag>Transaction</tag>
        <tag>事务</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[SQL语句实用例子 MySQL编码设置]]></title>
    <url>%2Fpractical-examples-of-sql-statements-mysql-encoding-settings.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>MySQL</tag>
        <tag>SQL</tag>
        <tag>乱码</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - hashCode()与equals()方法的介绍和使用场合]]></title>
    <url>%2Fjava-based-notebook-hashcode-and-equals-method-of-the-introduction-and-use-of-applications.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>equals</tag>
        <tag>hashCode</tag>
        <tag>HashSet</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ArrayList数组列表和LinkedList双向链表的性能分析比较]]></title>
    <url>%2Farraylist-linkedlist-doubly-linked-list-and-an-array-of-performance-analysis-and-comparison.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>ArrayList</tag>
        <tag>LinkedList</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java源码分析 - LinkedList双向链表源码分析]]></title>
    <url>%2Fjava-source-code-analysis-linkedlist-doubly-linked-list-source-code-analysis.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>LinkedList</tag>
        <tag>源码分析</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java源码分析 - ArrayList动态数组列表源码分析]]></title>
    <url>%2Fjava-source-code-analysis-arraylist-list-of-source-code-analysis-dynamic-arrays.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>ArrayList</tag>
        <tag>源码分析</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[UML笔记 UML统一建模语言介绍 UML图形的基本绘制]]></title>
    <url>%2Fuml-unified-modeling-language-uml-notes-introduce-basic-drawing-uml-diagrams.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>OOAD</tag>
        <tag>UML</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[UML笔记 OOAD面向对象的分析和设计介绍]]></title>
    <url>%2Fnotes-ooad-uml-object-oriented-analysis-and-design-introduction.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>OOAD</tag>
        <tag>UML</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 动态代理 Java中动态代理类的介绍和使用]]></title>
    <url>%2Fjava-based-notebook-the-dynamic-proxy-in-java-dynamic-proxy-class-introduction-and-use-of.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Proxy</tag>
        <tag>Reflection</tag>
        <tag>动态代理</tag>
        <tag>InvocationHandler</tag>
        <tag>代理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[设计模式笔记 - Proxy 代理模式 (Design Pattern)]]></title>
    <url>%2Fdesign-patterns-notes-proxy-proxy-mode.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Proxy</tag>
        <tag>设计模式</tag>
        <tag>代理模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 通过反射机制动态创建和访问数组]]></title>
    <url>%2Fjava-based-notes-through-reflection-to-dynamically-create-and-access-an-array.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>数组</tag>
        <tag>Java</tag>
        <tag>Reflection</tag>
        <tag>反射机制</tag>
        <tag>Array</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 通过反射机制修改类中的私有属性的值]]></title>
    <url>%2Fjava-based-notes-through-reflection-to-modify-the-class-of-the-value-of-private-property.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Reflection</tag>
        <tag>反射机制</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 通过反射机制动态获取属性的值模拟Struts的自动赋值]]></title>
    <url>%2Fjava-based-notes-through-reflection-to-get-property-value-dynamically-simulate-the-automatic-assignment-struts.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>Struts2</tag>
        <tag>Reflection</tag>
        <tag>反射机制</tag>
        <tag>Struts</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java基础笔记 - 反射机制的介绍和基本的API的使用]]></title>
    <url>%2Fjava-based-notebook-reflection-of-the-introduction-and-use-of-the-basic-api.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Reflection</tag>
        <tag>反射机制</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用JavaMail发送指定网页内容到其他邮箱]]></title>
    <url>%2Fjavamail-sending-content-to-other-specified-mailbox.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>IO</tag>
        <tag>URL</tag>
        <tag>JavaMail</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JavaMail介绍和常用的API 一个较完整的发送电子邮件函数]]></title>
    <url>%2Fjavamail-api-introduced-and-used-to-send-a-more-complete-e-mail-function.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>JavaMail</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[SSI介绍 在项目中使用SSI技术提高服务器解释效率]]></title>
    <url>%2Fssi-introduces-the-use-of-ssi-technology-in-the-project-to-improve-the-efficiency-of-the-server-to-explain.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>SSI</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[OSCache缓存框架介绍 局部缓存和全局缓存的使用和基本配置项]]></title>
    <url>%2Foscache-caching-framework-introduced-local-cache-and-global-cache-use-and-basic-configuration-items.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>OSCache</tag>
        <tag>缓存</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用Velocity生成静态页面减轻数据库压力提升网站性能]]></title>
    <url>%2Fuse-velocity-to-generate-static-pages-to-reduce-the-pressure-to-enhance-site-performance-database.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>Velocity</tag>
        <tag>模板引擎</tag>
        <tag>静态页面</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Velocity模板引擎的介绍和基本的模板语言语法使用]]></title>
    <url>%2Fthe-introduction-of-the-velocity-template-engine-template-language-syntax-and-basic-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Velocity</tag>
        <tag>模板引擎</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用Struts2的拦截器和自定义注解方式实现权限控制]]></title>
    <url>%2Fusing-struts2-interceptors-and-the-realization-of-custom-access-control-annotations.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>权限控制</tag>
        <tag>Interceptor</tag>
        <tag>拦截器</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS根据后台数据动态创建CheckboxGroup的方法]]></title>
    <url>%2Fextjs-based-on-background-data-of-dynamically-created-checkboxgroup-method.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>ExtJS</tag>
        <tag>CheckboxGroup</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Javascript解析由服务器返回的JSON格式数据]]></title>
    <url>%2Fjavascript-parsing-by-the-server-returns-data-in-json-format.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>JSON</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate关联映射创建数据库中存在的对象设置关联关系不级联保存的方法]]></title>
    <url>%2Fhibernate-is-mapping-to-create-the-database-objects-that-exist-in-association-does-not-set-the-cascade-method-of-preservation.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>关联映射</tag>
        <tag>级联保存</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[org.hibernate.id.IdentifierGenerationException错误解决方法]]></title>
    <url>%2Forg-hibernate-id-identifiergenerationexception-error-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
        <tag>IdentifierGenerationException</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate复合主键作为外键在关联映射中的配置方法]]></title>
    <url>%2Fhibernate-composite-primary-key-as-foreign-key-in-the-associated-map-configuration.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>many-to-many</tag>
        <tag>关联映射</tag>
        <tag>复合主键</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate复合主键的映射方法]]></title>
    <url>%2Fhibernate-mapping-a-composite-primary-key.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>many-to-many</tag>
        <tag>关联映射</tag>
        <tag>复合主键</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate多对多单向关联和双向关联映射的方法]]></title>
    <url>%2Fhibernate-multiple-pairs-of-unidirectional-and-bidirectional-associations-association-mapping-method.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>many-to-many</tag>
        <tag>关联映射</tag>
        <tag>多对多</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 堆排序算法]]></title>
    <url>%2Fdata-structure-notes-sorting-algorithm-heapsort-algorithm.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>排序</tag>
        <tag>堆排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 希尔排序算法]]></title>
    <url>%2Fdata-structure-notes-hill-sorting-algorithm-sorting-algorithm.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>排序</tag>
        <tag>希尔排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[hibernateTemplate.executeFind(new HibernateCallback())出现NullPointerException空指针的解决方法]]></title>
    <url>%2Fhibernatetemplate-executefind-new-hibernatecallback-appear-nullpointerexception-null-pointer-of-the-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
        <tag>HibernateCallback</tag>
        <tag>空指针</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 直接插入排序算法]]></title>
    <url>%2Fdata-structure-notes-directly-into-the-sorting-algorithm-sorting-algorithm.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>排序</tag>
        <tag>插入排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 简单选择排序算法]]></title>
    <url>%2Fdata-structure-notes-simple-selection-sort-algorithm-sorting-algorithm.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>排序</tag>
        <tag>选择排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 优化冒泡排序算法]]></title>
    <url>%2Fdata-structure-notes-sorting-algorithm-bubble-sort-algorithm-optimization.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>冒泡排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 冒泡排序算法实现]]></title>
    <url>%2Fdata-structure-notes-sorting-algorithm-bubble-sort-algorithm.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>排序</tag>
        <tag>冒泡排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[数据结构笔记 - 排序算法 最简单的排序实现 初级版的冒泡排序]]></title>
    <url>%2Fdata-structure-notes-the-simplest-sort-sorting-algorithm-to-achieve-the-primary-version-of-the-bubble-sort.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>排序</tag>
        <tag>冒泡排序</tag>
        <tag>交换排序</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[打印网页内容的Javascript代码实现]]></title>
    <url>%2Fprint-the-javascript-code-content.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>打印</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS的RadioGroup单选按钮设置默认值和获取选中的值]]></title>
    <url>%2Fextjss-radiogroup-radio-button-to-set-the-default-value-and-get-the-selected-value.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>RadioGroup</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Strut2中Filter过滤器的编写和注册]]></title>
    <url>%2Fstrut2-filter-filter-in-the-preparation-and-registration.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>Filter</tag>
        <tag>过滤器</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java中使用Base64编码URL作为URL的参数]]></title>
    <url>%2Fbase64-encoding-in-java-using-a-url-as-a-url-parameter.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Base64</tag>
        <tag>URL</tag>
        <tag>传参</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用Eclipse开发Java Web过程中Debug调试的使用方法]]></title>
    <url>%2Fjava-web-development-using-the-eclipse-debug-debugging-process-to-use.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>J2EE</tag>
        <tag>Debug</tag>
        <tag>Eclipse</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2单选按钮标签s:radio的使用及其设置默认值]]></title>
    <url>%2Fstruts2-radio-button-label-s-radio-use-and-set-the-default-value.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>s:radio</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用JSTL格式化从服务器获取的Date类型数据]]></title>
    <url>%2Fjstl-formatting-from-the-server-using-the-date-data-type.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>JSTL</tag>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>fmt</tag>
        <tag>格式化</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate一对一唯一外键关联映射的实现方法实例]]></title>
    <url>%2Fhibernate-mapping-one-of-the-only-foreign-key-implementation-instance.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>one-to-one</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 异常处理]]></title>
    <url>%2Fc-syntax-notes-exception-handling.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>Exception</tag>
        <tag>异常处理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 数组 指针与字符串]]></title>
    <url>%2Fc-syntax-notes-array-of-pointers-and-strings.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>指针</tag>
        <tag>数组</tag>
        <tag>C++</tag>
        <tag>字符串</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 群体类和群体数据 类模板]]></title>
    <url>%2Fc-syntax-note-group-classes-and-group-data-class-template.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>数据结构</tag>
        <tag>算法</tag>
        <tag>群体数据</tag>
        <tag>群体类</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 流类库与IO]]></title>
    <url>%2Fc-syntax-notes-and-io-stream-library.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>IO</tag>
        <tag>流类库</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 类与对象]]></title>
    <url>%2Fc-syntax-notes-classes-and-objects.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>学习笔记</tag>
        <tag>对象</tag>
        <tag>类</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 继承与派生]]></title>
    <url>%2Fc-syntax-notes-inheritance-and-derived.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>派生</tag>
        <tag>继承</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 函数]]></title>
    <url>%2Fc-syntax-notes-function.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>学习笔记</tag>
        <tag>函数</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 泛型程序设计与C++标准库]]></title>
    <url>%2Fc-syntax-notes-generic-programming-and-c-standard-library.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>标准库</tag>
        <tag>泛型</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - 多态性]]></title>
    <url>%2Fc-syntax-notes-polymorphism.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>多态</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - Windows程序设计介绍与MFC库]]></title>
    <url>%2Fc-syntax-notes-windows-programming-with-mfc-library-introduced.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>MFC</tag>
        <tag>Windows程序设计</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - C++程序的结构]]></title>
    <url>%2Fc-syntax-notes-c-program-structure.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>const</tag>
        <tag>static</tag>
        <tag>变量</tag>
        <tag>学习笔记</tag>
        <tag>类的友元</tag>
        <tag>结构</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C++语法笔记 - C++简单程序设计]]></title>
    <url>%2Fc-syntax-notes-c-simple-program-design.html</url>
    <content type="text"></content>
      <categories>
        <category>C++</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>学习笔记</tag>
        <tag>cin</tag>
        <tag>cout</tag>
        <tag>sizeof</tag>
        <tag>头文件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记 - 自定义函数的相关知识 变量的存储类型]]></title>
    <url>%2Fc-language-syntax-notes-custom-function-the-type-of-knowledge-stored-in-the-variable.html</url>
    <content type="text"></content>
      <categories>
        <category>C语言</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>存储</tag>
        <tag>自定义函数</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记 - 指针与数组 一维数组 二维数组 字符数组 二维字符串 指针与一维数组]]></title>
    <url>%2Fc-language-syntax-notes-pointer-with-two-dimensional-array-array-of-one-dimensional-array-of-two-dimensional-array-of-characters-with-one-dimensional-array-of-string-pointers.html</url>
    <content type="text"></content>
      <categories>
        <category>C语言</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>指针</tag>
        <tag>字符数组</tag>
        <tag>数组</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记 - 文件的处理]]></title>
    <url>%2Fc-language-syntax-notes-file-handling.html</url>
    <content type="text"></content>
      <categories>
        <category>C语言</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>文件处理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记 - 结构体变量与共用体]]></title>
    <url>%2Fc-language-syntax-notes-and-share-the-body-structure-variable.html</url>
    <content type="text"></content>
      <categories>
        <category>C语言</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>struct</tag>
        <tag>union</tag>
        <tag>共用体</tag>
        <tag>结构体</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记 - 基本语法介绍 预处理命令]]></title>
    <url>%2Fc-language-syntax-notes-basic-command-syntax-description-is-pre.html</url>
    <content type="text"></content>
      <categories>
        <category>C语言</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>预处理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[C语言语法笔记 - 高级用法 指针数组 指针的指针 二维数组指针 结构体指针 链表]]></title>
    <url>%2Fc-language-syntax-notes-advanced-usage-of-two-dimensional-array-of-pointers-to-a-pointer-list-pointer-array-pointer-structure.html</url>
    <content type="text"></content>
      <categories>
        <category>C语言</category>
      </categories>
      <tags>
        <tag>C语言</tag>
        <tag>指针</tag>
        <tag>链表</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[肖申克的救赎：救赎心中那份本该具有的追求信念的勇气]]></title>
    <url>%2Fthe-shawshank-redemption-redemption-mind-share-this-with-the-pursuit-of-the-courage-of-conviction.html</url>
    <content type="text"></content>
      <categories>
        <category>影视频道</category>
      </categories>
      <tags>
        <tag>电影</tag>
        <tag>肖申克的救赎</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS中使用SelectionModel获取Records批量删除的前台实现]]></title>
    <url>%2Fextjs-using-selectionmodel-get-the-prospects-to-achieve-bulk-deletion-records.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>Records</tag>
        <tag>SelectionModel</tag>
        <tag>批量删除</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS中Store注册beforeload监听事件重新加载grid的方法，用于条件查询]]></title>
    <url>%2Fextjs-in-store-event-listener-registered-beforeload-reload-the-grid-method-check-for-conditions.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>beforeload</tag>
        <tag>addListener</tag>
        <tag>Store</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS的FormPanel中的组件使用load加载远程的JSON数据的方法]]></title>
    <url>%2Fextjs-formpanel-components-of-load-using-the-load-method-of-a-remote-json-data.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>JsonReader</tag>
        <tag>FormPanel</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS获取ComboBox远程数据的JsonReader和本地数据的ArrayStore的写法]]></title>
    <url>%2Fextjs-combobox-access-to-remote-data-and-local-data-arraystore-jsonreader-wording.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>ArrayStore</tag>
        <tag>ComboBox</tag>
        <tag>JsonReader</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Unable to find 'struts.multipart.saveDir' Struts2上传文件错误的解决方法]]></title>
    <url>%2Funable-to-find-struts-multipart-savedir-struts2-upload-file-error-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Struts2</tag>
        <tag>tempdir</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[org.hibernate.LazyInitializationException的解决方法 使用OpenSessionInViewFilter]]></title>
    <url>%2Forg-hibernate-lazyinitializationexception-solution-using-opensessioninviewfilter.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
        <tag>OpenSessionInViewFilter</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[org.apache.el.parser.ParseException JSTL中EL表达式错误提示]]></title>
    <url>%2Forg-apache-el-parser-parseexception-jstl-el-expressions-error-in.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>EL</tag>
        <tag>JSTL</tag>
        <tag>Servlet&amp;amp;JSP</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS表格使用JsonStore条件查询参数不能传递参数给第二页的解决方法]]></title>
    <url>%2Fextjs-forms-using-jsonstore-conditions-can-not-pass-parameters-to-query-parameters-to-the-second-page-of-the-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>beforeload</tag>
        <tag>JsonStore</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS让被遮盖的窗体显示在最前面以及解决Ext.MessageBox提示框被TabPanel覆盖的方法]]></title>
    <url>%2Fextjs-form-to-be-displayed-on-the-front-cover-and-solve-ext-messagebox-boxes-are-covered-by-the-method-tabpanel.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>floating</tag>
        <tag>TabPanel</tag>
        <tag>遮盖</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[谷歌浏览器Chrome控制台提示Uncaught ReferenceError xl_chrome_menu is not defined]]></title>
    <url>%2Fgoogle-browser-chrome-console-prompt-uncaught-referenceerror-xl-chrome-menu-is-not-defined.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Chrome</tag>
        <tag>Console</tag>
        <tag>Javascript</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Caused by java.sql.BatchUpdateException Data too long for column 'type_visible' at row 1]]></title>
    <url>%2Fcaused-by-java-sql-batchupdateexception-data-too-long-for-column-type-visible-at-row-1.html</url>
    <content type="text"></content>
      <categories>
        <category>数据库</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>MySQL</tag>
        <tag>mysql-connector</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Servlet.service() for servlet jsp threw exception,NullPointerException]]></title>
    <url>%2Fservlet-service-for-servlet-jsp-threw-exception-nullpointerexception.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>jsp-api.jar</tag>
        <tag>servlet-api.jar</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[SSH整合遇到的一些问题：Exception starting filter struts2, Unable to load configuration, ContainerBuilder.java132,NullPointerException]]></title>
    <url>%2Fssh-integration-of-some-of-the-problems-encountered-exception-starting-filter-struts2-unable-to-load-configuration-containerbuilder-java132-nullpointerexception.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>jar包冲突</tag>
        <tag>SSH</tag>
        <tag>struts.xml</tag>
        <tag>Struts2</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS中表格控件的使用，属性设置和数据的获取]]></title>
    <url>%2Fextjs-form-controls-in-the-use-of-property-and-access-to-data.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>EditorGrid</tag>
        <tag>GridView</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[EXT的核心组件，相关的处理事件和类的使用]]></title>
    <url>%2Fexts-core-components-handling-events-and-classes-related-to-the-use-of.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Observable</tag>
        <tag>ExtJS</tag>
        <tag>TabPanel</tag>
        <tag>BoxComponent</tag>
        <tag>Component</tag>
        <tag>Container</tag>
        <tag>Event</tag>
        <tag>EventManager</tag>
        <tag>EventObject</tag>
        <tag>Panel</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS概述及其开发环境的搭建及遇到的Spket安装问题 缺少ext.jsb文件]]></title>
    <url>%2Fextjs-overview-and-development-environment-to-build-and-installation-problems-encountered-spket-file-missing-ext-jsb.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>下载</tag>
        <tag>ExtJS</tag>
        <tag>ext.jsb</tag>
        <tag>Spket</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2 Hibernate Spring 整合的基本流程和步骤及其相关配置细节]]></title>
    <url>%2Fstruts2-hibernate-spring-integration-of-the-basic-processes-and-procedures-and-related-configuration-details.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>SSH</tag>
        <tag>Struts2</tag>
        <tag>Spring</tag>
        <tag>整合</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate笔记 - Hibernate的相关帮助文档和在线学习资料]]></title>
    <url>%2Fthe-hibernate-notes-hibernate-documentation-and-online-learning-materials.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate笔记 - Hibernate在项目中的使用和基本和配置]]></title>
    <url>%2Fthe-hibernate-notes-the-hibernate-in-the-project-use-and-basic-configuration.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android开发在Eclipse环境中无法显示提示信息This element neither has attached source nor attached Javadoc]]></title>
    <url>%2Fandroid-development-environment-can-not-be-displayed-in-the-eclipse-message-this-element-neither-has-attached-source-nor-attached-javadoc.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>Javadoc</tag>
        <tag>自动提示</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中使用Gson解析JSON数据]]></title>
    <url>%2Fandroid-to-parse-json-data-using-gson.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>Gson</tag>
        <tag>JSON</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中使用Animation实现控件的动画效果以及Interpolator和AnimationListener的使用]]></title>
    <url>%2Fandroid-animation-used-to-achieve-control-of-animation-effects-and-use-of-interpolator-and-animationlistener.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>AlphaAnimation</tag>
        <tag>AnimationListener</tag>
        <tag>Interpolator</tag>
        <tag>RotateAnimation</tag>
        <tag>ScaleAnimation</tag>
        <tag>TranslateAnimation</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android的桌面组件App Widget的使用方法 AppWidgetProvider RemoteViews]]></title>
    <url>%2Fandroid-app-widget-desktop-components-to-use-appwidgetprovider-remoteviews.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>App Widget</tag>
        <tag>AppWidgetProvider</tag>
        <tag>AppWidgetProviderInfo</tag>
        <tag>PendingIntent</tag>
        <tag>RemoteViews</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中的常用控件之ExpandableListActivity SimpleExpandableListAdapter RatingBar SeekBar]]></title>
    <url>%2Fandroid-are-commonly-used-controls-of-expandablelistactivity-simpleexpandablelistadapter-ratingbar-seekbar.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>ExpandableListActivity</tag>
        <tag>RatingBar</tag>
        <tag>SeekBar</tag>
        <tag>SimpleExpandableListAdapter</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中的常用控件之Spinner DatePicker AutoCompleteTextView]]></title>
    <url>%2Fandroid-are-commonly-used-controls-of-the-spinner-datepicker-autocompletetextview.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>AutoCompleteTextView</tag>
        <tag>DatePicker</tag>
        <tag>Spinner</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android的Service基本编写方法]]></title>
    <url>%2Fbasic-preparation-method-of-android-service.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>Service</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android的WIFI网络操作的方法 网络状态 操作权限]]></title>
    <url>%2Fandroids-wifi-network-status-network-operating-method-of-operating-authority.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>WIFI</tag>
        <tag>WifiManager</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android的广播机制实现 BroadcastReceiver]]></title>
    <url>%2Fandroids-broadcast-mechanism-to-achieve-broadcastreceiver.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>BroadcastReceiver</tag>
        <tag>广播机制</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中使用SAX解析XML文件]]></title>
    <url>%2Fandroid-xml-files-using-sax-parsing.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>SAX</tag>
        <tag>XML</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android下载文件到SD卡]]></title>
    <url>%2Fandroid-download-the-file-to-the-sd-card.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>HttpURLConnection</tag>
        <tag>SD卡</tag>
        <tag>下载</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中Handler的作用和使用方法]]></title>
    <url>%2Fandroid-the-role-and-use-of-handler.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>Handler</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android中的常用控件及其基本用法]]></title>
    <url>%2Fandroid-and-its-basic-usage-of-the-common-control.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>Button</tag>
        <tag>EditText</tag>
        <tag>ListView</tag>
        <tag>MenuRadioGroup</tag>
        <tag>ProgressBar</tag>
        <tag>RadioButton</tag>
        <tag>TextView</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Intent的基本作用和在程序中的用法]]></title>
    <url>%2Fintent-of-the-basic-role-and-usage-in-the-program.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>intent</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[The Main Function of Activity and its Basic Usage]]></title>
    <url>%2Fthe-main-function-of-activity-and-its-basic-usage.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>Activity</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android工程目录结构的说明 创建工程 AndroidManifest.xml]]></title>
    <url>%2Fandroid-project-directory-structure-of-the-instructions-to-create-a-project-androidmanifest-xml.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>AndroidManifest</tag>
        <tag>目录结构</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Android开发环境的基本配置过程]]></title>
    <url>%2Fandroid-development-environment-the-basic-configuration-process.html</url>
    <content type="text"></content>
      <categories>
        <category>Android</category>
      </categories>
      <tags>
        <tag>Android</tag>
        <tag>开发环境</tag>
        <tag>配置</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[任何不以学习知识为目的的考试都是耍流氓-软件工程导论试题]]></title>
    <url>%2Fnot-to-learn-any-knowledge-for-the-purpose-of-the-examination-are-bullying-introduction-to-software-engineering-questions.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>试题</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[任何不以学习知识为目的的考试都是耍流氓-操作系统试题]]></title>
    <url>%2Fnot-to-learn-any-knowledge-for-the-purpose-of-the-examination-are-bullying-the-operating-system-questions.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>试题</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[软件项目管理-进度计划 质量保证 CMM]]></title>
    <url>%2Fsoftware-project-management-quality-assurance-cmm-schedule.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>CMM</tag>
        <tag>项目管理</tag>
        <tag>软件工程</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[软件工程维护-可维护性 文档]]></title>
    <url>%2Fsoftware-engineering-and-maintenance-maintainability-document.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>软件维护</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[软件工程实现-软件测试 软件配置]]></title>
    <url>%2Fsoftware-engineering-implementation-software-testing-software-configuration.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>实现</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[详细设计-盒图 PAD图 过程设计语言]]></title>
    <url>%2Fdetailed-design-box-diagram-process-diagram-language-pad.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>详细设计</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[总体设计-模块化 层次图 结构图]]></title>
    <url>%2Foverall-design-modular-hierarchy-chart.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>总体设计</tag>
        <tag>模块化</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[软件工程需求分析-ER图 状态转换图]]></title>
    <url>%2Fsoftware-engineering-requirements-analysis-er-diagram-state-transition-diagram.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>ER图</tag>
        <tag>状态转换图</tag>
        <tag>需求分析</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[可行性研究-数据流图 数据字典]]></title>
    <url>%2Ffeasibility-study-data-flow-diagram-data-dictionary.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>可行性研究</tag>
        <tag>数据字典</tag>
        <tag>数据流图</tag>
        <tag>软件工程</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[软件工程学概述-软件工程 软件危机 软件过程]]></title>
    <url>%2Foverview-of-software-engineering-software-engineering-software-process-software-crisis.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>软件工程</tag>
        <tag>软件危机</tag>
        <tag>软件过程</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[操作系统接口-用户接口 程序接口 系统调用]]></title>
    <url>%2Foperating-system-interface-user-interface-api-system-calls.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>操作系统接口</tag>
        <tag>系统调用</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[文件管理-外存分配方式 目录管理 存储空间管理]]></title>
    <url>%2Fdocument-management-the-external-memory-storage-space-distribution-management-inventory-management.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>外存分配管理</tag>
        <tag>文件管理</tag>
        <tag>目录管理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[设备管理及其相关技术-磁盘调度SPOOLing技术]]></title>
    <url>%2Fdevice-management-and-related-technologies-disk-scheduling-spooling-technology.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>DMA</tag>
        <tag>SPOOLing</tag>
        <tag>中断</tag>
        <tag>缓冲</tag>
        <tag>设备管理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[存储器管理和常见的分区算法分页存储分段存储段页式存储]]></title>
    <url>%2Fmemory-management-and-common-sub-partitioning-algorithm-to-store-and-segment-paging-store-page-storage.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>分段存储</tag>
        <tag>分页存储</tag>
        <tag>段页式存储</tag>
        <tag>虚拟存储器</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[微型计算机技术实用知识点编程应用题]]></title>
    <url>%2Fmicro-computer-technology-and-practical-application-of-knowledge-point-programming-problems.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>8251A</tag>
        <tag>芯片</tag>
        <tag>8253</tag>
        <tag>8255A</tag>
        <tag>8259A</tag>
        <tag>8237A</tag>
        <tag>微机</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[处理机调度与死锁-常用调度算法与银行家解决速锁问题]]></title>
    <url>%2Fprocessor-scheduling-and-deadlock-scheduling-algorithm-used-to-solve-lock-problem-with-bankers.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>处理机调度</tag>
        <tag>死锁</tag>
        <tag>银行家算法</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[微型计算机技术实用知识点问答题]]></title>
    <url>%2Fmicro-computer-technology-and-practical-knowledge-points-questions-and-answers.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>8251A</tag>
        <tag>芯片</tag>
        <tag>8253</tag>
        <tag>8255A</tag>
        <tag>8259A</tag>
        <tag>8237A</tag>
        <tag>微机</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[进程管理相关内容-信号量 临界资源 PV操作]]></title>
    <url>%2Fprocess-management-related-content-the-amount-of-critical-resources-pv-operation-signal.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>PV操作</tag>
        <tag>信号量</tag>
        <tag>进程管理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[操作系统引论之操作系统基础介绍和发展历史过程]]></title>
    <url>%2Fintroduction-of-the-operating-system-operating-system-based-process-of-introduction-and-history.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>分时系统</tag>
        <tag>多道批处理系统</tag>
        <tag>实时系统</tag>
        <tag>并发</tag>
        <tag>并行</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - struts.xml文件的配置]]></title>
    <url>%2Fthe-struts2-notes-struts-xml-files-configuration.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - Struts2中访问Web元素的3中方法]]></title>
    <url>%2Fvisit-the-web-element-using-struts2-ioc-assignment-requestaware-sessionaware-applicationaware.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>Session</tag>
        <tag>Application</tag>
        <tag>Request</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - 简单数据验证]]></title>
    <url>%2Fthe-struts2-notes-simple-data-validation.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - 参数的接收 使用DomainObject和ModelDriven]]></title>
    <url>%2Fstruts2-notes-parameter-receiving-domainobject-and-modeldriven.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>ModelDriven</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - DMI动态方法调用和通配符配置]]></title>
    <url>%2Fstruts2-notes-dmi-dynamic-method-invocation-and-wildcards-facilitate-configuration.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>DMI</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - 命名空间和Action的三种创建方法]]></title>
    <url>%2Fstruts2-notes-three-ways-to-create-naming-space-and-action.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>Action</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2笔记 - Struts2相关帮助文档和在线学习资料]]></title>
    <url>%2Fthe-struts2-notes-the-struts2-related-help-documents-and-online-learning-materials.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[JSP的运行机制与原理]]></title>
    <url>%2Fjsp-mechanism-and-principle-of-operation.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Servlet&amp;amp;JSP</tag>
        <tag>原理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java SE 5.0以上版本中for each循环的使用]]></title>
    <url>%2Fjava-se-5-0-or-later-use-the-for-each-loop.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>For each</tag>
        <tag>循环</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Linux shell的使用和几个常见的实例解析]]></title>
    <url>%2Flinux-shell-of-a-few-common-examples-of-the-use-and-analysis.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Linux</tag>
        <tag>shell</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Linux中sed和awk的使用及其相关实例解析]]></title>
    <url>%2Fsed-and-awk-in-linux-and-its-associated-instance-of-the-use-of-analytical.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Linux</tag>
        <tag>sed</tag>
        <tag>awk</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Linux下sed,awk,grep,cut,find等常用命令介绍]]></title>
    <url>%2Flinux-sed-awk-grep-cut-find-frequently-used-commands-such-as-introduction.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Linux</tag>
        <tag>grep</tag>
        <tag>sed</tag>
        <tag>awk</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Linux下find,sed,tr,grep,cut,wc等常用命令的使用和相关实例解析]]></title>
    <url>%2Flinux-find-sed-tr-grep-cut-wc-and-other-commonly-used-commands-and-related-instances-of-the-use-of-analytical.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Linux</tag>
        <tag>cut</tag>
        <tag>find</tag>
        <tag>grep</tag>
        <tag>sed</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2保存文件到服务器指定目录]]></title>
    <url>%2Fstruts2-specified-directory-to-save-the-file-to-the-server.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>文件上传</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[MyEclipse中修改CSS样式不起作用的解决方法]]></title>
    <url>%2Fmyeclipse-css-styles-to-modify-the-solution-does-not-work.html</url>
    <content type="text"></content>
      <categories>
        <category>CSS+DIV</category>
      </categories>
      <tags>
        <tag>CSS</tag>
        <tag>MyEclipse</tag>
        <tag>样式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery中使用$.post提交Ajax请求及传参问题]]></title>
    <url>%2Fjquery-using-post-ajax-request-and-pass-parameters-to-submit-the-issue.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>jQuery</tag>
        <tag>Ajax</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate加载数据失败failed to lazily initialize a collection of role]]></title>
    <url>%2Fhibernate-load-data-failed-failed-to-lazily-initialize-a-collection-of-role.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
        <tag>lazy</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts has detected an unhandled exception错误原因及解决方法]]></title>
    <url>%2Fstruts-has-detected-an-unhandled-exception-error-causes-and-solutions.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Struts2</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate多对一关联映射原理、映射方法和数据的保存]]></title>
    <url>%2Fhibernate-many-to-association-mapping-principle-mapping-method-and-data-preserved.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>cascade</tag>
        <tag>many-to-one</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate一对多单向关联和双向关联映射方法及其优缺点]]></title>
    <url>%2Fhibernate-one-to-many-unidirectional-and-bidirectional-association-mapping-method-and-its-advantages-and-disadvantages.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>one-to-many</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery使用load函数访问Struts2中的Action实现局部刷新和注册事件]]></title>
    <url>%2Fstruts2-using-the-load-function-to-access-jquery-in-action-to-achieve-partial-refresh-and-up-event.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>jQuery</tag>
        <tag>load</tag>
        <tag>局部刷新</tag>
        <tag>注册事件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[关于学习新技术的方法和让自己不断进步的一点建议]]></title>
    <url>%2Fon-learning-methods-and-new-technologies-continue-to-progress-to-their-own-piece-of-advice.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>学习方法</tag>
        <tag>编程体会</tag>
        <tag>编程经验</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate的框架结构及其工作流程]]></title>
    <url>%2Fhibernate-framework-structure-and-work-processes.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>工作流程</tag>
        <tag>框架结构</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate一对多关联映射的配置及其级联删除问题]]></title>
    <url>%2Fhibernate-one-to-many-association-mapping-configuration-and-the-cascade-delete-problem.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>one-to-many</tag>
        <tag>cascade</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[MappingException提示Association references unmapped class错误的解决方法]]></title>
    <url>%2Fmappingexception-tips-association-references-unmapped-class-error-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[InvalidMappingException提示Could not parse mapping document错误的解决方法]]></title>
    <url>%2Finvalidmappingexception-could-not-parse-mapping-document-prompt-the-wrong-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate继承映射策略之每棵类继承树一张表]]></title>
    <url>%2Fhibernate-inheritance-mapping-strategies-meike-class-inheritance-tree-of-a-table.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Hibernate</tag>
        <tag>继承映射</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Spring与Struts2整合的两种解决方案]]></title>
    <url>%2Fspring-and-struts2-integration-of-the-two-solutions.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>SSH</tag>
        <tag>Struts2</tag>
        <tag>Spring</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Hibernate的xerces-2.6.2.jar文件冲突引发的Unable to load configuration错误及其解决方法]]></title>
    <url>%2Fhibernate-the-xerces-2-6-2-jar-file-xerces-2-6-2-conflict-of-error-and-their-solutions.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>Hibernate</tag>
        <tag>xerces-2.6.2.jar</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2中的Unable to load configuration错误的分析与解决方法]]></title>
    <url>%2Fstruts2-in-unable-to-load-configuration-error-analysis-and-solution.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Exception</tag>
        <tag>SSH</tag>
        <tag>Struts2</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Win7中安装Rational Rose，启动提示计算机丢失suite objects.dll]]></title>
    <url>%2Fwin7-to-install-rational-rose-start-the-computer-loses-suite-objects-dll-tips.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>UML</tag>
        <tag>Rational Rose</tag>
        <tag>启动</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[为交换机进行端口安全的配置]]></title>
    <url>%2Fto-configure-the-switch-port-security.html</url>
    <content type="text"></content>
      <categories>
        <category>网络知识</category>
      </categories>
      <tags>
        <tag>网络配置</tag>
        <tag>网络安全</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[CMM软件能力成熟度模型的5个等级及其特点]]></title>
    <url>%2Fcmm-software-capability-maturity-model-level-and-characteristics-of-the-5.html</url>
    <content type="text"></content>
      <categories>
        <category>软件开发与管理</category>
      </categories>
      <tags>
        <tag>CMM</tag>
        <tag>能力成熟度模型</tag>
        <tag>项目管理</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[二叉树的前序遍历、中序遍历和后序遍历及其算法]]></title>
    <url>%2Fpreorder-binary-tree-traversal-inorder-traversal-and-postorder-traversal-of-algorithm-2.html</url>
    <content type="text"></content>
      <categories>
        <category>数据结构与算法</category>
      </categories>
      <tags>
        <tag>C++</tag>
        <tag>中序遍历</tag>
        <tag>二叉树</tag>
        <tag>前序遍历</tag>
        <tag>后序遍历</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery中使用Ajax获取JSON格式数据]]></title>
    <url>%2Fjquery-json-format-to-use-ajax-to-get-the-data.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>JSON</tag>
        <tag>jQuery</tag>
        <tag>Ajax</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery使用数组编写向左滚动的图片栏]]></title>
    <url>%2Fjquery-array-prepared-using-the-picture-to-the-left-scroll-bar.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>jQuery</tag>
        <tag>滚动</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery编写钟摆式滚动器]]></title>
    <url>%2Fjquery-scroll-written-pendulum-device.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>jQuery</tag>
        <tag>滚动</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用jQuery实现显示文字气球的提示]]></title>
    <url>%2Fballoon-using-jquery-to-achieve-the-prompt-display-text.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>jQuery</tag>
        <tag>提示</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[web网站项目编写页面时需要注意的事项]]></title>
    <url>%2Fproject-web-site-pages-written-to-note.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>Javascript</tag>
        <tag>CSS</tag>
        <tag>HTML</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery中使用Ajax实现文本输入框的自动完成功能]]></title>
    <url>%2Fjquery-ajax-implementation-using-a-text-input-box-auto-complete-feature.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>jQuery</tag>
        <tag>PHP</tag>
        <tag>Ajax</tag>
        <tag>自动完成</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery中使用ajax对表单数据进行异步验证]]></title>
    <url>%2Fusing-jquery-ajax-asynchronous-data-validation-on-form.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>验证</tag>
        <tag>jQuery</tag>
        <tag>PHP</tag>
        <tag>Ajax</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[How to Check if the Checkbox is Selected in jQuery]]></title>
    <url>%2Fhow-to-check-if-the-checkbox-is-selected-in-jquery.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>jQuery</tag>
        <tag>CheckBox</tag>
        <tag>Validate</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[jQuery中使用正则表达式验证电子邮件]]></title>
    <url>%2Fjquery-validation-using-regular-expressions-in-the-e-mail.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>验证</tag>
        <tag>jQuery</tag>
        <tag>正则表达式</tag>
        <tag>电子邮件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[The Knowledge About Protected Mode Must Be Master During Learning The Operating System]]></title>
    <url>%2Fthe-knowledge-about-protected-mode-must-be-master-during-learning-the-operating-system.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>operating system</tag>
        <tag>protected mode</tag>
        <tag>保护模式</tag>
        <tag>操作系统</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java使用默认浏览器打开超链接]]></title>
    <url>%2Fjava-uses-the-default-browser-to-open-hyperlinks.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>Desktop</tag>
        <tag>超链接</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS使用ColumnModel创建表格和使用ArrayReader解析数组]]></title>
    <url>%2Fextjs-to-create-tables-and-use-the-columnmodel-array-analysis-using-arrayreader.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>ArrayReader</tag>
        <tag>ColumnModel</tag>
        <tag>表格</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS的FileUploadField组件上传多个文件]]></title>
    <url>%2Fextjss-fileuploadfield-multiple-files-upload-component.html</url>
    <content type="text"></content>
      <categories>
        <category>Javascript</category>
      </categories>
      <tags>
        <tag>ExtJS</tag>
        <tag>文件上传</tag>
        <tag>FileUploadField</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Struts2的一个和多个文件上传的实现]]></title>
    <url>%2Fstruts2-multiple-file-upload-programming-realization.html</url>
    <content type="text"></content>
      <categories>
        <category>J2EE</category>
      </categories>
      <tags>
        <tag>Struts2</tag>
        <tag>文件上传</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[局域网使用NAPT实现访问外部网络(互联网)的网络配置]]></title>
    <url>%2Flan-to-access-external-networks-to-achieve-using-napt-the-internet-network-configuration.html</url>
    <content type="text"></content>
      <categories>
        <category>网络知识</category>
      </categories>
      <tags>
        <tag>NAPT</tag>
        <tag>NAT</tag>
        <tag>网络配置</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[8251A串行通信和8253计数器编程举例]]></title>
    <url>%2F8251a-serial-communication-and-programming-8253-counter-example.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>8251A</tag>
        <tag>芯片</tag>
        <tag>8253</tag>
        <tag>编程实例</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[可编程并行接口8255A芯片使用逻辑电平开关控制LED显示]]></title>
    <url>%2F8255a-programmable-parallel-interface-chip-for-logic-level-switch-control-led-display.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>芯片</tag>
        <tag>8255A</tag>
        <tag>并行通信</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[关于学习底层编程和高级语言的区别与联系]]></title>
    <url>%2Funderlying-programming-and-high-level-language-connection.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>编程体会</tag>
        <tag>编程经验</tag>
        <tag>内功</tag>
        <tag>技能</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[学习计算机的一些方法，避免误入歧途]]></title>
    <url>%2Fsome-computer-learning-ways-to-avoid-going-astray.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>学习方法</tag>
        <tag>编程体会</tag>
        <tag>编程经验</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[系统从实模式跳转到保护模式的基本步骤]]></title>
    <url>%2Fsystem-jump-from-real-mode-to-protected-mode.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>保护模式</tag>
        <tag>操作系统</tag>
        <tag>实模式</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Ubuntu安装方案 超炫界面 VirtualBox让你从windows到Linux适应的完美过渡]]></title>
    <url>%2Fubuntu-install-program-windows-for-perfect-transition.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Ubuntu</tag>
        <tag>VirtualBox</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[VirtualBox安装windowsXP共享硬盘文件问题]]></title>
    <url>%2Fvirtualbox-installation-windowsxp-problem-shared-hard-drive-files.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>VirtualBox</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[虚拟机装不了系统，镜像文件用不了？很可能是分区工具的问题]]></title>
    <url>%2Fcan-not-install-a-virtual-machine-is-probably-the-problem.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>Linux</tag>
        <tag>分区工具</tag>
        <tag>镜像文件</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[一个最简单的系统引导扇区的实现方法（Boot Sector）]]></title>
    <url>%2Fsimple-system-boot-sector-boot-sector.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>操作系统</tag>
        <tag>Linux</tag>
        <tag>引导扇区</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[汇编中的10H中断int 10h详细说明]]></title>
    <url>%2Fassembly-int-10h-description.html</url>
    <content type="text"></content>
      <categories>
        <category>汇编语言</category>
      </categories>
      <tags>
        <tag>汇编语言</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Fedora与Redhat系统忘记密码的快速解决办法]]></title>
    <url>%2Ffedora-and-redhat-systems-solutions-quickly-forgotten-password.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Linux</tag>
        <tag>Fedora</tag>
        <tag>Redhat</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ubuntu下安装Bochs虚拟机的方法及其可能遇到的make问题]]></title>
    <url>%2Fubuntu-install-bochs-virtual-machine-method.html</url>
    <content type="text"></content>
      <categories>
        <category>操作系统</category>
      </categories>
      <tags>
        <tag>Linux</tag>
        <tag>Ubuntu</tag>
        <tag>Bochs</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[8255A芯片的初始化程序流程]]></title>
    <url>%2F8255a-chip-initialization-program-flow.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>8251A</tag>
        <tag>芯片</tag>
        <tag>初始化</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[8251A查询法收发数据的通信程序]]></title>
    <url>%2F8251a-querying-the-communication-program-of-sending-and-receiving-data.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>8251A</tag>
        <tag>收发数据</tag>
        <tag>查询法</tag>
        <tag>芯片</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[8253/8254的编程约定]]></title>
    <url>%2F82538254-programming-conventions.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>芯片</tag>
        <tag>编程约定</tag>
        <tag>8253/8254</tag>
        <tag>原则</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[据说这套试题对于软考很有帮助，大家可以看看]]></title>
    <url>%2Fthe-test-is-said-to-be-helpful-for-the-software-exam-we-can-see.html</url>
    <content type="text"></content>
      <categories>
        <category>编程分享</category>
      </categories>
      <tags>
        <tag>笔试</tag>
        <tag>软考</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[8259A初始化过程步骤]]></title>
    <url>%2F8259a-initialization-process.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>芯片</tag>
        <tag>初始化</tag>
        <tag>8259A</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[8251A的编程约定]]></title>
    <url>%2F8251a-programming-conventions.html</url>
    <content type="text"></content>
      <categories>
        <category>硬件知识</category>
      </categories>
      <tags>
        <tag>8251A</tag>
        <tag>芯片</tag>
        <tag>编程约定</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[汇编cmp指令和条件转移指令实现高级语言中的IF语句功能]]></title>
    <url>%2Fcmp-assembly-instructions-and-conditional-branch-instructions-to-achieve-high-level-language-functions-in-the-if-statement.html</url>
    <content type="text"></content>
      <categories>
        <category>汇编语言</category>
      </categories>
      <tags>
        <tag>汇编语言</tag>
        <tag>条件转移指令</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用call和ret实现汇编中的子程序]]></title>
    <url>%2Fachieved-using-the-call-and-ret-in-the-compilation-routine.html</url>
    <content type="text"></content>
      <categories>
        <category>汇编语言</category>
      </categories>
      <tags>
        <tag>子程序</tag>
        <tag>汇编语言</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[汇编中的大小写字母转换的方法]]></title>
    <url>%2Fuppercase-and-lowercase-letters-in-the-compilation-method-of-conversion.html</url>
    <content type="text"></content>
      <categories>
        <category>汇编语言</category>
      </categories>
      <tags>
        <tag>汇编语言</tag>
        <tag>大小写字母转换</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[锐捷S21系列交换机密码丢失的解决方法]]></title>
    <url>%2Fruijie-s21-series-switches-password-lost-solutions.html</url>
    <content type="text"></content>
      <categories>
        <category>网络配置</category>
      </categories>
      <tags>
        <tag>网络配置</tag>
        <tag>网络知识</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用TFTP备份还原交换机中的配置文件]]></title>
    <url>%2Frestore-the-backup-using-the-tftp-configuration-file-switch.html</url>
    <content type="text"></content>
      <categories>
        <category>网络配置</category>
      </categories>
      <tags>
        <tag>网络配置</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[使用masm for windows编译并跟踪调试程序]]></title>
    <url>%2Fusing-masm-for-windows-debugger-compile-and-track.html</url>
    <content type="text"></content>
      <categories>
        <category>汇编语言</category>
      </categories>
      <tags>
        <tag>汇编语言</tag>
        <tag>masm for windows</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Ext.dd.DD模拟桌面图标自动对齐]]></title>
    <url>%2Fext-dd-dd-analog-desktop-icons-automatically-aligned.html</url>
    <content type="text"></content>
      <categories>
        <category>ExtJS</category>
      </categories>
      <tags>
        <tag>网页设计</tag>
        <tag>ExtJS</tag>
        <tag>自动对齐</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS拖放技术DragSource拖动到指定区域DDTarget]]></title>
    <url>%2Fextjs-drag-drag-and-drop-technology-to-the-designated-area-ddtarget-dragsource.html</url>
    <content type="text"></content>
      <categories>
        <category>ExtJS</category>
      </categories>
      <tags>
        <tag>网页设计</tag>
        <tag>ExtJS</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[Java递归删除目录中的子目录和文件的方法]]></title>
    <url>%2Fjava-recursively-delete-subdirectories-and-files-in-the-directory-method.html</url>
    <content type="text"></content>
      <categories>
        <category>Java基础</category>
      </categories>
      <tags>
        <tag>Java</tag>
        <tag>递归删除</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[ExtJS在树TreePanel之间拖放结点]]></title>
    <url>%2Fextjs-drag-and-drop-between-the-tree-nodes-treepanel.html</url>
    <content type="text"></content>
      <categories>
        <category>ExtJS</category>
      </categories>
      <tags>
        <tag>网页设计</tag>
        <tag>ExtJS</tag>
        <tag>TreePanel拖放</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[树形组建TreePanel从servlet中读取JSON数据]]></title>
    <url>%2Ftree-formation-treepanel-read-json-data-from-the-servlet.html</url>
    <content type="text"></content>
      <categories>
        <category>ExtJS</category>
      </categories>
      <tags>
        <tag>网页设计</tag>
        <tag>ExtJS</tag>
        <tag>TreePanel</tag>
        <tag>读取JSON</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[wordpress使用Delete-Revision插件删除多余的文章版本和优化数据库]]></title>
    <url>%2Fremove-the-excess-paper-version-of-wordpress-and-optimization-of-database-plug-delete-revision.html</url>
    <content type="text"></content>
      <categories>
        <category>PHP</category>
      </categories>
      <tags>
        <tag>网页设计</tag>
        <tag>wordpress</tag>
        <tag>Delete-Revision</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[IE6下常见的几个CSS兼容问题]]></title>
    <url>%2Fseveral-under-the-common-css-ie6-compatibility.html</url>
    <content type="text"></content>
      <categories>
        <category>CSS+DIV</category>
      </categories>
      <tags>
        <tag>CSS+DIV</tag>
        <tag>IE6的CSS兼容</tag>
        <tag>网页设计</tag>
      </tags>
  </entry>
  <entry>
    <title><![CDATA[3 idiots：追求卓越，成功就会在不经意间追上你]]></title>
    <url>%2F3-idiots-the-pursuit-of-excellence-and-success-will-inadvertently-catch-up-with-you.html</url>
    <content type="text"></content>
      <categories>
        <category>影视频道</category>
      </categories>
      <tags>
        <tag>3 idiots</tag>
        <tag>电影</tag>
      </tags>
  </entry>
</search>
