码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
Asp.Net常用方法
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Text.RegularExpressions;usingSystem.IO;usingSystem.Net;usingSystem.Configuration;usingSystem.Web;namespaceCommon{publicclassUtils{#region系统版本///<summary>///版本信息类///</..
分类:Web程序   时间:2016-04-08 01:04:44    阅读次数:253
DataGridView选中行按从上到下或从下到上排序
/// <summary> /// 从上到下排列选择行 /// </summary> /// <param name="dgv"></param> /// <returns></returns> public static List<DataGridViewRow> SortedUpDownSele ...
分类:编程语言   时间:2016-04-06 14:59:53    阅读次数:141
微信生产带参数二维码
1、生成场景号 根据业务需求生产场景号。 用户扫描带场景值二维码时,可能推送以下两种事件: 2、创建二维码ticket 每次创建二维码ticket需要提供一个开发者自行设定的参数(scene_id),分别介绍临时二维码和永久二维码的创建二维码ticket过程 /// <summary> /// 创建 ...
分类:微信   时间:2016-04-06 13:22:02    阅读次数:355
Extjs 3.4 同值合并
/*与表头对齐*/.x-grid3-row td,.x-grid3-summary-row td { padding-right: 0px; padding-left: 0px; padding-top: 0px; padding-bottom: 0px;} /*去掉行间空白*/.x-grid3-r ...
分类:Web程序   时间:2016-04-05 12:42:38    阅读次数:172
事件委托实现观察者模式
Subject 通知者接口: public interface Subject { void Notify(); string SubjectState { get; set; } } StockObserver 看股票同事类: /// <summary> /// 看股票同事类 /// </summ ...
分类:其他好文   时间:2016-04-04 11:34:17    阅读次数:141
Percona Toolkit 学习(四)(heartbeat, index-usage,ioprofile,killmextmysql-summary)
seconds_behind_master含义及不足seconds_behind_master的值是通过将salve服务器当前的时间戳与二进制日志中的事件的时间戳相比得到的,所以只有执行事件时才会报告延迟。1.1如果备库复制线程没有运行,就会报延迟为null。1.2一些错误比如网络不稳定可能导致复制中断或停止复制..
分类:数据库   时间:2016-04-04 07:02:35    阅读次数:284
R语言笔记 attach()、detach()和with()
函数attach()可将数据框添加到R的搜索路径中。R在遇到一个变量名以后,将检查搜索路径中的数据框,以定位到这个变量summary(mtcars)>plot(mtcars$mpg)>plot(mtcars$hp)mtcars里的字段尽量是变量中没有的>attach(mtcars)>plot(mpg)>plot(hp)>detach(mtcars)函..
分类:编程语言   时间:2016-04-04 06:59:24    阅读次数:2861
Unicode 编码解码
1. Regex.Unescape(str);返回Unicode解码,非Unicode直接返回 /// <summary> /// 2.转为Unicode编码 /// </summary> /// <param name="str"></param> /// <returns></returns> ...
分类:其他好文   时间:2016-04-04 01:19:27    阅读次数:160
Day1 (let and var)/(String,Int,Float,Double)/(Tuples,contains: array,dictionary)
let secondSystem:Int = 0b10001 let eightSystem:Int = 0o21 let tenSystem:Int = 17 let sixthSystem:Int = 0x11 // summary: 1.u need insert a "Enter" behi ...
分类:其他好文   时间:2016-04-01 21:57:47    阅读次数:135
Day2 (operation)/(optional Value of double eye Value)
let secondSystem:Int = 0b10001 let eightSystem:Int = 0o21 let tenSystem:Int = 17 let sixthSystem:Int = 0x11 // summary: 1.u need insert a "Enter" behi ...
分类:其他好文   时间:2016-04-01 21:57:25    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!