from http://www.erp5.org/UnifiedBusinessModel
什么是统一业务模型
统一业务模型(Unified Busines Model - UBM)是ERP5系统采用的一个抽象业务模型,也是其精华所在。ERP5的作者Jean-Paul Smets在建立ERP5的一个[......]
阅读全文
Posted in 译(translation) | Tagged erp5, model, ubm |
不可否认,暴雪的星际争霸2可能是有史以来最流行的即时战略游戏。其中包含了大量的技巧性的东西,比如“如何使用虫族Rush”,“如何在不同情况下以最优化的方式发展经济”。不仅如此,据说它还可能教给你“21世纪的职场中重要的职业技巧”?
福罗里达州立大学的编号为IDS2935名为“21st Century[......]
阅读全文
Posted in 译(translation) |
10 Ways We Hurt Our Romantic Relationshipsx
幸福爱情的十大忌讳【石榴刺猬全文译】
It's not easy to have a great relationship with your boy/girlfriend, partner, or spous[......]
阅读全文
Posted in 译(translation) |
via: Writing Zippy Android Apps
ANR是什么

ANRs (“Application Not Responding”),意思是”应用没有响应“。
在如下情况下,Android会报出ANR错误:
– 主线程 (“事件处理线程” / “UI线程”) 在5秒内没有响应输入[......]
阅读全文
Posted in android, 知(knowledge), 译(translation) | Tagged android, ANR, AsyncTask, Intent Service |
本文档是关于Go编程语言基础的一个介绍性的入门教程,偏向于熟悉C或C++的读者。本文并非一份语言的完整指南,如果需要的话,你应该去看看 “语言规范”(language specification)。当读完本教程之后,你可能会希望继续看看“Effective Go”,这份文 档更深入的挖掘如何使用Go语言。此外还有一份《三日入门》的教程可供参考: 第一日, 第二日, 第三日.
本文将会以一 系列适当的程序来说明语言的一些关键特性。所有的示例程序都是可运行的(在撰写本文时),并且这些程序都会提交到版本库的/doc/progs/目录下。[......]
Posted in others, 译(translation) | Tagged go, google, translate |