<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Wooley</title><description>A personal engineering journal for the AI era.</description><link>https://wooley.me/</link><item><title>Qwen3-ASR 与 Qwen3-TTS GGUF 怎么选：Jetson AGX Orin 本地语音部署指南</title><link>https://wooley.me/blog/qwen3-agx-orin-selection/</link><guid isPermaLink="true">https://wooley.me/blog/qwen3-agx-orin-selection/</guid><description>Qwen3-ASR、ForcedAligner 与 TTS GGUF 在 Jetson AGX Orin 32GB/64GB 上的模型选型、编译和部署建议。</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate><category>Qwen3</category><category>audio.cpp</category><category>Jetson</category><category>ASR</category><category>TTS</category></item><item><title>Jetson AGX Orin 64GB + MDN701 V10 第三方载板刷机教程</title><link>https://wooley.me/blog/jetson-agx-orin-mdn701v10-nvme-flash/</link><guid isPermaLink="true">https://wooley.me/blog/jetson-agx-orin-mdn701v10-nvme-flash/</guid><description>在 Ubuntu 22.04 Host 上，使用 NVIDIA Jetson Linux R36.4.3 与厂家 BSP，通过 l4t_initrd_flash.sh 将 Jetson AGX Orin 64GB 刷写到 NVMe。</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><category>Jetson</category><category>NVIDIA</category><category>嵌入式</category><category>刷机</category></item><item><title>在 NVIDIA Jetson AGX Orin 上编译 CUDA KataGo，并通过 SSH 接入 Sabaki</title><link>https://wooley.me/blog/katago-agx-orin-sabaki-config/</link><guid isPermaLink="true">https://wooley.me/blog/katago-agx-orin-sabaki-config/</guid><description>记录在 NVIDIA Jetson AGX Orin 上编译 CUDA KataGo，并通过 SSH 让 Mac 上的 Sabaki 调用远端引擎的完整配置经验。</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><category>KataGo</category><category>Jetson</category><category>CUDA</category><category>Sabaki</category><category>围棋</category></item><item><title>PaddleOCR 3.7 在 Jetson AGX Orin 上编译 C++ 推理部署</title><link>https://wooley.me/blog/paddleocr-3-7-agx-orin-cpp-build-deploy/</link><guid isPermaLink="true">https://wooley.me/blog/paddleocr-3-7-agx-orin-cpp-build-deploy/</guid><description>记录在 Jetson AGX Orin 上编译 PaddleOCR 3.7 C++ 推理运行库，适配 CUDA/Jetson 环境，并完成 PP-OCRv6 GPU 部署的过程。</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><category>PaddleOCR</category><category>Jetson</category><category>CUDA</category><category>C++</category><category>OCR</category></item><item><title>如何从 0 基础开始学习 AI</title><link>https://wooley.me/blog/how-to-learn-ai-from-zero/</link><guid isPermaLink="true">https://wooley.me/blog/how-to-learn-ai-from-zero/</guid><description>不追逐工具，不从复杂技术开始，建立一条普通人可以长期坚持的 AI 学习路径。</description><pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate><category>AI</category><category>学习方法</category><category>个人成长</category></item><item><title>当48岁的软件工程师遇见AI</title><link>https://wooley.me/blog/engineer-meets-ai/</link><guid isPermaLink="true">https://wooley.me/blog/engineer-meets-ai/</guid><description>写了二十多年软件之后，我不想成为 AI 时代的旁观者。这不是一次职业转向，而是把长期积累重新接入未来。</description><pubDate>Thu, 30 Jul 2026 08:30:00 GMT</pubDate><category>AI</category><category>工程师</category><category>个人成长</category></item><item><title>你好，这里是 wooley.me</title><link>https://wooley.me/blog/hello-wooley/</link><guid isPermaLink="true">https://wooley.me/blog/hello-wooley/</guid><description>为什么我决定在 AI 时代重新开始建设自己的个人知识博客。</description><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate><category>随笔</category><category>AI</category><category>个人知识</category></item><item><title>在线用户管理设计</title><link>https://wooley.me/blog/archive-652/</link><guid isPermaLink="true">https://wooley.me/blog/archive-652/</guid><description>在线用户管理 伺服器端设计 采用SQLite内存资料库进行持久化在线用户资讯 User 数据结构 struct User { String Guid; // Erp系统内Guid String Code; // 登录使…</description><pubDate>Thu, 05 Jan 2017 09:34:44 GMT</pubDate><category>C++</category></item><item><title>登录服务相关设计</title><link>https://wooley.me/blog/archive-651/</link><guid isPermaLink="true">https://wooley.me/blog/archive-651/</guid><description>登录服务设计 服务端启动原理： 首先读取同目录下配置文件 { &quot;&quot;, &quot;server info list&quot;: { &quot;server hub&quot;:&quot;&quot;, &quot;ip&quot;:0.0.0.0, &quot;port&quot;:4888, &quot;update…</description><pubDate>Thu, 05 Jan 2017 08:15:42 GMT</pubDate><category>C++</category></item><item><title>系统登录发现服务设计</title><link>https://wooley.me/blog/archive-650/</link><guid isPermaLink="true">https://wooley.me/blog/archive-650/</guid><description>设计方案基于UDP实现。 基本流程： 服务端绑定4886端口进行进行广播监听，当收到 Discovery.ClientName.IP 时，对相应客户端回复自身的连接信息如： earth/instance1 。客户端监听…</description><pubDate>Thu, 05 Jan 2017 08:01:36 GMT</pubDate><category>C++</category></item><item><title>基于Libuv的文件更新服务器设计</title><link>https://wooley.me/blog/archive-649/</link><guid isPermaLink="true">https://wooley.me/blog/archive-649/</guid><description>目标：使用Libuv库，以TCP为基础，建立内部文件传输协议规格。 端口：4898 下载服务： 1.文件更新系统 2.文件附件系统 上传服务： 1.客户端上传文件（大小限制） 2.上传文件目录体系 3.短目录设计 消息…</description><pubDate>Thu, 05 Jan 2017 07:54:26 GMT</pubDate><category>C++</category></item><item><title>梦想的本质</title><link>https://wooley.me/blog/archive-643/</link><guid isPermaLink="true">https://wooley.me/blog/archive-643/</guid><description>梦想的本质（旧博客存档）</description><pubDate>Wed, 11 Sep 2013 03:21:31 GMT</pubDate><category>生活点滴</category></item><item><title>日本棋院买的扇子</title><link>https://wooley.me/blog/archive-639/</link><guid isPermaLink="true">https://wooley.me/blog/archive-639/</guid><description>托同学在日本棋院买的扇子。挺不错。 大竹英雄 羽根直树 吴清源 藤泽秀行 武宫正树 小林光一</description><pubDate>Mon, 12 Aug 2013 07:02:00 GMT</pubDate><category>棋院</category><category>生活点滴</category></item><item><title>全部儿童教育资源</title><link>https://wooley.me/blog/archive-622/</link><guid isPermaLink="true">https://wooley.me/blog/archive-622/</guid><description>●网盘资源下载方法：点击查看 ●所有资源直接下载：点击查看 ●英语启蒙阶段的儿歌、Phonics自然拼读法及原版动画资源的分类整理表格及下载汇总 01.儿童英语分级教材及读物 加州教材汇总 Treasures 儿童英语…</description><pubDate>Wed, 31 Jul 2013 07:46:38 GMT</pubDate><category>有声读物</category><category>成长路上</category></item><item><title>驾照理论考试即将到来</title><link>https://wooley.me/blog/archive-601/</link><guid isPermaLink="true">https://wooley.me/blog/archive-601/</guid><description>考驾照真是件麻烦事，下周就要理论了。突击了一下，终于把模拟分数做到99了。多少年都没考试了，真有点紧张嘿。 模拟考试</description><pubDate>Wed, 10 Jul 2013 09:25:42 GMT</pubDate><category>驾照</category><category>生活点滴</category></item><item><title>恭喜小顾</title><link>https://wooley.me/blog/archive-598/</link><guid isPermaLink="true">https://wooley.me/blog/archive-598/</guid><description>南京市阳光儿童围棋赛结束了。小顾虽然是幼儿组，但同组也算高手云集，最高有达到4段。经过两天的激烈比赛，获得4胜3负，第八的成绩。小顾加油！</description><pubDate>Fri, 05 Jul 2013 01:15:00 GMT</pubDate><category>阳光体育</category><category>成长路上</category></item><item><title>今天域名解析出问题了</title><link>https://wooley.me/blog/archive-595/</link><guid isPermaLink="true">https://wooley.me/blog/archive-595/</guid><description>估计还是和那个什么有关系，只能等。连DNSPOD解析的域名也不正常。</description><pubDate>Thu, 27 Jun 2013 05:53:44 GMT</pubDate><category>随笔</category></item><item><title>github 使用 ssh 方式认证登录</title><link>https://wooley.me/blog/archive-589/</link><guid isPermaLink="true">https://wooley.me/blog/archive-589/</guid><description>z:http://www.wojilu.com/forum1/topic/2235 github 使用 ssh 方式认证登录。   官方文档：http://help.github.com/ssh-key-passphr…</description><pubDate>Fri, 14 Jun 2013 02:20:42 GMT</pubDate><category>git</category><category>ssh</category><category>程序人生</category></item><item><title>小顾的段位证书</title><link>https://wooley.me/blog/archive-566/</link><guid isPermaLink="true">https://wooley.me/blog/archive-566/</guid><description>看上去是不是挺酷的。</description><pubDate>Fri, 07 Jun 2013 01:57:44 GMT</pubDate><category>段位证书</category><category>成长路上</category></item><item><title>好吃的冰棍</title><link>https://wooley.me/blog/archive-564/</link><guid isPermaLink="true">https://wooley.me/blog/archive-564/</guid><description>昨天下午围棋课结束，梁老师为了鼓励一下小顾和小米同学，一人奖励一根冰棍。小顾因为有过敏症状，医生关照发育前都不要吃冷饮。 这次，吃上了，真是过瘾啊。本来下课就可以回家了，他说：“我等吃完再回去吧，要不然奶奶就要没收了。…</description><pubDate>Wed, 05 Jun 2013 01:31:14 GMT</pubDate><category>成长路上</category></item><item><title>小顾发烧了</title><link>https://wooley.me/blog/archive-559/</link><guid isPermaLink="true">https://wooley.me/blog/archive-559/</guid><description>昨晚下棋，中盘互相杀龙，一度我占上风。两人都非常投入，最终，我屠龙失败，投子认输。 一看他小脸通红，一摸额头，也很烫，以为是上头，赶紧洗洗睡觉了。晚上一直感觉他的身体比较热，有些不正常。 早上起来，一测体温，38.5C…</description><pubDate>Mon, 27 May 2013 08:13:39 GMT</pubDate><category>成长路上</category><category>未分类</category></item><item><title>本来想去看天元赛的，最终无法成行</title><link>https://wooley.me/blog/archive-556/</link><guid isPermaLink="true">https://wooley.me/blog/archive-556/</guid><description>这几天，同里天元赛正在进行中，这个时间定的刚好是工作日。网上也找不到活动日程，今天才知道聂老在镇广场有小棋手的指导棋。另外，小顾这几天都说嗓子疼，不敢带他出门了。反正各种原因没法成行，可惜了，这次没带小顾去见识见识。…</description><pubDate>Wed, 15 May 2013 01:25:33 GMT</pubDate><category>天元赛</category><category>成长路上</category></item><item><title>几个对弈网站某些特性的比较</title><link>https://wooley.me/blog/archive-553/</link><guid isPermaLink="true">https://wooley.me/blog/archive-553/</guid><description>在这几个月的对弈客户端的编程中，玄玄围棋先后连上了中国围棋网（CWS）、熊猫围棋网（即原来的IGS）、Tom、弈城（YC）。它们有各自不同的特性。从对它们的比较中我们大致可以看出对弈软件（包括服务器和客户端）的发展。这…</description><pubDate>Thu, 09 May 2013 08:45:03 GMT</pubDate><category>程序人生</category></item><item><title>JavaScript之JSON详解</title><link>https://wooley.me/blog/archive-551/</link><guid isPermaLink="true">https://wooley.me/blog/archive-551/</guid><description>向服务器发出Ajax请求时，可以以两种不同的方式从服务器响应检索数据：一种是使用XMLHttpRequest对象的reponseXML属性访问XML格式的数据；一种是XMLHttpRequest对象的responseT…</description><pubDate>Wed, 08 May 2013 01:16:02 GMT</pubDate><category>JSON</category><category>程序人生</category></item><item><title>恭喜小顾定段成功</title><link>https://wooley.me/blog/archive-528/</link><guid isPermaLink="true">https://wooley.me/blog/archive-528/</guid><description>金陵杯第一阶段的定段赛今天结束了。 定段赛相比定级，激烈的不少，8盘棋分了两天的赛程。这一轮定段，有350多名小朋友参加，规模还是很大的。 第一天的比赛，其实我比小家伙兴奋，早上5：30就醒了，起来后准备好了应用物品。…</description><pubDate>Tue, 30 Apr 2013 12:38:23 GMT</pubDate><category>定段</category><category>金陵杯</category><category>成长路上</category></item><item><title>拖延症患者是怎么过日子的</title><link>https://wooley.me/blog/archive-522/</link><guid isPermaLink="true">https://wooley.me/blog/archive-522/</guid><description>拖延症患者是怎么过日子的（旧博客存档）</description><pubDate>Thu, 25 Apr 2013 02:36:32 GMT</pubDate><category>拖延症</category><category>段子</category></item><item><title>盛泽有个“老刘谦” “热恋”魔术40年</title><link>https://wooley.me/blog/archive-507/</link><guid isPermaLink="true">https://wooley.me/blog/archive-507/</guid><description>小顾和他老师说，我爷爷上报纸了，很牛气的样子。 把那个新闻帖出来吧。 近日，东太湖论坛网友“慢悠悠”发帖《老先生的小魔术》，三段视频中，一名老人展示了自动滑落的螺母、手臂解结、变红布三个近景魔术。“慢悠悠”在帖子中介绍…</description><pubDate>Wed, 24 Apr 2013 03:57:49 GMT</pubDate><category>魔术</category><category>成长路上</category></item><item><title>Agg vs. Cairo 二维绘图引擎之比较和选择</title><link>https://wooley.me/blog/archive-504/</link><guid isPermaLink="true">https://wooley.me/blog/archive-504/</guid><description>当今时代对于作为二维图形软件开发者， 是幸运的。因为除了Windows GDI/GDI+之外，我们还有很多其他的选择。而且这些选择除了能跨平台之外，性能上与原始GDI/GDI+相比，都不逊色。 如果不考虑绘图的效果，使…</description><pubDate>Fri, 19 Apr 2013 03:06:21 GMT</pubDate><category>AGG</category><category>Cairo</category><category>C++</category></item><item><title>AGG手册最后关于适应性细分法描画贝塞尔曲线的感触</title><link>https://wooley.me/blog/archive-500/</link><guid isPermaLink="true">https://wooley.me/blog/archive-500/</guid><description>看到第八节，是关于Bezier Curves的讨论，翻看其代码， files agg curves.h, agg curves.cpp 中间有不少演进的过程，从文章看，作者原来使用的是土办法。不过效果还是不错的。 后面…</description><pubDate>Thu, 18 Apr 2013 08:24:03 GMT</pubDate><category>计算机图形学</category><category>贝塞尔曲线</category><category>C++</category></item><item><title>DNSPod开始支持IPV6了</title><link>https://wooley.me/blog/archive-497/</link><guid isPermaLink="true">https://wooley.me/blog/archive-497/</guid><description>可以支持IPV6，牛掰</description><pubDate>Thu, 18 Apr 2013 02:00:28 GMT</pubDate><category>DNSPod</category><category>IPV6</category><category>随笔</category></item><item><title>AGG手册示例像素渲染器之bland部分在BCB下的编译问题</title><link>https://wooley.me/blog/archive-492/</link><guid isPermaLink="true">https://wooley.me/blog/archive-492/</guid><description>这个例子是描画阳光的光谱。rgba 类包含有 4 个浮点数的颜色部分（包括alpha），这个类有一个静态函数 from wavelength ，以及相应的构造函数。rgba8 可以用 rgba 来构造（在 AGG 中这…</description><pubDate>Wed, 17 Apr 2013 09:13:38 GMT</pubDate><category>AGG</category><category>BUG</category><category>光谱示例</category><category>C++</category></item><item><title>如何在BCB2010上编译AGG库</title><link>https://wooley.me/blog/archive-486/</link><guid isPermaLink="true">https://wooley.me/blog/archive-486/</guid><description>AGG相对于GDI+，拥有跨平台的优势，在学习的角度看，复用性更高。 由于新项目基于BCB2010，于是尝试在这个平台做些实例。 AGG有Dephi版本，AGG@PAS ，可以在D2009&amp;D2010使用。 这里使用的…</description><pubDate>Wed, 17 Apr 2013 06:28:56 GMT</pubDate><category>AGG</category><category>BCB2010</category><category>C++</category><category>程序人生</category></item><item><title>基于SAE Python开发的两个应用</title><link>https://wooley.me/blog/archive-473/</link><guid isPermaLink="true">https://wooley.me/blog/archive-473/</guid><description>1.一款运行在SAE Python上的轻型博客程序 示例站：http://saepy.sinaapp.com 源码地址：https://code.google.com/p/sae-python-tornado-blog…</description><pubDate>Tue, 02 Apr 2013 03:34:47 GMT</pubDate><category>Python</category></item><item><title>SAE上部署Django (Mac OSX)</title><link>https://wooley.me/blog/archive-471/</link><guid isPermaLink="true">https://wooley.me/blog/archive-471/</guid><description>转自：http://765i.cn/sae上部署django-mac-osx/ Deploying Django on SAE (Mac OSX) Sina App Engine（简称SAE）是新浪研发中心推出的国内首…</description><pubDate>Sat, 30 Mar 2013 06:11:33 GMT</pubDate><category>Mac</category><category>Python</category><category>SAE</category></item><item><title>开发者如何提升和推销自己</title><link>https://wooley.me/blog/archive-469/</link><guid isPermaLink="true">https://wooley.me/blog/archive-469/</guid><description>1.写博客，至少每月发布一篇文章； 2\. 参与开源； 3\. 不要频繁跳槽，也不要举步不前； 4\. 放眼未来，着手实际； 5\. 写你自己的文档； 6\. 简洁是灵魂； 7\. 在公共场合演讲； 8\. 成为现实主…</description><pubDate>Wed, 20 Mar 2013 09:59:38 GMT</pubDate><category>开发者</category><category>程序人生</category></item><item><title>亚马逊向网络出版商推“发送至Kindle”按钮</title><link>https://wooley.me/blog/archive-468/</link><guid isPermaLink="true">https://wooley.me/blog/archive-468/</guid><description>新浪科技讯 北京时间3月20日下午消息，亚马逊周二宣布，从现在起，该公司将允许出版商在其网站和WordPress博客上添加“发送至Kindle”(Send to Kindle)按钮。 美国《华盛顿邮报》、《时代》杂志和…</description><pubDate>Wed, 20 Mar 2013 07:36:03 GMT</pubDate><category>Kindle</category><category>随笔</category></item><item><title>八字不合</title><link>https://wooley.me/blog/archive-465/</link><guid isPermaLink="true">https://wooley.me/blog/archive-465/</guid><description>今天看到一篇吐槽Parallels Desktop的文章，想想我和这个东东也是八字不合吧。很难稳定开启，而且还会让整个MAC系统宕掉，害我关机都关不掉。 看来我也换VM算了，晚上回去就删了他。</description><pubDate>Tue, 19 Mar 2013 01:15:59 GMT</pubDate><category>MAC使用</category></item><item><title>一杯茶</title><link>https://wooley.me/blog/archive-462/</link><guid isPermaLink="true">https://wooley.me/blog/archive-462/</guid><description>今天和小顾复盘的时候，我咳嗽的厉害，他突然腾腾的跑到厨房，端了喝水的杯子，问奶奶里面水能不能喝，确认能喝后，送到了我的面前。谁说女儿是妈妈的小棉袄！小顾也是爸爸的小棉裤！</description><pubDate>Mon, 18 Mar 2013 13:55:02 GMT</pubDate><category>成长路上</category></item><item><title>小顾教棋</title><link>https://wooley.me/blog/archive-457/</link><guid isPermaLink="true">https://wooley.me/blog/archive-457/</guid><description>小顾昨天教他妈妈下棋，边下边讲解，点着其中一步，学着梁老师的口气说：“嗯，这步棋下的有点臭臭！” 小顾，你不要这么搞笑好不好。</description><pubDate>Sun, 10 Mar 2013 04:22:31 GMT</pubDate><category>成长路上</category></item><item><title>SAE Python平台正式对外开放了</title><link>https://wooley.me/blog/archive-445/</link><guid isPermaLink="true">https://wooley.me/blog/archive-445/</guid><description>SAE Python平台正式对外开放啦！ SAE Python平台于2011年8月开始开发，2012年年初发布测试版，经过一年多的测试升级后，2013年2月底正式结束公测，对外开放。 即日起，所有SAE用户均可自由创建…</description><pubDate>Thu, 28 Feb 2013 14:43:28 GMT</pubDate><category>Python</category><category>SAE</category><category>程序人生</category></item><item><title>恭喜小顾定级成功</title><link>https://wooley.me/blog/archive-420/</link><guid isPermaLink="true">https://wooley.me/blog/archive-420/</guid><description>周六的围棋定级赛，小顾不负众望，以5胜2负的成绩，成功定上一级。老爸我表示相当高兴，加油儿子。</description><pubDate>Mon, 25 Feb 2013 01:37:19 GMT</pubDate><category>定级</category><category>成长路上</category></item><item><title>新的一年又开始了</title><link>https://wooley.me/blog/archive-416/</link><guid isPermaLink="true">https://wooley.me/blog/archive-416/</guid><description>日子过得是真快，一天又一天，一年又一年。 新的一年又开始了，继续努力吧!</description><pubDate>Mon, 18 Feb 2013 01:07:46 GMT</pubDate><category>随笔</category></item><item><title>整合又拍云至博客</title><link>https://wooley.me/blog/archive-409/</link><guid isPermaLink="true">https://wooley.me/blog/archive-409/</guid><description>送福利测试 天鹤zz</description><pubDate>Thu, 07 Feb 2013 03:21:58 GMT</pubDate><category>未分类</category><category>随笔</category></item><item><title>这次空间宕了8小时</title><link>https://wooley.me/blog/archive-398/</link><guid isPermaLink="true">https://wooley.me/blog/archive-398/</guid><description>考虑要搞个同步的备份空间了。 放了棋院的网站，这么着可不行了。 原来不是挺稳定的吗？</description><pubDate>Fri, 01 Feb 2013 03:58:59 GMT</pubDate><category>生活点滴</category></item><item><title>昨天下棋又输给小顾了</title><link>https://wooley.me/blog/archive-395/</link><guid isPermaLink="true">https://wooley.me/blog/archive-395/</guid><description>好不容易扳成1：1平，他还要加赛一局，最后我老人家输了20目以上。今天再下，要多占实地，这小子吃棋有点厉害了，算不过他。</description><pubDate>Wed, 30 Jan 2013 07:24:58 GMT</pubDate><category>成长路上</category></item><item><title>栖霞棋院网站LOGO外链测试</title><link>https://wooley.me/blog/archive-387/</link><guid isPermaLink="true">https://wooley.me/blog/archive-387/</guid><description>测试又拍网图床 加入放盗链后，应该不显示。 加入本站白名单后，应该显示。 测试成功。</description><pubDate>Wed, 30 Jan 2013 07:14:29 GMT</pubDate><category>程序人生</category></item><item><title>老师，我要小便</title><link>https://wooley.me/blog/archive-386/</link><guid isPermaLink="true">https://wooley.me/blog/archive-386/</guid><description>小顾昨晚睡的很香，到了凌晨开始翻来翻去，估计是要小便了。这时，小顾突然喊了起来：“老师，我要小便！” 我笑的差点从床上掉下去。：）</description><pubDate>Tue, 29 Jan 2013 08:07:21 GMT</pubDate><category>成长路上</category></item><item><title>调整404页面为公益404宝贝回家</title><link>https://wooley.me/blog/archive-378/</link><guid isPermaLink="true">https://wooley.me/blog/archive-378/</guid><description>公益404页面是由腾讯公司员工志愿者自主发起的互联网公益活动。 网站只需要在自己的404页面中嵌入一段简单的代码，就能通过互联网来迅速传播失踪儿童信息，从而提高找回失踪儿童的概率。失踪儿童信息来自宝贝回家寻子网。 ht…</description><pubDate>Tue, 29 Jan 2013 03:07:53 GMT</pubDate><category>公益404</category><category>生活点滴</category></item><item><title>MAC下不能读取NTFS格式U盘的问题</title><link>https://wooley.me/blog/archive-381/</link><guid isPermaLink="true">https://wooley.me/blog/archive-381/</guid><description>USB3.0 的U盘在MAC的复制速度真是飞快，可惜只能读，不能写，好在有tuxerantfs。 安装，重启后，完美读取NTFS格式。 下载：这里 SN：J0M1H-37VYL-YEVNK-VFVM5  </description><pubDate>Fri, 25 Jan 2013 09:40:20 GMT</pubDate><category>NTFS</category><category>MAC使用</category></item><item><title>centos6.0忘记root密码解决办法</title><link>https://wooley.me/blog/archive-379/</link><guid isPermaLink="true">https://wooley.me/blog/archive-379/</guid><description>之前虚拟机安装的Centos6忘了root密码，这下麻烦大了。放狗后，发现了改single模式修改密码的办法，可是打入passwd一点效果没有。原来是6.0和rhel 5不同了，seinunx开启的话，是没法修改密码的…</description><pubDate>Fri, 25 Jan 2013 02:50:32 GMT</pubDate><category>centos6.0</category><category>root密码</category><category>Linux</category></item><item><title>此为神人啊</title><link>https://wooley.me/blog/archive-374/</link><guid isPermaLink="true">https://wooley.me/blog/archive-374/</guid><description>美国电信运营商Verizon的安全审计发现，该公司的一位顶尖程序员将自己的工作外包给中国沈阳的一家软件公司。 Verizon为雇员提供了VPN允许他们在家里工作。内部的审计发现，公司明星程序员Bob的VPN登陆日志显示…</description><pubDate>Wed, 16 Jan 2013 07:31:46 GMT</pubDate><category>段子</category></item><item><title>post by iPhone</title><link>https://wooley.me/blog/archive-372/</link><guid isPermaLink="true">https://wooley.me/blog/archive-372/</guid><description>just a test Posted using Tinydesk blog app</description><pubDate>Sun, 13 Jan 2013 08:10:56 GMT</pubDate><category>未分类</category></item><item><title>有埋伏</title><link>https://wooley.me/blog/archive-367/</link><guid isPermaLink="true">https://wooley.me/blog/archive-367/</guid><description>之前和康康讲过诸葛亮出祁山，用计抢割麦子那段。 那天给他洗澡，浴室里雾气弥漫，小子开门一看，大喊，“不好，有埋伏！”</description><pubDate>Wed, 02 Jan 2013 10:17:35 GMT</pubDate><category>埋伏</category><category>段子</category><category>成长路上</category></item><item><title>我是怕混日子更累。。</title><link>https://wooley.me/blog/archive-363/</link><guid isPermaLink="true">https://wooley.me/blog/archive-363/</guid><description>一头马、一头驴听说唐僧要去西天取经，马立刻追随而去，经过九九八十一难，取回真经。驴问：兄弟，是不是很辛苦啊？马说：其实，在我去西天这段时间，您走的路一点都不比我少！而且还被蒙住眼睛，被人抽打。其实，我是怕混日子更累。。</description><pubDate>Wed, 02 Jan 2013 09:59:09 GMT</pubDate><category>段子</category><category>生活点滴</category></item><item><title>康康的围棋之路</title><link>https://wooley.me/blog/archive-344/</link><guid isPermaLink="true">https://wooley.me/blog/archive-344/</guid><description>今年年初，康康4周岁多点。我那时会经常带他去栖霞棋院看大哥哥大姐姐们下棋。他在门口居然会认真的听老师上课。有一次，下课了，和他在教室摆摆棋，许老师还给他指点了几招呢。 二月份的时候，棋院新开了入门班，康康虽然还不足4周…</description><pubDate>Mon, 24 Dec 2012 02:44:11 GMT</pubDate><category>围棋</category><category>定级</category><category>栖霞棋院</category><category>成长路上</category></item><item><title>段子</title><link>https://wooley.me/blog/archive-336/</link><guid isPermaLink="true">https://wooley.me/blog/archive-336/</guid><description>有个同学，在某传统企业当CIO，他们买的ERP系统限制同时打开的终端数量，于是他就找人写了个程序，当鼠标键盘5分钟没有人动的时候就杀死ERP客户进程。这是老段子了，原来讲过，新段子是：那些车间里的人最终发现了如何骗过这…</description><pubDate>Sat, 22 Dec 2012 07:17:24 GMT</pubDate><category>段子</category><category>生活点滴</category></item><item><title>至今仍有效的ME域名续费优惠小技巧</title><link>https://wooley.me/blog/archive-334/</link><guid isPermaLink="true">https://wooley.me/blog/archive-334/</guid><description>原来Godaddy上，通过购买一个web主机，再续费.me域名只要9$。不过这个活动到2012.12月已经无效了。怎么办，还算不错，找来找去，终于找到了papaok.com，这个站其实和狗爹是一家的，只是不同的分销商而…</description><pubDate>Sat, 22 Dec 2012 04:52:55 GMT</pubDate><category>me</category><category>域名</category><category>续费</category><category>生活点滴</category></item><item><title>ODB在1.8.0版本开始支持mssql</title><link>https://wooley.me/blog/archive-327/</link><guid isPermaLink="true">https://wooley.me/blog/archive-327/</guid><description>Support for the Microsoft SQL Server database. The provided connection factories include ‘new’ (a new connect…</description><pubDate>Tue, 11 Dec 2012 10:43:36 GMT</pubDate><category>程序人生</category></item><item><title>发现几个Python库，记录一下</title><link>https://wooley.me/blog/archive-325/</link><guid isPermaLink="true">https://wooley.me/blog/archive-325/</guid><description>1.这个库可以绘制图表，输出至png http://www.lorenzogil.com/projects/pycha/ 2.这个是Hook库，有点小邪恶，可以做不少事 http://sourceforge.net/p…</description><pubDate>Tue, 11 Dec 2012 10:43:04 GMT</pubDate><category>程序人生</category></item><item><title>netstat的全部参数及说明</title><link>https://wooley.me/blog/archive-323/</link><guid isPermaLink="true">https://wooley.me/blog/archive-323/</guid><description>备注一下，容易忘。 显示协议统计信息和当前 TCP/IP 网络连接。 NETSTAT -a -b -e -n -o -p proto -r -s -v interval -a 显示所有连接和监听端口。 -b 显示包含于…</description><pubDate>Tue, 11 Dec 2012 10:42:00 GMT</pubDate><category>程序人生</category></item><item><title>三脚猫</title><link>https://wooley.me/blog/archive-321/</link><guid isPermaLink="true">https://wooley.me/blog/archive-321/</guid><description>康康早上起来，我和他说等他再学段时间围棋啊，就能和大哥哥大姐姐去下了。他认真的说，是啊，我有时候下棋来还挺厉害的，有点三脚猫啊。</description><pubDate>Tue, 11 Dec 2012 10:41:32 GMT</pubDate><category>成长路上</category></item><item><title>趣事两则</title><link>https://wooley.me/blog/archive-319/</link><guid isPermaLink="true">https://wooley.me/blog/archive-319/</guid><description>1.昨晚吃橙子，正切着，康康跑过来跟我说：“小心切到手哦！”“我很小心的，从来没切到过手呢”我学着故事里的人物，神气的说。“哼，你这么骄傲，肯定会失败的哦！” 2.今天早上为了叫他起床，我就故意和他说话，“爸爸昨天做了…</description><pubDate>Tue, 11 Dec 2012 10:41:10 GMT</pubDate><category>成长路上</category></item><item><title>生存游戏的一个SQL BUG</title><link>https://wooley.me/blog/archive-317/</link><guid isPermaLink="true">https://wooley.me/blog/archive-317/</guid><description>几年前玩过一个《BR生存游戏》的WEB GAME。大逃杀类型，这几天想起来，发现还有论坛开着个游戏，玩的人还有些。不过，这个游戏应该好久没有更新修复过了，对SQL的” ‘ ” 的问题没有注意处理，这是大忌。 265的网…</description><pubDate>Tue, 11 Dec 2012 10:39:43 GMT</pubDate><category>程序人生</category></item><item><title>看到一篇Scala使用状况的文章，写的非常中肯</title><link>https://wooley.me/blog/archive-307/</link><guid isPermaLink="true">https://wooley.me/blog/archive-307/</guid><description>转自：http://scalagroup.group.javaeye.com/group/topic/19125 项目早期采用BlazeDS+Spring+Hibernate的模式开发，开发过程中写服务的时候感觉用Sp…</description><pubDate>Thu, 20 Jan 2011 03:17:38 GMT</pubDate><category>scala</category><category>程序人生</category></item><item><title>把域名迁到了Godaddy</title><link>https://wooley.me/blog/archive-288/</link><guid isPermaLink="true">https://wooley.me/blog/archive-288/</guid><description>昨天看到有文章说到 .me 域名具贵的续期费用可以通过Godaddy的策略性购买方式达到节省的目的。 于是，上Godaddy一试，果然如此，单独续费.me域名19.99$，当增加一项其他任意的服务后，变成了1.99$，…</description><pubDate>Wed, 19 Jan 2011 03:10:05 GMT</pubDate><category>Linux</category></item><item><title>Nginx 设置WordPress伪静态化Rewrite规则</title><link>https://wooley.me/blog/archive-286/</link><guid isPermaLink="true">https://wooley.me/blog/archive-286/</guid><description>用Apache2没有碰到这个问题，WordPress可以自动配置。到了Nginx，虽然在WordPress里设置了重写规则，单实际却没有起效，文章链接直接就失效了。 应该是rewrite规则的问题。 在server部分…</description><pubDate>Mon, 17 Jan 2011 15:28:06 GMT</pubDate><category>随笔</category></item><item><title>带儿子去看了《爱丽丝梦游仙境》童话剧</title><link>https://wooley.me/blog/archive-283/</link><guid isPermaLink="true">https://wooley.me/blog/archive-283/</guid><description>路上遇到了阿童木 上台互动了。 爱丽丝和兔子先生</description><pubDate>Sun, 16 Jan 2011 13:43:54 GMT</pubDate><category>爱丽丝梦游仙境</category><category>生活点滴</category></item><item><title>linux下如何备份还原mysql数据库</title><link>https://wooley.me/blog/archive-266/</link><guid isPermaLink="true">https://wooley.me/blog/archive-266/</guid><description>本文介绍了linux下如何备份与恢复mysql数据库。 数据库备份是非常重要的。如果定期做好备份，这样就可以在发生系统崩溃时恢复数据到最后一次正常的状态，把损失减小到最少。 一、 用命令实现备份 MySQLl提供了一个…</description><pubDate>Wed, 12 Jan 2011 13:35:35 GMT</pubDate><category>mysql</category><category>Linux</category></item><item><title>Wireshark · Go deep.</title><link>https://wooley.me/blog/archive-264/</link><guid isPermaLink="true">https://wooley.me/blog/archive-264/</guid><description>Wireshark · Go deep..</description><pubDate>Wed, 12 Jan 2011 01:47:50 GMT</pubDate><category>网络分析</category><category>程序人生</category></item><item><title>把PDF书转成Kindle支持的格式</title><link>https://wooley.me/blog/archive-261/</link><guid isPermaLink="true">https://wooley.me/blog/archive-261/</guid><description>只要用Mobipocket Creator 4.2 Publisher版来转换你的pdf文件。 Mobipocket Creator 4.2 Publisher 可以在这里下载。 对于.xls、.rtm等等，现在只要你…</description><pubDate>Fri, 07 Jan 2011 05:50:55 GMT</pubDate><category>Kindle</category></item><item><title>推荐kindle的杀手级应用</title><link>https://wooley.me/blog/archive-259/</link><guid isPermaLink="true">https://wooley.me/blog/archive-259/</guid><description>一个应用instapaper，网址是www.instapaper.com 里面有一个按钮，添加到浏览器收藏夹后，以后上网时，发现一篇文章不错，但没时间看时，可以直接点浏览器上的read later，收藏到instapa…</description><pubDate>Fri, 07 Jan 2011 02:32:29 GMT</pubDate><category>dogear.mob</category><category>instapaper</category><category>Kindle</category></item><item><title>设置locale</title><link>https://wooley.me/blog/archive-255/</link><guid isPermaLink="true">https://wooley.me/blog/archive-255/</guid><description>设置LC ALL和其它属性: sudo vi /etc/environment 设置locale值 export LC ALL=C 查看locale ,直接输入locale即可。 更新locales配置 sudo lo…</description><pubDate>Tue, 04 Jan 2011 03:19:15 GMT</pubDate><category>Linux</category></item><item><title>使用nginx 给网站绑定独立IP</title><link>https://wooley.me/blog/archive-253/</link><guid isPermaLink="true">https://wooley.me/blog/archive-253/</guid><description>对于多个域名多个IP的服务器，有时候我们需要用户不能通过的IP直接访问网站。这有的时候是因为IDC机房的需要，有的时候是我们为了将网站直接隔绝开的需要。本文是想讨论Nginx下如何实现这样的设置。 如果是Apache的…</description><pubDate>Tue, 04 Jan 2011 02:33:53 GMT</pubDate><category>Linux</category></item><item><title>Apache和Nginx的SSL证书的生成及配置</title><link>https://wooley.me/blog/archive-249/</link><guid isPermaLink="true">https://wooley.me/blog/archive-249/</guid><description>Apache和Nginx的SSL证书的生成及配置 1.生成私钥文件： openssl genrsa -des3 -out server.key 1024 这种方式，会要求你Enter PEM pass，需要输入私钥加密…</description><pubDate>Tue, 04 Jan 2011 02:21:53 GMT</pubDate><category>Ubuntu</category></item><item><title>关于Ubuntu的ip设置</title><link>https://wooley.me/blog/archive-247/</link><guid isPermaLink="true">https://wooley.me/blog/archive-247/</guid><description>/etc/network/interfaces 打开后里面可设置DHCP或手动设置静态ip。前面auto eth0，让网卡开机自动挂载. 1\. 以DHCP方式 配置 网卡 编辑文件/etc/network/inter…</description><pubDate>Tue, 04 Jan 2011 02:10:02 GMT</pubDate><category>Ubuntu</category></item><item><title>CentOS 5.5 安装OpenVPN 教程</title><link>https://wooley.me/blog/archive-241/</link><guid isPermaLink="true">https://wooley.me/blog/archive-241/</guid><description>CentOS 5.5 安装OpenVPN 教程.</description><pubDate>Mon, 03 Jan 2011 15:18:57 GMT</pubDate><category>Linux</category></item><item><title>高手组合 Scala整合Spring框架</title><link>https://wooley.me/blog/archive-234/</link><guid isPermaLink="true">https://wooley.me/blog/archive-234/</guid><description>高手组合 Scala整合Spring框架</description><pubDate>Sun, 02 Jan 2011 16:05:38 GMT</pubDate><category>程序人生</category></item><item><title>如何查看apt- get安装的软件包在系统的什么位置？</title><link>https://wooley.me/blog/archive-229/</link><guid isPermaLink="true">https://wooley.me/blog/archive-229/</guid><description>dpkg -L softname 一般/home里只是用户配置文件。 不单只是用户配置文件。 /home主要给用户存放数据和自己的配置文件用的。软件一般不会安装到这个目录下的。出了用户自己用的一些软件由用户自己安装到/…</description><pubDate>Sun, 02 Jan 2011 15:43:10 GMT</pubDate><category>dpkg</category><category>Ubuntu</category></item><item><title>apache开多个虚拟站点 - 做人得天天做 - JavaEye技术网站</title><link>https://wooley.me/blog/archive-224/</link><guid isPermaLink="true">https://wooley.me/blog/archive-224/</guid><description>apache开多个虚拟站点 - 做人得天天做 - JavaEye技术网站.</description><pubDate>Sat, 01 Jan 2011 17:09:13 GMT</pubDate><category>虚拟站点</category><category>Linux</category></item><item><title>Ubuntu下启动/重启/停止apache服务器</title><link>https://wooley.me/blog/archive-222/</link><guid isPermaLink="true">https://wooley.me/blog/archive-222/</guid><description>Task: Start Apache 2 Server /启动apache服务 /etc/init.d/apache2 start or $ sudo /etc/init.d/apache2 start Task: R…</description><pubDate>Sat, 01 Jan 2011 16:32:29 GMT</pubDate><category>apache</category><category>Ubuntu</category></item><item><title>关于ubuntu下的httpd.conf</title><link>https://wooley.me/blog/archive-19/</link><guid isPermaLink="true">https://wooley.me/blog/archive-19/</guid><description>ubuntu下的httpd.conf位置在 /etc/apache2/ 初始还是空的 其实，apache2的配置文件在 /etc/apache2/apache2.conf apache2 根据配置功能的不同, 对配置文…</description><pubDate>Sat, 01 Jan 2011 14:29:52 GMT</pubDate><category>Linux</category></item><item><title>WordPress自动升级插件时需要填写FTP信息的解决</title><link>https://wooley.me/blog/archive-17/</link><guid isPermaLink="true">https://wooley.me/blog/archive-17/</guid><description>sudo chown -R www-data.www-data /home/username/wordpress</description><pubDate>Fri, 31 Dec 2010 15:52:47 GMT</pubDate><category>chown</category><category>www-data</category><category>Linux</category></item><item><title>OpenVPN HOWTO 中文版</title><link>https://wooley.me/blog/archive-14/</link><guid isPermaLink="true">https://wooley.me/blog/archive-14/</guid><description>OpenVPN HOWTO 介绍 此文档描述一个典型的Home到Office的通信中OpenVPN的配置。这份HOWTO举了一个完整的配置实例，在man page手册页中有一个更为简单的例子。 此HOWTO文档还有如下…</description><pubDate>Thu, 30 Dec 2010 11:05:53 GMT</pubDate><category>Linux</category></item><item><title>Iptables 指南 1.1.19</title><link>https://wooley.me/blog/archive-12/</link><guid isPermaLink="true">https://wooley.me/blog/archive-12/</guid><description>Iptables 指南 1.1.19</description><pubDate>Thu, 30 Dec 2010 08:39:19 GMT</pubDate><category>Iptables</category><category>Linux</category></item><item><title>SAFEARRAY(安全数组)使用详解</title><link>https://wooley.me/blog/archive-5/</link><guid isPermaLink="true">https://wooley.me/blog/archive-5/</guid><description>SAFEARRAY(安全数组)使用详解 一，何谓SAFEARRAY(安全数组)： winddows操作系统与使用 SAFEARRAY 定义。 下列 SAFEARRAY 结构是 SAFEARRAY 典型、 一般定义： M…</description><pubDate>Wed, 29 Dec 2010 06:12:36 GMT</pubDate><category>C++</category><category>SafeArray</category><category>安全数组</category></item><item><title>RedHat(CentOS)和Ubuntu安装软件命令对比(区别)</title><link>https://wooley.me/blog/archive-219/</link><guid isPermaLink="true">https://wooley.me/blog/archive-219/</guid><description>此表内容来自《Ubuntu Server最佳方案》，CentOS和Ubuntu(Debian)是VPS最常见的系统，这份表很实用，分享下。</description><pubDate>Sat, 25 Dec 2010 01:46:50 GMT</pubDate><category>CentOS</category><category>Ubuntu</category><category>未分类</category></item><item><title>Database.com上线</title><link>https://wooley.me/blog/archive-209/</link><guid isPermaLink="true">https://wooley.me/blog/archive-209/</guid><description>未来值得期待啊。 —————————————— Salesforce.com 今天在其 San Francisco 的 Dreamforce大本营发布了新的数据托管服务 Database.com。Database.co…</description><pubDate>Thu, 09 Dec 2010 03:12:11 GMT</pubDate><category>程序人生</category></item><item><title>Hellohost VPS 64M试用笔记</title><link>https://wooley.me/blog/archive-201/</link><guid isPermaLink="true">https://wooley.me/blog/archive-201/</guid><description>由于之前普通的空间不可以自己定义安装软件，固定为php5+MySql，想体验一下VPS自由的感觉，就在hellohost买了一个内存64M，磁盘5G的VPS，用来练练手，如果好用，就把这个空间迁移过去。 一上来选择操作…</description><pubDate>Mon, 29 Nov 2010 03:11:14 GMT</pubDate><category>VPS</category><category>Ubuntu</category><category>未分类</category></item><item><title>Notepad++ 自定义了一个scala显示</title><link>https://wooley.me/blog/archive-192/</link><guid isPermaLink="true">https://wooley.me/blog/archive-192/</guid><description>主要配合twilight主题，比较喜欢黑色底子，看时间长不太累。直接导入使用即可。</description><pubDate>Wed, 24 Nov 2010 16:42:38 GMT</pubDate><category>Notepad++</category><category>scala</category><category>未分类</category></item><item><title>敏捷十年，成效几何？(z)</title><link>https://wooley.me/blog/archive-188/</link><guid isPermaLink="true">https://wooley.me/blog/archive-188/</guid><description>最早了解到XP是2001年，在杂志《程序员》上。记得，也是我毕业的年份。那时还没有正式走进程序员行列，在没有企业开发经验时，已经对这种开发方式产生了强烈的好奇，结对编程、迭代计划、单元测试、集成构造，一个个全新的词汇，…</description><pubDate>Wed, 17 Nov 2010 03:25:50 GMT</pubDate><category>Agile</category><category>十年</category><category>敏捷</category><category>敏捷开发</category></item><item><title>徐庶进曹营</title><link>https://wooley.me/blog/archive-186/</link><guid isPermaLink="true">https://wooley.me/blog/archive-186/</guid><description>。。。。。。</description><pubDate>Fri, 24 Sep 2010 07:53:50 GMT</pubDate><category>随笔</category></item><item><title>鼻中隔手术</title><link>https://wooley.me/blog/archive-184/</link><guid isPermaLink="true">https://wooley.me/blog/archive-184/</guid><description>这几天要做手术，希望手术完后，神清气爽。</description><pubDate>Tue, 14 Sep 2010 08:35:14 GMT</pubDate><category>生活点滴</category></item><item><title>我儿的第一盘棋</title><link>https://wooley.me/blog/archive-180/</link><guid isPermaLink="true">https://wooley.me/blog/archive-180/</guid><description>真是时光如梭，我儿已经快3周岁了。 为了和儿子做朋友，真是煞费苦心。这不，他对我的围棋甚是喜爱，当作玩具，可以玩很久。有意无意的和他讲了棋子的摆法，没想到还真煞有介事。 有时为了走棋，还假作思考状，把我给乐坏了。 等他…</description><pubDate>Mon, 30 Aug 2010 07:08:14 GMT</pubDate><category>成长路上</category></item><item><title>随着这里内容的增多，插件的增加，速度好像开始跟不上了</title><link>https://wooley.me/blog/archive-174/</link><guid isPermaLink="true">https://wooley.me/blog/archive-174/</guid><description>等过完这一年，需要考虑升级空间了，这里明显感觉到不堪重负了。 上午，去电信办理宽带续期。原来1M两年的业务没有了，询问了下，说只有1560的一款2M包年，没有其他包年业务。送一个手机，另外每个月再交5元，协议期2年，也…</description><pubDate>Mon, 31 May 2010 09:00:25 GMT</pubDate><category>生活点滴</category></item><item><title>几年前做的一个Web网游辅助</title><link>https://wooley.me/blog/archive-169/</link><guid isPermaLink="true">https://wooley.me/blog/archive-169/</guid><description>那个时候这个游戏是在论坛推广的。现在论坛关系，已经无法登陆了。 查看原图</description><pubDate>Thu, 20 May 2010 11:38:33 GMT</pubDate><category>WebGame</category><category>程序人生</category></item><item><title>关于GCJ被误判，Google的回复，速度挺快。</title><link>https://wooley.me/blog/archive-167/</link><guid isPermaLink="true">https://wooley.me/blog/archive-167/</guid><description>本以为会延迟很长时间，或者就没有回复了。还不错。</description><pubDate>Wed, 19 May 2010 01:47:58 GMT</pubDate><category>未分类</category></item><item><title>GCJ2010居然说我违规，取消下轮资格，真是无语了。</title><link>https://wooley.me/blog/archive-160/</link><guid isPermaLink="true">https://wooley.me/blog/archive-160/</guid><description>邮件内容如下： Disqualification from Google Code Jam 2010 其实，挺奇怪的，一没有多个帐号，二没有抄袭他人。做题当天，本来7点开始，刚巧这天，新房的热水器送货，就赶了过去，到晚…</description><pubDate>Tue, 18 May 2010 01:58:57 GMT</pubDate><category>GCJ2010</category><category>违规</category><category>程序人生</category></item><item><title>CSS3版哆啦A梦，不同浏览器效果不同</title><link>https://wooley.me/blog/archive-157/</link><guid isPermaLink="true">https://wooley.me/blog/archive-157/</guid><description>转自：http://blog-imgs-42-origin.fc2.com/s/h/o/shopdd/dora css3.html 原文中的旧式嵌入内容已在迁移时移除。</description><pubDate>Mon, 17 May 2010 02:19:32 GMT</pubDate><category>程序人生</category></item><item><title>SAP宣布58亿美元收购Sybase对抗甲骨文</title><link>https://wooley.me/blog/archive-153/</link><guid isPermaLink="true">https://wooley.me/blog/archive-153/</guid><description>5月13日消息，据国外媒体报道，SAP公司同意以58亿美元收购软件制造商Sybase，此举将帮助SAP公司获得关键的技术以在商务软件市场对抗竞争对手甲骨文公司。 SAP表示以65美元每股的价格收购Sybase的股份——…</description><pubDate>Thu, 13 May 2010 01:07:43 GMT</pubDate><category>未分类</category></item><item><title>Canonical COO漫谈开源软件盈利趋势(zt)</title><link>https://wooley.me/blog/archive-151/</link><guid isPermaLink="true">https://wooley.me/blog/archive-151/</guid><description>来源：http://www.cnbeta.com/articles/110320.htm Canonical的COO，Matt Asay近日撰文一篇，对于开源软件在遇到扩大业务规模的时候遇到的问题进行了一些总结和分享。…</description><pubDate>Mon, 10 May 2010 08:34:10 GMT</pubDate><category>程序人生</category></item><item><title>Google codeJam资格赛结束</title><link>https://wooley.me/blog/archive-148/</link><guid isPermaLink="true">https://wooley.me/blog/archive-148/</guid><description>暂时排名： 等着明天的结果了。 今天儿子过来了，真是高兴。</description><pubDate>Sat, 08 May 2010 15:42:03 GMT</pubDate><category>codeJam</category><category>程序人生</category></item><item><title>父母必读：孩子从你身上学会三件事</title><link>https://wooley.me/blog/archive-144/</link><guid isPermaLink="true">https://wooley.me/blog/archive-144/</guid><description>Parenting is a job that occurs 24 hours a day, 7 days a week from the day the baby is born until the day they…</description><pubDate>Tue, 04 May 2010 09:51:36 GMT</pubDate><category>成长路上</category></item><item><title>HTML5新功能精彩演示</title><link>https://wooley.me/blog/archive-131/</link><guid isPermaLink="true">https://wooley.me/blog/archive-131/</guid><description>http://apirocks.com/html5/html5.html</description><pubDate>Thu, 29 Apr 2010 02:56:26 GMT</pubDate><category>HTML5</category><category>未分类</category></item><item><title>今天就这样了</title><link>https://wooley.me/blog/archive-115/</link><guid isPermaLink="true">https://wooley.me/blog/archive-115/</guid><description>今天就这样了</description><pubDate>Wed, 21 Apr 2010 02:28:44 GMT</pubDate><category>未分类</category></item><item><title>iPad还可以这样</title><link>https://wooley.me/blog/archive-102/</link><guid isPermaLink="true">https://wooley.me/blog/archive-102/</guid><description>iPad还可以这样（旧博客存档）</description><pubDate>Thu, 08 Apr 2010 01:25:53 GMT</pubDate><category>iPad</category><category>生活点滴</category></item><item><title>Twitter推出名为“Gizzard”的分布式数据存储框架</title><link>https://wooley.me/blog/archive-100/</link><guid isPermaLink="true">https://wooley.me/blog/archive-100/</guid><description>最近Twitter官方博客撰文称，很多现代网站需要更快地访问大量数据，无法通过单一计算机对这些数据进行有效存储。应对措施之一就是对这些信息进行分割，分别存储在不同的计算机上。 作为数据分割的替代方案之一，Twitter…</description><pubDate>Wed, 07 Apr 2010 07:28:38 GMT</pubDate><category>Gizzar</category><category>Twitter</category><category>框架</category><category>程序人生</category></item><item><title>考验</title><link>https://wooley.me/blog/archive-87/</link><guid isPermaLink="true">https://wooley.me/blog/archive-87/</guid><description>这几天，天天跑建材市场，红星、月星、石林，高档低档，样样都看。真是体力和脑力的考验，鱼和熊掌真是难以兼得啊。</description><pubDate>Sun, 04 Apr 2010 12:43:20 GMT</pubDate><category>装修日记</category></item><item><title>物联网 Internet of Things</title><link>https://wooley.me/blog/archive-84/</link><guid isPermaLink="true">https://wooley.me/blog/archive-84/</guid><description>物联网 就是把传感器装备到电网、铁路、桥梁、隧道、公路、建筑、供水系 统、大坝、油气管道以 及家用电器等各种真实物体上，通过互联网联接起来，进而运行特定的程序， 达到远程控制或者实现物与物的直接通信。 物联网，即通过装…</description><pubDate>Fri, 02 Apr 2010 09:44:04 GMT</pubDate><category>物联网</category></item><item><title>我不是高手</title><link>https://wooley.me/blog/archive-81/</link><guid isPermaLink="true">https://wooley.me/blog/archive-81/</guid><description>今天偶然间又进入了CSDN，那个好久没有去的地方。十几年前关于语言的争论还在继续着。 忽然想到金庸小说里的一幕：当多少年后，郭靖、黄蓉，黄老邪、杨过等重上华山之巅时，看到一群人在打斗，一问，原来是在“华山论剑”。而这帮…</description><pubDate>Thu, 01 Apr 2010 08:16:47 GMT</pubDate><category>争论</category><category>语言</category><category>未分类</category></item><item><title>做了个平面及打算参考的设计</title><link>https://wooley.me/blog/archive-53/</link><guid isPermaLink="true">https://wooley.me/blog/archive-53/</guid><description>原文相册未包含在此次 Markdown 导出中。</description><pubDate>Tue, 23 Mar 2010 12:54:14 GMT</pubDate><category>装修日记</category></item><item><title>装修流程</title><link>https://wooley.me/blog/archive-51/</link><guid isPermaLink="true">https://wooley.me/blog/archive-51/</guid><description>1.前期设计 -- 2.主体拆改 -- 3.水电改造 -- 4.木工 -- 5.贴砖 -- 6.刷墙面漆 -- 7.厨卫吊顶 -- 8.橱柜安装 -- 9.木门安装 -- 10.地板安装 -- 11.铺贴壁纸 -- 1…</description><pubDate>Tue, 23 Mar 2010 01:09:12 GMT</pubDate><category>未分类</category></item><item><title>装修日志开篇</title><link>https://wooley.me/blog/archive-49/</link><guid isPermaLink="true">https://wooley.me/blog/archive-49/</guid><description>从前天起，开始跑新房装修的事。硬装预算基本上5W以下，有点苛刻，不过没有办法，就这么多钱。我的原则是花最少的钱，达到最好的效果；不求最好看，但求最实用。 上周六下午，去了第一站，离公司很近的标杰装饰。因为之前在西祠看过…</description><pubDate>Mon, 22 Mar 2010 06:55:20 GMT</pubDate><category>装修日记</category></item><item><title>研究了一下CSS,对主题进行了微小改动</title><link>https://wooley.me/blog/archive-40/</link><guid isPermaLink="true">https://wooley.me/blog/archive-40/</guid><description>隔行如隔山，网页前端的东西基本没做过，要做小小的改动也得请GOOGLE大神，学无止境啊。 http://www.w3school.com.cn/css/index.asp 参考了一下上边的网站，终于摆平了。</description><pubDate>Fri, 19 Mar 2010 15:07:22 GMT</pubDate><category>程序人生</category></item><item><title>刚才加了schmie_twitter插件</title><link>https://wooley.me/blog/archive-28/</link><guid isPermaLink="true">https://wooley.me/blog/archive-28/</guid><description>看看效果</description><pubDate>Fri, 19 Mar 2010 03:55:31 GMT</pubDate><category>插件</category><category>程序人生</category></item><item><title>今天加了一些插件，后台做了些调整</title><link>https://wooley.me/blog/archive-24/</link><guid isPermaLink="true">https://wooley.me/blog/archive-24/</guid><description>每天都有新变化。 时间真快，又到12点了。儿子上学的事终于办妥。 马上就要操心新房装修了。真是计划不如变化快，顺其自然吧。</description><pubDate>Thu, 18 Mar 2010 16:00:23 GMT</pubDate><category>生活点滴</category></item><item><title>时间真快，又过12点了</title><link>https://wooley.me/blog/archive-96/</link><guid isPermaLink="true">https://wooley.me/blog/archive-96/</guid><description>马上睡觉去，明天还有儿子的大事要办。</description><pubDate>Wed, 17 Mar 2010 16:33:14 GMT</pubDate><category>生活点滴</category></item><item><title>开张了</title><link>https://wooley.me/blog/archive-93/</link><guid isPermaLink="true">https://wooley.me/blog/archive-93/</guid><description>真正的有自己的空间了。暂时先用WordPress建立起一个Blog，以后会慢慢丰富，这样，就不用经常搬家了，Yeah。 放一张今天看的＂我爱桃花＂的海报庆祝下，非常不错的剧本。</description><pubDate>Wed, 17 Mar 2010 16:08:49 GMT</pubDate><category>生活点滴</category></item></channel></rss>