码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
redis bitmap 入门
1.简介 bigmap是通过类似map结构存放0或1(bit 位)作为值,一般用来统计状态.如:日活,是否浏览过某个东西 2.setbit redis 127.0.0.1:6379> help setbit   SETBIT key offset value   summary: Sets or clears the bit at offset in the stri...
分类:其他好文   时间:2015-05-20 13:18:47    阅读次数:332
BOM Summary P268-P269
The Browser Object Model(BOM) is based on the window object, which represents the browser window and the viewable page area. The window object doubl.....
分类:其他好文   时间:2015-05-20 13:07:31    阅读次数:109
【数据分析 R语言实战】学习笔记 第五章 数据的描述性分析(下)
5.6 多组数据分析及R实现5.6.1 多组数据的统计分析> group=read.csv("C:/Program Files/RStudio/002582.csv")> group=na.omit(group) #忽略缺失样本> summary(group) 时间 ...
分类:编程语言   时间:2015-05-19 12:56:11    阅读次数:768
cookie案例
Summary:cookie是以字符串的形式保存数据的,把数据保存在客户端.一个cookie只能标识一种信息,它至少包含有一个标识该信息的名称(name)和设置值(value)setMaxAge(0)//可以删除cookie,用JavaScript也可以删除//常用的方法setMaxAge()//设...
分类:其他好文   时间:2015-05-18 22:37:22    阅读次数:148
新闻信息的javaBean
//新闻信息的javaBeanpublic class News { //新闻属性 private int id; //id private int categoryId ;//新闻类别id private String title;//新闻标题 private String summary;/.....
分类:编程语言   时间:2015-05-16 13:18:24    阅读次数:189
设计模式之 单例模式
using?System; using?System.Collections.Generic; using?System.Linq; using?System.Text; namespace?Signleton_Pattern { ????///?<summary> ????///?世界上只有一个太阳 ????///?</summa...
分类:其他好文   时间:2015-05-15 12:13:30    阅读次数:131
EBS APIS(转)
API To Find Sales Order's Subtotal,discount,charges and Tax (OE_OE_TOTALS_SUMMARY.ORDER_TOTALS)API for Cancelling the Purchase Order (PO) Document (PO...
分类:Windows程序   时间:2015-05-14 20:30:08    阅读次数:1519
带权重的随机算法及实现
在游戏开发过程中,经常会遇到生成一波带权重的随机怪物或是掉落List中物品带权重的情况,总结下我的算法以及实现方法。直接上代码usingSystem.Collections.Generic;usingSystem;publicclassRandomHelper{///<summary>///算法:///1.每个元素权重+1命名为w,防止为0情况..
分类:编程语言   时间:2015-05-12 19:06:34    阅读次数:164
Java Notes-12(Preferences API, The Logging API)
Summary:Preferences API, The Logging API...
分类:编程语言   时间:2015-05-09 17:34:38    阅读次数:1145
获取RSS的XML内容然后整形输出(Windows Patch)
$report = [pscustomobject]@{'Date' = $null; 'MSRC' = $null; 'KB' = $null; 'Severity' = $null; 'Version' = $null; 'Summary' = $null; 'ThreatType' = $nu...
分类:Windows程序   时间:2015-05-08 17:59:35    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!