<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Guixue]]></title><description><![CDATA[——oncoding]]></description><link>https://blog.csdn.net/oncoding</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; oncoding]]></copyright><item><title><![CDATA[ubuntu 12.04 下使用 bower]]></title><link>https://blog.csdn.net/oncoding/article/details/39852863</link><guid>https://blog.csdn.net/oncoding/article/details/39852863</guid><author>oncoding</author><pubDate>Tue, 07 Oct 2014 11:52:49 +0800</pubDate><description><![CDATA[bower install angular-strap --save
bower angular-strap#*       not-cached git://github.com/mgcrea/angular-strap.git#*
bower angular-strap#*          resolve git://github.com/mgcrea/angular-strap.git#*]]></description><category></category></item><item><title><![CDATA[敏捷工具，使用Excel自动生成故事卡]]></title><link>https://blog.csdn.net/oncoding/article/details/8136762</link><guid>https://blog.csdn.net/oncoding/article/details/8136762</guid><author>oncoding</author><pubDate>Thu, 01 Nov 2012 14:50:51 +0800</pubDate><description><![CDATA[什么是故事卡？
故事卡，是贴在故事墙上的任务卡片，每日站会时会移动故事卡到不同的状态下。使项目过程更可视化。
也有称其为看板。


如上图所示，白板上的卡片基本都用便签纸手写，好处是便签纸的样式很多，很直观。
本着“懒惰是程序员的最大美德”的宗旨，我们恬不知耻的问：能不能更懒一些呢？
我们通常把Sprint计划会议后的Task用Excel组织成List，如下图：


