<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_奋斗</title><subtitle type="text">向自由的技术飞翔</subtitle><id>http://feed.cnblogs.com/blog/u/31545/rss</id><updated>2010-05-24T02:25:44Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/31545/rss"/><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/11/25/1610053.html</id><title type="text">页面且换时的效果</title><summary type="text">混合效果 代码如下： &amp;lt;meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)"&amp;gt; 盒状收缩效果 代码如下： &amp;lt;meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=0)"&amp;gt; 盒状放射效果 代码如下： &amp;lt;m...</summary><published>2009-11-25T01:00:00Z</published><updated>2009-11-25T01:00:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/11/25/1610053.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/11/25/1610053.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/09/18/1569653.html</id><title type="text">在线生成AJAX素材图片</title><summary type="text">http://www.webscriptlab.com/</summary><published>2009-09-18T11:06:00Z</published><updated>2009-09-18T11:06:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/09/18/1569653.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/09/18/1569653.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/09/13/1565875.html</id><title type="text">将汉字转化为汉语拼音的小工具</title><summary type="text">网上乱转,偶然看到一个很有意思的小工具,名字叫pinyin4j，可以把汉字转换为汉语拼音，利用他的话再配合上lucene、中文分词就可以做出类似google那种输入汉语拼音进行全文检索的功能了。实现的代码如下[代码]</summary><published>2009-09-13T09:44:00Z</published><updated>2009-09-13T09:44:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/09/13/1565875.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/09/13/1565875.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/08/25/1553578.html</id><title type="text">无聊了,恶搞一下,程序员每天必须开的页面</title><summary type="text">内容如下:[代码]大家注意身体啊</summary><published>2009-08-25T05:33:00Z</published><updated>2009-08-25T05:33:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/25/1553578.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/25/1553578.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/08/21/1551756.html</id><title type="text">防盗链原理</title><summary type="text">防盗链原理： http标准协议中有专门的字段记录referer 一来可以追溯上一个入站地址是什么 二来对于资源文件，可以跟踪到包含显示他的网页地址是什么。 因此所有防盗链方法都是基于这个Referer字段 网上比较多的2种 一种是使用apache文件FileMatch限制，在httpd.conf中增加 ( 其实也可以将把下面的语句存成一个.htaccess文件)，并放到你的网站的根目录（就是www...</summary><published>2009-08-21T15:30:00Z</published><updated>2009-08-21T15:30:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/21/1551756.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/21/1551756.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/08/04/1538824.html</id><title type="text">利用commonsfileupload+ffmpeg+mencoder完成视频的上传与转换(2)</title><summary type="text">这两天完善了一下视频转换这个东西,以前做的那套东西上传完之后就开始转换,无法适应大并发量下的视频转换(我觉得同时有10个ffmpeg进程在转视频服务器肯定要挂掉)，所以我用了另一套方案，视频上传之后先不转换，把视频的基本信息存到数据库中，然后由程序定时的从数据库中读取数据，依次转换视频。具体做法是：1、上传文件，将文件名存入数据库，同时在数据库标明videostat字段为0（表示未转换）　　2、通...</summary><published>2009-08-04T09:45:00Z</published><updated>2009-08-04T09:45:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/04/1538824.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/04/1538824.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/08/03/1537870.html</id><title type="text">JAVA上传文件进度条的实现</title><summary type="text">很久不在这里发帖子了,最近在家闲来无事,想到转视频的那东西又要做了,遂翻出以前的帖子,看到一年前丰哥让我做一下文件上传的进度条....额~~那就做一下吧。东西很简单，主要用到commons-fileupload，其中有一个progressListener的接口，该接口可以实现实时更新已上传文件的大小，有了这个还说什么呢？给出代码[代码]然后在上传得servlet或action中加入这样一段代码，就...</summary><published>2009-08-03T11:46:00Z</published><updated>2009-08-03T11:46:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/03/1537870.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/08/03/1537870.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/05/20/1469589.html</id><title type="text">JAVA实现精确的加减乘除</title><summary type="text">package lc.util;import java.math.BigDecimal;public class MathHelper {private static final int DEF_DIV_SCALE = 10;private MathHelper() {}/** * 提供精确的加法运算。 *  * @param v1 * 被加数 * @param v2 * 加数 * @return...</summary><published>2009-05-20T09:13:00Z</published><updated>2009-05-20T09:13:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/05/20/1469589.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/05/20/1469589.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/05/08/1452661.html</id><title type="text">通过jdbc 连接 Access</title><summary type="text">import java.sql.*;public class Access{public static void main(String args[]){try{String strurl="jdbc:odbc:driver={Microsoft Access Driver (*.mdb)};DBQ=books.mdb";Class.forName("sun.jdbc.odbc.JdbcOdbcD...</summary><published>2009-05-08T07:08:00Z</published><updated>2009-05-08T07:08:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/05/08/1452661.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/05/08/1452661.html"/></entry><entry><id>http://www.cnblogs.com/xiaoao808/archive/2009/03/16/1413631.html</id><title type="text">Struts2&amp;amp;Jquery 新闻发布</title><summary type="text">又一个新闻发布......比以前的更加人性化了，用到了Struts2、Struts2的JSON插件，前台js用了Jquery库，自己看吧。欢迎大家提出自己的宝贵意见。关于显示新闻的功能我还没有找到一个合适的AJAX表现形式，所以还没有完成，欢迎大家给我个建议点击下载源码</summary><published>2009-03-16T09:48:00Z</published><updated>2009-03-16T09:48:00Z</updated><author><name>李超@hicc</name><uri>http://www.cnblogs.com/xiaoao808/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaoao808/archive/2009/03/16/1413631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaoao808/archive/2009/03/16/1413631.html"/></entry></feed>
