码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
machine learning学习笔记
看到Max Welling教授主页上有不少学习notes,收藏一下吧,其最近出版了一本书呢还,还没看过。http://www.ics.uci.edu/~welling/classnotes/classnotes.htmlStatistical Estimation[ps]- bayesian est...
分类:系统相关   时间:2015-01-12 09:12:06    阅读次数:205
90. 基于Notes/Domino的文档工作流系统(二)
XPages下的工作流演示网页外观的可能性在技术上超过Notes客户端里的表单,Web应用程序在页面设计上花费的精力和取得的效果也远远超过基本保持传统客户端应用程序界面风格的Notes。我是程序员,不是设计师。在下面的演示里,页面都以展现功能为主,基本采用XPages的默认输出。按状态分类显示采购单的视图:采购单页面:单击Flow actions…按钮弹出的对话框:流程设置先来看看这个采购系统的流...
分类:其他好文   时间:2015-01-09 12:34:55    阅读次数:131
Java Notes-7
-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
89. 基于Notes/Domino的文档工作流系统(一)
介绍Notes/Domino作为一个数据库系统和开发平台,具有许多与众不同的特点。这些特点使得它适于开发某些类型的应用系统(同时就不是开发其他一些类型系统的适宜平台),这其中就包括工作流。这里指的并不是如工作流管理联盟(Workflow Management Coalition, WfMC)制定的工作流标准(Workflow Reference Model)那样通用的工作流,而是一类以文档为中心的...
分类:其他好文   时间:2015-01-08 11:21:31    阅读次数:124
C++ Primer Notes [to be continued..]
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++读书笔记 Part1
##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
Oracle Bills of Material and Engineering Application Program Interface (APIs)
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
Git Notes
Git Notes
分类:其他好文   时间:2015-01-04 21:13:35    阅读次数:131
0009 linux下的一些技巧
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
Java Notes-6
- 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
1141条   上一页 1 ... 93 94 95 96 97 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!