/// <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
#region Protected Property protected Regex rLetters { get { return new Regex("[a-zA-Z]{1,}"); } } /// <summary> /// 验证数字 /// </summary> protected Rege ...
源码: <table summary="摘要信息"> <caption>标题文本</caption> <tr> <td>、、、、、</td> <td>、、、、、</td> </tr> </table> ...
分类:
其他好文 时间:
2016-06-27 15:23:14
阅读次数:
145
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
把TSQL拿出来,做了一个封装,适用的所有表,更新有两种,普通更新和记数更新 看代码:这两个方法是写在DAL里的数据操作基类里的,只有它的子类可以用它,所以用protected做为限制 /// <summary> /// 通用更新方法 /// </summary> /// <param name=" ...
分类:
数据库 时间:
2016-06-27 12:07:18
阅读次数:
165
using UnityEngine;using System.Collections;using UnityEngine.UI; /// <summary>/// 用来测试动态生成下载列表/// </summary>public class UILoad : MonoBehaviour{ int c ...
分类:
其他好文 时间:
2016-06-27 10:35:27
阅读次数:
121
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 ...
https://blog.atime.me/note/mysql-summary.html https://blog.atime.me/note/mysql-summary.html 总结使用MySQL过程中遇到的各种问题和一些有用的资源,配置等等。将之前的若干篇零散的文章汇总到一起,备忘。 若无特 ...
分类:
数据库 时间:
2016-06-26 16:49:39
阅读次数:
261
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
1 /// <summary> 2 /// ************************************************* 3 /// 类名:MP3帮助类 4 /// 修改日期:2016/06/25 5 /// 作者:董兆生 6 /// 联系方式:QQ490412323 7 // ...