- 博客(26)
- 资源 (9)
- 收藏
- 关注
翻译 哪些产品来自于微软的研究 - 是尝试还是应用工厂
增强文字的清晰度字体,文本阅读+语音识别,侧边栏,IPV6支持,运动捕捉+身体识别,玩家评分+匹配算法,人工智能实现的路径查找,图片自动合成,图片3D模拟,路况预报+路径选择,搜索引擎支持的Twitter实时信息,Bing翻译器,.NET上的函数程序设计语言,.NET 泛型,测量专业标准的软件特性,可交互的图像前景分割技术,垃圾过滤器,应答机检测,决策树,栈物化视图(视图上的物化视图),自动筛选最佳照片,数字墨水,支持直接交互、多触点、多用户,目标识别平面,支持手势的鼠标,全方位全景摄像机支持的视频会议
2011-03-20 06:01:00
688
翻译 CrouchDB (NoSQL) 和使用 Map/Reduce 查询数据库 入门
CrouchDB (NoSQL) 入门Map/Reduce 入门
2011-03-14 04:59:00
1461
原创 理解 Joomla 的几个概念 - 读《Aprees.Begging.Joomla.From.Novice.to.Professional》
读《Aprees.Begging.Joomla.From.Novice.to.Professional》 推倒第一块拦路石概念模块(Modules): 网站构成的一部分,负责组件在页面上的展示(are placed like panels into a Joomla template. They often encapsulate or provide the front-end display for a related component).组件(Components): 实现网站某种功能(
2011-03-09 13:24:00
767
原创 事件触发 + 非阻塞I/O - The idea of node.js
事件触发 + 非阻塞I/O - The idea of node.js以事件触发、非阻塞的方式编写高度并发脚本程序(To provide a purely evented, non-blocking infrastructure to script highly concurrent programs)
2011-03-05 16:17:00
704
原创 程序维护 和 产品维护 的区别 - 读The joys of maintenance programming
<br />The joys of maintenance programming 文中谈到程序维护的乐趣:<br /> <br />1)学会调试 - You’ll learn how to debug<br />2)学会更好的编程 - You’ll learn how to program better<br />3)学会优化 - You’ll learn how to optimize<br />4)学习“新”技术和工具 - You’ll learn new (to you) skills and to
2011-03-03 13:37:00
821
原创 如何统一的实现 减少 空表查询操作
博文The most efficient way to improve an SQL statement is to eliminate it中通过mk-query-digest发现查询频率最高的是ELECT TTDOD,但是TTDOD一直都是空的,文章的建议是减少这些空表的查询操作。# Rank Query ID Response time Calls R/Call Apdx V/M Item# ==== ================== ============= =====
2011-02-27 06:23:00
588
原创 接口 还是 工厂模式
案例:<br />三种类型数据表: 订单、快递、项目<br /> <br />每种类型,软件本身有默认的表头,用户需要能够自定义表头<br /> <br />三个共同的功能:<br /> <br />1)获取 默认表头<br />2)获取 所有可以用表头<br />2)获取 用户自定义表头<br /> <br />两种设计:<br /> <br />1)表头工厂-> 生成表头对象(三种类型)-> 根据不同类型 实现功能<br />2)表头类接口 -> 继承 三个表头类 -> 各单独类 分别实现功能<br /
2011-02-25 12:51:00
523
原创 命令行还是用户界面?
<br />The Cognitive Style of Unix<br /> <br /><br />此文列举了命令行的N的理由: <br /><br />1) provokes more“thinking before acting”.<br />2) helpful in retaining knowledge.<br />3) interruptions were less disruptive.<br />用户界面的好处:<br />1) resulted in better performa
2011-02-23 14:33:00
540
原创 各浏览器性能测试 - 都在测些啥?
各浏览器性能测试 - 都在测些啥?Acid3,html5test,WebKit SunSpider, JSBenchmark, PeaceKeeper, nontroppo, V8 Benchmark Suite, SlickSpeed, Sputnik(google)
2011-02-20 16:31:00
952
转载 程序开发七宗罪 - The 7 deadly sins of software development
Lust (overengineering)Gluttony (failing to refactor)Greed (competing across teams)Sloth (not validating inputs)Wrath (not commenting code)Envy (not using version control)Pride (not unit testing)问题跟踪、结对编程、单元测试、重构代码、版本控制
2011-02-19 10:41:00
1119
转载 My 10 favourite Programming Quotes - 程序十言
程序十言 - 关于编程If debugging is the process of removing software bugs, then programming must be the process of putting them in.- Edsger Dijkstra
2011-02-16 13:58:00
535
原创 以假乱真的【酷点】 - Windows下 模仿 Apple 界面
以假乱真的【酷点】 - Windows下 模仿 Apple 界面刚使用魔方2.0优化了系统, 无意中发现她的姐妹软件 - 酷点, 忍不住折腾了一回桌面效果相当不错。除了可以用她模仿Apple的方形桌面外,她的圆形桌面也很有创意,可配置性很强,这次就先把她整成个闹钟先:)
2011-02-13 03:16:00
1326
原创 高手提领 之 Douglas Crockford: "Advanced JavaScript"
视频地址:http://video.yahoo.com/watch/111585/1027823PPT下载:http://yuiblog.com/assets/crockford/advancedjavascript.zip 关于闭包(Closure)Flexible, but Why we do that? //////////////////////////////
2009-10-07 13:29:00
616
原创 高手提领 之 Douglas Crockford: "Theory of the DOM"
视频地址:http://video.yahoo.com/people/33385PPT下载:http://yuiblog.com/assets/crockford/theory.zip the miracle is not miraclewaiting for a hero, or just to be a hero. 纠结中的笔记:
2009-10-06 14:16:00
622
原创 高手提领 之 Douglas Crockford: The JavaScript Programming Language
入口视频地址: http://video.yahoo.com/watch/111593/1710507PPT 下载地址:http://yuiblog.com/assets/crockford/javascript.zip 适合写过javascript程序,却一头雾水中的所有人 三人行,必有我师,我相信每看一遍,都会对javascript有更进一步的理解 只能说,临渊
2009-10-05 13:33:00
528
原创 由google sprite me想起的...
可以对当前网页进行操作的一个div 对话框使用javascript 实现的,可以放在自己的收藏工具条中随时使用 简单实用! 同样简单实用的可以是:页内 输入法,这样就不需要到使用 中文online IME,中文电脑除外页内 客户端,如博客的客户端,rss客户端页内 网摘页内 机器猫
2009-10-02 10:35:00
480
原创 Tag cloud 像云一样的tag
http://www.roytanck.com/tag-cloud/ 很有创意! 如果自己的个人关系网络也像这个flash一样,在自己的主页的右边转动,会不会也有某种很好的提示作用啊 -- cloud society 如果是为了记单词,还可以帮助自己复习英语单词 -- cloud recite 日历中可以用来作为提醒 -- cloud remi
2009-09-30 12:12:00
636
原创 Calendar Reminder: 提醒联系自己的社会关系
可以添加此事件 到 Calendar中 需要Contact Info, 绑定入 Mail 服务比较合适
2009-09-21 02:44:00
558
原创 季羡林:站在胡适之先生墓前 --- 所谓浮躁
http://news.ifeng.com/opinion/society/200907/0716_6439_1252083.shtml 朴诚的语言,如在耳边 一段凡人对大师的反思,大师教我们如何做人,凡人教我们如何做事 没有诲深的大道理,也没有晃眼的黄金屋。 驻思,崇敬 我站在那里,蓦抬头,适之先生那有魅力的典型的“我的朋友”式的笑容,突然显现在眼前
2009-07-24 10:08:00
762
原创 What's Calendar?
Features:Calendar: show your times, Event Reminder: reminderMultiday Calnedars TypeMulti Viewing Mode: year, month, week, dayTaskDeveloping Calendar:drag and drop like a mapselec
2009-07-21 12:31:00
513
转载 Benchmark - W3C DOM vs. innerHTML
http://www.quirksmode.org/dom/innerhtml.html innerHTML is faster than W3C DOM: we can test it, but why? the browser is the most frequent software we used. but its like a black box. I dont l
2009-07-21 11:42:00
479
转载 何必言精通——十年杂感 兼谈其它
http://blog.youkuaiyun.com/HuDon/archive/2009/07/16/4353756.aspx 锦瑟无端五十弦,一弦一柱思华年;庄生晓梦迷蝴蝶,望帝春心托杜鹃;沧海月明珠有泪,蓝田日暖玉生烟;此情可待成追忆,只是当时已惘然。 浮躁不是问题,问题是为什么浮躁? 价值: 解决问题, 提高生产力, 提供良好的产品或体验。方法论: 深入(透
2009-07-21 11:18:00
412
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人