看到Max Welling教授主页上有不少学习notes,收藏一下吧,其最近出版了一本书呢还,还没看过。http://www.ics.uci.edu/~welling/classnotes/classnotes.htmlStatistical Estimation[ps]- bayesian est...
分类:
系统相关 时间:
2015-01-12 09:12:06
阅读次数:
205
XPages下的工作流演示网页外观的可能性在技术上超过Notes客户端里的表单,Web应用程序在页面设计上花费的精力和取得的效果也远远超过基本保持传统客户端应用程序界面风格的Notes。我是程序员,不是设计师。在下面的演示里,页面都以展现功能为主,基本采用XPages的默认输出。按状态分类显示采购单的视图:采购单页面:单击Flow actions…按钮弹出的对话框:流程设置先来看看这个采购系统的流...
分类:
其他好文 时间:
2015-01-09 12:34:55
阅读次数:
131
-One such related pair of patterns is the concept
of an executor service that manages tasks and that of a thread pool that services tasks in
an efficient way.
-The new Callable interface, whic...
分类:
编程语言 时间:
2015-01-09 00:18:47
阅读次数:
365
介绍Notes/Domino作为一个数据库系统和开发平台,具有许多与众不同的特点。这些特点使得它适于开发某些类型的应用系统(同时就不是开发其他一些类型系统的适宜平台),这其中就包括工作流。这里指的并不是如工作流管理联盟(Workflow Management Coalition, WfMC)制定的工作流标准(Workflow Reference Model)那样通用的工作流,而是一类以文档为中心的...
分类:
其他好文 时间:
2015-01-08 11:21:31
阅读次数:
124
The type determines the amount of storage that is allocated for the variable and the set of operations that can be performed on it.int ival(1024); // ...
分类:
编程语言 时间:
2015-01-08 07:03:32
阅读次数:
237
##Effective C++ Notes### Part I. Accustoming Yourself to C++####1. View C++ as a federation of languages- C++ is a multi-paradigm programming language...
分类:
编程语言 时间:
2015-01-08 02:06:23
阅读次数:
329
In this DocumentGoalSolution1. Sample Notes for BOM APIs2. Datatypes used in these APIs3. Limitations / ERsReferencesAPPLIES TO:Oracle Bills of Materi...
分类:
移动开发 时间:
2015-01-07 10:39:27
阅读次数:
1153
1、vim下统计字数
g ctrl+g
:%s/./&/g :noh 取消高亮
参考:
http://www.cnblogs.com/jiqingwu/archive/2012/06/14/vim_notes.html
http://zhidao.baidu.com/link?url=Md_NXH7mz4RGixYIRHK1jy4TSfjJ4aIRxYJaKc-Hut_AZTdMmOuCBA...
分类:
系统相关 时间:
2015-01-01 23:50:22
阅读次数:
234
- The wait()
and notify() methods of the Object class extend this capability by allowing us to
explicitly coordinate the waiting and running threads.
-By executing wait() from a synchronized b...
分类:
编程语言 时间:
2015-01-01 12:32:52
阅读次数:
240