码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
C# 自定义排序
/// <summary> /// 实体 /// </summary> public class Product { public int ID { get; set; } public string Name { get; set; } public decimal Price { get; se ...
分类:编程语言   时间:2016-06-27 17:29:18    阅读次数:177
C#常用正则验证
#region Protected Property protected Regex rLetters { get { return new Regex("[a-zA-Z]{1,}"); } } /// <summary> /// 验证数字 /// </summary> protected Rege ...
分类:Windows程序   时间:2016-06-27 15:35:58    阅读次数:185
<caption>标签---标题文本
源码: <table summary="摘要信息"> <caption>标题文本</caption> <tr> <td>、、、、、</td> <td>、、、、、</td> </tr> </table> ...
分类:其他好文   时间:2016-06-27 15:23:14    阅读次数:145
GridView多列排序
1 public class WebGridView:GridView 2 { 3 属性#region 属性 4 /**//// <summary> 5 /// 是否启用或者禁止多列排序 6 /// </summary> 7 [ 8 Description("是否启用多列排序功能"), 9 Cate ...
分类:编程语言   时间:2016-06-27 12:18:33    阅读次数:185
MVC LINQ中用封装的TSQL通用更新方法
把TSQL拿出来,做了一个封装,适用的所有表,更新有两种,普通更新和记数更新 看代码:这两个方法是写在DAL里的数据操作基类里的,只有它的子类可以用它,所以用protected做为限制 /// <summary> /// 通用更新方法 /// </summary> /// <param name=" ...
分类:数据库   时间:2016-06-27 12:07:18    阅读次数:165
动态竖列生成button
using UnityEngine;using System.Collections;using UnityEngine.UI; /// <summary>/// 用来测试动态生成下载列表/// </summary>public class UILoad : MonoBehaviour{ int c ...
分类:其他好文   时间:2016-06-27 10:35:27    阅读次数:121
WinForm 小练习 计算器
1 string a = "0"; int b; int c; bool d = true; string f = ""; 2 /// <summary> 3 /// 按键8 4 /// </summary> 5 /// <param name="sender"></param> 6 /// <pa ...
分类:Windows程序   时间:2016-06-26 21:10:43    阅读次数:328
关于MySQL的各种总结
https://blog.atime.me/note/mysql-summary.html https://blog.atime.me/note/mysql-summary.html 总结使用MySQL过程中遇到的各种问题和一些有用的资源,配置等等。将之前的若干篇零散的文章汇总到一起,备忘。 若无特 ...
分类:数据库   时间:2016-06-26 16:49:39    阅读次数:261
Shell编程速查手册
https://blog.atime.me/note/shell-scripting-summary.html https://blog.atime.me/note/shell-scripting-summary.html 总结一下日常Shell脚本里常用的知识,忘记时方便查阅。 常见的shell ...
分类:系统相关   时间:2016-06-26 16:48:04    阅读次数:208
C# MP3播放帮助类
1 /// <summary> 2 /// ************************************************* 3 /// 类名:MP3帮助类 4 /// 修改日期:2016/06/25 5 /// 作者:董兆生 6 /// 联系方式:QQ490412323 7 // ...
分类:Windows程序   时间:2016-06-26 00:27:51    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!