#region 让图片不变形 /// /// 小图标等比例缩小 /// /// /// private ImageList GetImageFrom2(string[] _files) { ImageList list = new ImageList(); int picWi...
分类:
其他好文 时间:
2015-11-09 15:22:43
阅读次数:
149
1. curl ipinfo.io~/codes/qt_codes/qt-5.4.1-build$ curl ipinfo.io{ "ip": "114.241.210.22", "hostname": "No Hostname", "city": "Beijing", "region": "Bei...
分类:
系统相关 时间:
2015-11-06 00:04:19
阅读次数:
181
/// /// DES加密/解密类。 /// public class DESEncrypt { #region ========加密======== /// /// 加密 /// /// ...
分类:
其他好文 时间:
2015-11-02 11:54:03
阅读次数:
168
#region 方法一: DataTable tblDatas =new DataTable("Datas"); DataColumn dc =null; dc = tblDatas.Columns.Add("ID", Type.GetType("System.Int32")); dc.AutoIn...
分类:
其他好文 时间:
2015-11-01 17:50:55
阅读次数:
217
常见class关键词:布局类:header, footer, container, main, content, aside, page, section包裹类:wrap, inner区块类:region, block, box结构类:hd, bd, ft, top, bottom, left, r...
分类:
Web程序 时间:
2015-10-30 16:47:43
阅读次数:
266
Localiztion native development region --- CFBundleDevelopmentRegion 本地化相关,如果?户所在地没有相应的语言资源,则用这个key的value来作为默认Bundle display name --- CFBundleDisplayNa...
分类:
其他好文 时间:
2015-10-30 12:30:18
阅读次数:
226
可以做个类: 1 #region FTP 2 3 string ftpServerIP; // FTP服务器的地址 4 string ftpRemotePath; // FTP目录 5 string ftpUserID; //...
分类:
Web程序 时间:
2015-10-29 10:54:28
阅读次数:
293
问题、使用SourceTable.Columns.Description时,当数据库列的注释多行时1 #region 变量定义2 3 ///4 ///5 ///6 7 8 #endregi...
分类:
其他好文 时间:
2015-10-28 16:59:50
阅读次数:
223
.net + sql???????? ????????????????????#region?构造统计日期临时表
????????????????????DataTable?originalDates?=?new?DataTable();
???????...
分类:
移动开发 时间:
2015-10-28 15:54:34
阅读次数:
248
#region 行号 /// /// 行号 /// /// /// private void gridView1_CustomDrawRowIndicator(object sender, D...