Part 1: MomentsDefinition 1 For each integer $n$, the nth moment of $X$, $\mu_n^{'}$ is\[\mu_{n}^{'} = EX^n.\]The nth central moment of $X$, $\mu_n$, ...
分类:
其他好文 时间:
2014-11-17 21:02:46
阅读次数:
152
(五)列表条目(SPListItem) SharePoint中数据的存储基本上都是通过列表条目来完成(文档库中的文档也是一种特殊的列表条目),因此在SharePoint应用开发中,最终是要和列表条目打交道的。在SharePoint对象模型中,使用SPListItem表示列表条目,使用SPListIt...
分类:
Web程序 时间:
2014-11-17 19:09:46
阅读次数:
302
Getting started with SQLite in C#http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/ C#与SQLite的操作介绍 下载http://www.cn....
分类:
数据库 时间:
2014-11-17 19:04:34
阅读次数:
168
删除多行数据,只要在代码中加上selModel:Ext.create('Ext.selection.CheckboxModel',{mode:"SIMPLE"}), 1 Ext.apply(this, { 2 title: '商品单位', 3 id...
分类:
其他好文 时间:
2014-11-17 17:31:37
阅读次数:
285
代码如下:$oss_sdk_service = new ALIOSS();$oss_sdk_service->set_debug_mode(FALSE);$bucket = 'xxxx';$object = 'oss-file-name-'.time().'.jpg';$pathFile = "C:...
分类:
Web程序 时间:
2014-11-17 15:44:58
阅读次数:
212
wsdl的结构:definitions ---types: ---message:用来定义消息的结构 ---part:指定引用types中定义的标签片段 ---portType:用来定义服务器端的sei ---operation:用来指定sei中的处理请求的方法; ---input:指定客户端应用传...
分类:
其他好文 时间:
2014-11-17 15:35:58
阅读次数:
126
Part I:提问===========================代码编写练习1.为用户登录系统编写模型。2.将该模型映射到数据库上。3.编写登录的控制器和视图。Part II:检查===========================1.上堂课的练习效果。Part III:案例学习=====...
分类:
其他好文 时间:
2014-11-17 12:15:27
阅读次数:
194
引入http://kb.cnblogs.com/page/502983/主流MVC框架向command转型是有原因的,除了command自身的优势之外,一个非常重要的原因就是:由于缺少合理的组织依据,controller的粒度很难拿捏controller不同于view与model,view与mode...
分类:
Web程序 时间:
2014-11-17 12:03:57
阅读次数:
231
1、改变文件或目录权限 chmod语法:chmod [{ugo} {+-=} {rwx}] [文件或目录] 或 [mode] [文件或目录]第一种语法中:这里的u是所有者,g是指所属组,o是指其他人+是指增加权限,-是指减少权限,=是指赋予权限r是指读权限,w是指写权限、x只是执行权限第二种语法中:...
分类:
系统相关 时间:
2014-11-17 00:28:08
阅读次数:
300
在DB2中查看sql的执行计划没有其它数据库方便,需要经过好几步,这里我把步骤整理成shell脚本以方便使用,如下:#!/bin/sh
db2 connect to
db2 -tvf $HOME/sqllib/misc/EXPLAIN.DDL
db2 set current explain mode explain
db2 "
"
db2 set current explain m...
分类:
数据库 时间:
2014-11-16 20:13:38
阅读次数:
246