以上每行就]]></description><category></category></item><item><title><![CDATA[Javascript MVC —— View]]></title><link>https://blog.csdn.net/oncoding/article/details/6245479</link><guid>https://blog.csdn.net/oncoding/article/details/6245479</guid><author>oncoding</author><pubDate>Sun, 13 Mar 2011 01:34:00 +0800</pubDate><description><![CDATA[<br /> <br />原文：http://javascriptmvc.com/docs.html#&who=jQuery.View<br />翻译：刘贵学(liuguixue@gmail.com)<br /> <br /> <br /> <br />借助jQuery，View使用模板提供了统一的接口，使用注册的模板引擎，您可以：View中使用jQuery扩展，after,append, before, html, prepend, replace,replaceWith, text.；模板，加载html]]></description><category></category></item><item><title><![CDATA[Javascript MVC ——Controller]]></title><link>https://blog.csdn.net/oncoding/article/details/6245231</link><guid>https://blog.csdn.net/oncoding/article/details/6245231</guid><author>oncoding</author><pubDate>Sat, 12 Mar 2011 23:48:00 +0800</pubDate><description><![CDATA[ 原文：http://javascriptmvc.com/docs.html#&who=jQuery.Controller翻译: 刘贵学(liuguixue@gmail.com)控制器是使用代理将事件处理组织起来。如果您的应用中有事件发生（用户点击或模型实例更新）应当由控制器处理并响应此事件。控制器可使您的代码更明确，可复用性与架构性更强，这可自动与底层代码相隔离，要了解更多关于控制器理论及其相关特性，请关注Jupiter的博客。基础示例替换前：$(function(){
  $('#tabs').cli]]></description><category></category></item><item><title><![CDATA[Javascript MVC —— Model]]></title><link>https://blog.csdn.net/oncoding/article/details/6242742</link><guid>https://blog.csdn.net/oncoding/article/details/6242742</guid><author>oncoding</author><pubDate>Sat, 12 Mar 2011 11:07:00 +0800</pubDate><description><![CDATA[原文：http://javascriptmvc.com/docs.html#&who=jQuery.Model翻译：刘贵学(liuguixue@gmail.com)模型是用于封装应用程序的数据层。对大型应用中来讲，模型是非常重要的： 封装服务，这样控制层与视图不需要关心数据从哪里来； 提供辅助函数，使原始的业务数据操作与抽象更简单有两种实现方法： 对服务请求或交互中获取数据； 将原始的业务数据转换或封装成更有用的形式；基本用法jQuery.Model类提供了一个用于来组织您应用程序的数据层的基本框架。首先看]]></description><category></category></item><item><title><![CDATA[Javascript MVC —— Class]]></title><link>https://blog.csdn.net/oncoding/article/details/6235725</link><guid>https://blog.csdn.net/oncoding/article/details/6235725</guid><author>oncoding</author><pubDate>Thu, 10 Mar 2011 01:24:00 +0800</pubDate><description><![CDATA[ Javascript MVC —— Class原文：http://javascriptmvc.com/docs.html#&who=jQuery.Class翻译：刘贵学(liuguixue@gmail.com)Class库能在Javascript中模拟继承，使用class可进行面向对象编程，这和jQuery函数式编程是有区别的。Class的实现基于John Resig的《Simple Class》继承库，除了实现继承，Class库还包括一些重要的特征： 静态继承 自省 命名空间 Setup与Init方法 ]]></description><category></category></item><item><title><![CDATA[wxLua 2.8.10 - FAQ]]></title><link>https://blog.csdn.net/oncoding/article/details/6013475</link><guid>https://blog.csdn.net/oncoding/article/details/6013475</guid><author>oncoding</author><pubDate>Tue, 16 Nov 2010 22:19:00 +0800</pubDate><description><![CDATA[<br /> 原文作者： John Labenski； 翻译：刘贵学(liuguixue@gmail.com)为何选择 wxLua?wxLua, wxPython, wxSomethingElse哪个最好？能将wxlua嵌入我的C++应用程序中作为脚本解析器吗？如何学习wxLua阅读 wxLua 文档阅读C++ wxWidgets 文档运行并跟踪示例代码 wxLua编程wxStrings?wxArrayString 与 wxSortedArrayString？wxArrayInt?什么时候 删除对象，如何删]]></description><category></category></item><item><title><![CDATA[谈研发内训]]></title><link>https://blog.csdn.net/oncoding/article/details/5772229</link><guid>https://blog.csdn.net/oncoding/article/details/5772229</guid><author>oncoding</author><pubDate>Wed, 28 Jul 2010 20:11:00 +0800</pubDate><description><![CDATA[<br />三国鼎立，英雄辈出，但最后谁是最大的赢家？众所周知，三分归晋，最后是司马氏建立了晋朝，成王败寇，应该是司马氏赢了。然而司马懿跟诸葛亮斗了大半辈子，几乎屡战屡败，为何最后还司马氏得了天下？看起来对一个国家来讲，继承人的培养往往会成为其存亡的关键。同样，对一个公司来讲，后续力量的培养也是至关重要的，企业对员工的的培养通常叫内训.内训对高效的IT团队来讲又尤其显的重要，如何做好内训便是本文讨论的内容。内训的方法for new comer这里谈团队里来新成员时，需要进行的一些内训课程。此时的内训基本是由]]></description><category></category></item><item><title><![CDATA[读《道德经》对OOP 一点思考]]></title><link>https://blog.csdn.net/oncoding/article/details/5528104</link><guid>https://blog.csdn.net/oncoding/article/details/5528104</guid><author>oncoding</author><pubDate>Sun, 25 Apr 2010 23:16:00 +0800</pubDate><description><![CDATA[道生一，一生二，二生三，三生万物道是什么？老子也没有说清楚，一句“道可道，非常道”扔给我们，琢磨不定，我们暂可理解为自然规律； 一为大一统，即宇宙，混沌一体的宇宙； 二为阴阳，也可理解为“天“，”地”； 三，有“天”，有“地”，方有“天地之间的气虚“，  三为：天 地 气；道生出混沌，浑然一体，（盘古开天地，分阴阳）孕育阴阳，阴阳运转，分化气虚， 天至阳，地至阴，气来调和，三种力量三种]]></description><category></category></item><item><title><![CDATA[GAE 执行JSP 出错]]></title><link>https://blog.csdn.net/oncoding/article/details/5398312</link><guid>https://blog.csdn.net/oncoding/article/details/5398312</guid><author>oncoding</author><pubDate>Sat, 20 Mar 2010 02:21:00 +0800</pubDate><description><![CDATA[跟着教程一步一步坐下来，在 使用 JSP 中出现错误如下图：  原因分析： eclipse在编译JSP时使用的JRE的编译环境，这里应该使用JDK。 设置如下： windows->Preferences->Installed JREs,更改为JDK的目录即可。]]></description><category></category></item><item><title><![CDATA[C语言预处理运算符]]></title><link>https://blog.csdn.net/oncoding/article/details/5128721</link><guid>https://blog.csdn.net/oncoding/article/details/5128721</guid><author>oncoding</author><pubDate>Mon, 04 Jan 2010 12:45:00 +0800</pubDate><description><![CDATA[预处理还需要运算符？有没有搞错？^_^, 没有搞错，预处理是有运算符，而且还不止一个：#（单井号）    —— 字符串化运算符。 ##（双井号 ）—— 连接运算符 #@               —— 字符化运算符。 接下来我们会分别说明一下他们的用法.1.字符串化运算符 —— #用于创建字符串，#运算符后面应该跟一个形参（中间可以有空]]></description><category></category></item><item><title><![CDATA[ANSI C —— 格式化输出]]></title><link>https://blog.csdn.net/oncoding/article/details/4558067</link><guid>https://blog.csdn.net/oncoding/article/details/4558067</guid><author>oncoding</author><pubDate>Wed, 16 Sep 2009 12:47:00 +0800</pubDate><description><![CDATA[【原型】printf("", ); int printf(const char *format, ...); int fprintf(FILE *stream, const char *format, ...); int sprintf(char *str, const char *format, ...); int snprintf(cha]]></description><category></category></item><item><title><![CDATA[ANSI C——可变参数]]></title><link>https://blog.csdn.net/oncoding/article/details/4549160</link><guid>https://blog.csdn.net/oncoding/article/details/4549160</guid><author>oncoding</author><pubDate>Sun, 13 Sep 2009 21:20:00 +0800</pubDate><description><![CDATA[【原型】      type fun( type arg1, type arg2, ...);【描述】       主要用在参数个数不确定的函数中，例如：printf函数。 【使用方法】参考：glib/manual/Add.c #include #include int add_em_up (int count,...){  va]]></description><category></category></item><item><title><![CDATA[ANSI C——printf]]></title><link>https://blog.csdn.net/oncoding/article/details/4544921</link><guid>https://blog.csdn.net/oncoding/article/details/4544921</guid><author>oncoding</author><pubDate>Sat, 12 Sep 2009 03:31:00 +0800</pubDate><description><![CDATA[【函数原型】        int printf(char *format...); 【功能描述】        标准输出函数。 【举例】 #includeint main ( int argc, char *argv[] ){	printf("hello world!!/n");	return 0;}	【实现分析】 /*pr]]></description><category></category></item><item><title><![CDATA[如何保持旺盛的精力]]></title><link>https://blog.csdn.net/oncoding/article/details/4509405</link><guid>https://blog.csdn.net/oncoding/article/details/4509405</guid><author>oncoding</author><pubDate>Tue, 01 Sep 2009 23:34:00 +0800</pubDate><description><![CDATA[今天在csdn首页看到一篇介绍陆奇的文章，只有一点吸引了我的注意，里面是这样介绍的： 陆奇不仅聪明过人，而且十分勤奋。他每晚只睡3到4个小时。工作日里，他通常凌晨4点起床，先查看一下邮件，然后在跑步机上跑4英里(约合6.4公里)，一边跑一边听古典音乐或看新闻。 每天只睡3-4个小时，还精力极其旺盛，值得深思。 其实我自己的睡眠时间也是相对比较少的，我一般2：]]></description><category></category></item><item><title><![CDATA[【收集】《大腕》程序员9个翻版]]></title><link>https://blog.csdn.net/oncoding/article/details/4501872</link><guid>https://blog.csdn.net/oncoding/article/details/4501872</guid><author>oncoding</author><pubDate>Mon, 31 Aug 2009 10:16:00 +0800</pubDate><description><![CDATA[【原版台词】：想靠电子商务挣钱的那都是糊涂蛋 网站就得拿钱砸 舍不得孩子套不着狼啊 高薪聘几个骂人的抢手 再找几个文化名人当靶子 谁火就灭谁 网站靠什么呀？靠的就是点击率啊 点击率上去了，下家(儿)跟着就来了 你砸进去多少钱 加一零(儿)直接就卖给下家(儿)了 我还告诉你啊，有人谈收购立马(儿)就套现 给你股票你都免谈 你要是感兴趣你投个]]></description><category></category></item><item><title><![CDATA[用source insight宏自动加入或去除C注释]]></title><link>https://blog.csdn.net/oncoding/article/details/4463830</link><guid>https://blog.csdn.net/oncoding/article/details/4463830</guid><author>oncoding</author><pubDate>Wed, 19 Aug 2009 17:53:00 +0800</pubDate><description><![CDATA[我们的项目是主要在linux下的存C开发，SI这个工具无疑是必须的。但是手工加入注释很不方便，网上都是C++的注释风格，自己写了一个C的，共享一下，有兴趣的拿去修改一下。  /*the info like:by guixue 2009-8-19*/macro getCommentInfo(){	 szMyName = "guixue "	 hbuf = Ge]]></description><category></category></item><item><title><![CDATA[ 关于 warning: implicit declaration of function ‘****’]]></title><link>https://blog.csdn.net/oncoding/article/details/4434803</link><guid>https://blog.csdn.net/oncoding/article/details/4434803</guid><author>oncoding</author><pubDate>Tue, 11 Aug 2009 15:38:00 +0800</pubDate><description><![CDATA[gcc编译时的警告： warning: implicit declaration of function ‘strcasecmp’ 意思是，strcasecmp函数是隐式声明，也就是说，找不到strcasecmp的显示声明。 通常是因为，缺少引用相应的.h文件造成的。例如以上例子就是因为缺少 #include]]></description><category></category></item><item><title><![CDATA[也谈如何高效阅读源码]]></title><link>https://blog.csdn.net/oncoding/article/details/4434315</link><guid>https://blog.csdn.net/oncoding/article/details/4434315</guid><author>oncoding</author><pubDate>Tue, 11 Aug 2009 14:24:00 +0800</pubDate><description><![CDATA[源码阅读，自然是计算机学习的捷径之一，其重要性在此就不再赘述。因项目需要，最近在读OpenSSH & OpenSSL 的源码库，一开始进展奇慢，龟速，后来掌握了一些技巧后，快了一些。在此，将我总结的所谓的“技巧”贴上来，我先扔出一块砖，大家拿玉的砸过来！！读一份好的源码就像挖宝藏。  1.工欲善其事，必先利其器——铁锹？]]></description><category></category></item><item><title><![CDATA[日食照片【苏州】]]></title><link>https://blog.csdn.net/oncoding/article/details/4370168</link><guid>https://blog.csdn.net/oncoding/article/details/4370168</guid><author>oncoding</author><pubDate>Wed, 22 Jul 2009 13:23:00 +0800</pubDate><description><![CDATA[今天一直有雨，在苏州肉眼啥也看到，只能感到天黑了。 过了一会助理发了张图片，还真是公司楼顶拍的（可看到大润发），不知是哪位神人拍的，贴上来，纪念一下……]]></description><category></category></item></channel></rss>