码迷,mamicode.com
首页 >  
搜索关键字:summary ranges    ( 3424个结果
Oracle rman 命令详解
一、list常用命令总结备忘 list命令列出控制文件、RMAN恢复目录中备份信息,是我们对所有可见的数据库备份文件的一个最直观的了解的方法 list incarnation; list backup summary; list backup of database summary; list ba...
分类:数据库   时间:2014-11-05 12:25:06    阅读次数:288
自定义特性用途---案例:操作权限
--------------------------------------------------LimitAttribute.cs自定义特性usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Web; ///<summary> ///LimitAttribute的摘要说明 ///</summary> //特性只作用与方法上 [AttributeU..
分类:其他好文   时间:2014-11-05 00:38:28    阅读次数:119
Atitit.Gui控件and面板----web server区----- web服务器监控面板and控制台条目
Atitit.Gui控件and面板----web server区----- web服务器监控面板and控制台条目   1. Resin4.0.22 1 2. 查看http连接数::Summary>>tables 1 2.1.1. Open Connections 1 2.2. TCP ports? 1 3. 查看app::confgi?>>webapps 2 3.1. Host ht...
分类:Web程序   时间:2014-11-03 21:03:26    阅读次数:230
ArrayList
ArrayList相当于STL里面的Vector。 {CSDN:CODE:505358} 下面是成员方法。 Method Summary  boolean add(E e)              Appends the specified element to the end of this list. ...
分类:其他好文   时间:2014-11-02 19:42:48    阅读次数:230
HTTP HEADER 详解
Header解释示例Accept-Ranges表明服务器是否支持指定范围请求及哪种类型的分段请求Accept-Ranges: bytesAge从原始服务器到代理缓存形成的估算时间(以秒计,非负)Age: 12Allow对某网络资源的有效的请求行为,不允许则返回405Allow: GET, HEADC...
分类:Web程序   时间:2014-10-29 12:15:40    阅读次数:301
(DT系列二)device tree的书写规范
devicetree的书写规范下面从节点,属性,reg,ranges,中断控制器等几个方面叙述devicetree的书写规范。1,dts的基本元素:节点.dts(或者其include的.dtsi)基本元素为结点和属性。举例说明节点的概念:/ { node1 { a-string-...
分类:其他好文   时间:2014-10-28 19:48:44    阅读次数:236
DataRow[] /数组转换datatable!
/// <summary> /// /// </summary> /// <param name="dt"></param> /// <param name="strWhere">筛选的条件</param> /// <returns></returns> public DataTab...
分类:编程语言   时间:2014-10-27 19:53:24    阅读次数:278
获取日期星期几
/// <summary> /// 获取日期星期几 /// </summary> /// <param name="addDate"></param> /// <returns></returns> private string GetWeek(DateTime addDate) {...
分类:其他好文   时间:2014-10-27 14:29:57    阅读次数:176
Excel中 随机抽取n行 存储在access中
string[]re=newstring[50]; Randomw=newRandom(); ///<summary> ///产生50个不同的数以随机抽题 ///</summary> ///<returns></returns> privatestring[]Random() { int[]res=newint[50]; intc=0; do { inttemp=w.Next(1,200); if(!isa(temp,res))res[c..
分类:数据库   时间:2014-10-25 02:08:25    阅读次数:274
Ruby_day[1]控制流(if, unless)
summary: 1: if, elsif, else.注意结束if时后面加end 2: unless, elseHow to use if, else, and elsifHow to use comparators / relational operators like ==(相等), !=.....
分类:其他好文   时间:2014-10-22 21:39:43    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!