上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 118 下一页
摘要: /// /// 设置查找的节点为选定节点 /// 涂聚文 /// 2013-07-15 /// /// /// /// public TreeNode srchTxtInSelectTreeView(TreeView trvToSrch, String strToSrch) { // check if the treeView is not NULL if (trvToSrch == null) ... 阅读全文
posted @ 2013-07-15 18:48 ®Geovin Du Dream Park™ 阅读(5142) 评论(0) 推荐(0)
摘要: /** * Copyright 2010 Tim Down. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * 源碼下載: http://code.google.com/p/js 阅读全文
posted @ 2013-07-05 14:37 ®Geovin Du Dream Park™ 阅读(439) 评论(0) 推荐(0)
摘要: /// /// CheckBoxList數據源 /// 塗聚文 /// 20130705 /// /// private void setCheckBoxList() { DataTable dt = new DataTable(); CheckBoxList1.Items.Clear(); dt = geovindu_branchBLL.SelectGeovindu_branchNameDt(); CheckBox... 阅读全文
posted @ 2013-07-05 11:33 ®Geovin Du Dream Park™ 阅读(563) 评论(0) 推荐(0)
摘要: 1 /// 2 /// 3 /// 4 public partial class Form2 : Form 5 { 6 7 private mshtml.IHTMLDocument2 hc; 8 private mshtml.HTMLDocument hc1; 9 //subdir in ApplicationData Folder, change whatever you think 10 private const string M_WORKPATH = "som... 阅读全文
posted @ 2013-06-28 16:28 ®Geovin Du Dream Park™ 阅读(1393) 评论(0) 推荐(0)
摘要: 1 /// <summary> 2 /// �� 塘㙍镇 3 ///涂聚文 20130623 4 ///http://zh.wiktionary.org/wiki/Wiktionary:%E9%83%A8%E9%A6%96%E7%B4%A2%E5%BC%95 5 /// </summary> 6 / 阅读全文
posted @ 2013-06-24 17:13 ®Geovin Du Dream Park™ 阅读(1930) 评论(2) 推荐(0)
摘要: 1///<summary>2///塗聚文3///201306214///自定义字符串加密解密5///</summary>6publicclassDecEncClass7{8///<summary>9///10///加密11///</summary>12///<paramname="s"></param>13///<returns></returns>14publicstringEnc(strings)15{1617stringstr=@"0123456789ABCDEF 阅读全文
posted @ 2013-06-21 17:51 ®Geovin Du Dream Park™ 阅读(444) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 4 <head> 5 <meta content="text/html; charset=utf-8" http-equiv=&quo 阅读全文
posted @ 2013-06-18 15:26 ®Geovin Du Dream Park™ 阅读(641) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 4 <head> 5 <meta content="text/html; charset=utf-8" http-equiv=&quo 阅读全文
posted @ 2013-06-18 13:07 ®Geovin Du Dream Park™ 阅读(1322) 评论(0) 推荐(0)
摘要: 1 /// <summary> 2 /// 3 /// </summary> 4 /// <param name="sender"></param> 5 /// <param name="e"></param> 6 private void ListboxCheckboxForm_Load(obje 阅读全文
posted @ 2013-06-05 17:01 ®Geovin Du Dream Park™ 阅读(896) 评论(0) 推荐(2)
摘要: http://en.wikipedia.org/wiki/Coordinated_Universal_Timehttp://en.wikipedia.org/wiki/ISO_8601http://en.wikipedia.org/wiki/List_of_UTC_time_offsetshttp: 阅读全文
posted @ 2013-06-02 21:51 ®Geovin Du Dream Park™ 阅读(2054) 评论(0) 推荐(0)
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 118 下一页