2020年7月23日
摘要: /// <summary> /// /// </summary> /// <typeparam name="T"></typeparam> /// <param name="dtSource">数据集</param> /// <param name="filedName">列名</param> // 阅读全文
posted @ 2020-07-23 15:01 RookieBoy666 阅读(2114) 评论(0) 推荐(0) 编辑
  2020年7月20日
摘要: /// <summary> /// 获取字符串中的数字 /// </summary> /// <param name="str">字符串</param> /// <returns>数字</returns> public static decimal GetNumber(string str) { d 阅读全文
posted @ 2020-07-20 17:12 RookieBoy666 阅读(136) 评论(0) 推荐(0) 编辑
  2020年7月18日
摘要: string text = @"var query = from info in infoList where info.AuditFlag == null || info.AuditFlag == false join emp in empList on info.SaleMan equals e 阅读全文
posted @ 2020-07-18 09:50 RookieBoy666 阅读(364) 评论(0) 推荐(0) 编辑
  2020年7月6日
摘要: 类: class AutoSizeFormClass { //(1).声明结构,只记录窗体和其控件的初始位置和大小。 public struct controlRect { public int Left; public int Top; public int Width; public int H 阅读全文
posted @ 2020-07-06 20:23 RookieBoy666 阅读(200) 评论(0) 推荐(0) 编辑
  2020年6月29日
摘要: 1.找到VS安装路径,我的默认是C盘下路径C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class C:\Program File 阅读全文
posted @ 2020-06-29 22:57 RookieBoy666 阅读(207) 评论(0) 推荐(0) 编辑
摘要: hashtable在小范围内是有顺序的,但不具普遍性,不适合于要顺序读取的场合 阅读全文
posted @ 2020-06-29 22:55 RookieBoy666 阅读(136) 评论(0) 推荐(0) 编辑
  2020年6月28日
摘要: App.config中内容: <?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- <system.windows.forms jitDebugging="true" //允许调试 />--> <appSettings> <add 阅读全文
posted @ 2020-06-28 21:36 RookieBoy666 阅读(363) 评论(0) 推荐(0) 编辑
  2020年6月23日
摘要: <a name="top"></a> <div id="page_begin_html"> <!-- 背景动画 --> <script type="text/javascript" color="225,0,255" opacity='0.7' zIndex="2" count="100" src= 阅读全文
posted @ 2020-06-23 10:06 RookieBoy666 阅读(387) 评论(0) 推荐(0) 编辑
  2020年6月5日
摘要: SELECT c.sMaterialNo, c.sMaterialName, c.nACPrice, c.nTaxRate, c.tStoreInTimeFROM( SELECT b.sMaterialNo, b.sMaterialName, b.nACPrice, b.nTaxRate, a.tS 阅读全文
posted @ 2020-06-05 13:09 RookieBoy666 阅读(162) 评论(0) 推荐(0) 编辑
  2020年5月29日
摘要: 更新地址:后续更新... 项目地址:https://www.cnblogs.com/tiancaige/p/12778869.html 阅读全文
posted @ 2020-05-29 13:31 RookieBoy666 阅读(112) 评论(0) 推荐(0) 编辑