The purpose of this post is to provide an introduction to the Model-View-ViewModel (MVVM) pattern. While I've participated in lots of discussions onli...
Default Session Persistence for a Web Application (explained..) ------------------------------------------------------------------------ By default Tomcat (5.x onwards, based on my knowledge) persi...
分类:
其他好文 时间:
2014-11-04 11:16:39
阅读次数:
215
wiki上的解释很好,自己组织语言也不见得比wiki上的好。所以摘录如下(红色字体是特别标注的部分):方差:http://zh.wikipedia.org/wiki/%E6%96%B9%E5%B7%AE方差变异量(数)(Variance),应用数学里的专有名词。在概率论和统计学中,一个随机变量的方差...
分类:
其他好文 时间:
2014-10-29 12:19:05
阅读次数:
505
http://delphi.about.com/cs/adptips2004/a/bltip0504_4.htmWhen using ShellExecute (as explained in the above article) to open a web site or a htm file w...
IntroductionMe and my wife had some interesting conversations onObject Oriented Design principles. After publishing the conversation on CodeProject, I...
分类:
其他好文 时间:
2014-10-12 19:25:48
阅读次数:
231
整理了一下最近对协同过滤推荐算法中的皮尔森相似度计算,顺带学习了下R语言的简单使用,也复习了概率统计知识。一、概率论和统计学概念复习1)期望值(Expected Value)因为这里每个数都是等概率的,所以就当做是数组或向量中所有元素的平均数吧。可以使用R语言中函数mean()。2)方差(Variance)方差分为population variance总体方差和sample variance样本方...
分类:
编程语言 时间:
2014-10-12 16:35:38
阅读次数:
1714
IntroductionMy wife Farhana wants to resume her career as a software developer (she started her career as a software developer, but couldn't proceed m...
分类:
其他好文 时间:
2014-10-12 16:11:48
阅读次数:
289
An kind of interesting problem. Use an array arr[] to store how many gas are left if we travel from station i to station i+1, arr[i] = gas[i] - cost[i]. Then it becomes an variance of the maximal sub...
分类:
其他好文 时间:
2014-10-12 06:25:47
阅读次数:
210
如何衡量离散程度衡量指标 离散系数,离散系数又称变异系数,是统计学当中的常用统计指标,主要用于比较不同水平的变量数列的离散程。 离散系数指标有:全距(极差)系数、平均差系数、方差系数和标准差系数等。常用的是标准差系数,用CV(Coefficient of Variance)表示。标准差系数 C...
分类:
其他好文 时间:
2014-09-18 23:31:44
阅读次数:
441
1.explain plan的使用SQL> explain plan for delete from t_jingyu;Explained.SQL> select * from table(dbms_xplan.display);PLAN_TABLE_OUTPUT------------------...
分类:
数据库 时间:
2014-09-01 00:21:22
阅读次数:
272