上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
  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 阅读(216) 评论(0) 推荐(0)
摘要: hashtable在小范围内是有顺序的,但不具普遍性,不适合于要顺序读取的场合 阅读全文
posted @ 2020-06-29 22:55 RookieBoy666 阅读(149) 评论(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 阅读(416) 评论(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 阅读(392) 评论(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 阅读(172) 评论(0) 推荐(0)
  2020年5月29日
摘要: 更新地址:后续更新... 项目地址:https://www.cnblogs.com/tiancaige/p/12778869.html 阅读全文
posted @ 2020-05-29 13:31 RookieBoy666 阅读(117) 评论(0) 推荐(0)
  2020年5月23日
摘要: 如下: public class Export { public void dataGridViewToCSV(DataGridView dataGridView) { if (dataGridView.Rows.Count == 0) { MessageBox.Show("没有数据可导出!", " 阅读全文
posted @ 2020-05-23 11:38 RookieBoy666 阅读(792) 评论(0) 推荐(0)
  2020年5月22日
摘要: 解决方法: 添加如下: 代码: Thread t = new Thread((ThreadStart)(() => { SaveFileDialog saveqrimg = new SaveFileDialog(); saveqrimg.Title = "二维码图片保存"; saveqrimg.Fi 阅读全文
posted @ 2020-05-22 15:28 RookieBoy666 阅读(4021) 评论(0) 推荐(1)
  2020年5月13日
摘要: 1.先创建一个类: public static class MyServiceProvider { public static IServiceProvider ServiceProvider { get; set; } } 2.Startup.cs中Configure方法中添加 MyService 阅读全文
posted @ 2020-05-13 17:35 RookieBoy666 阅读(6090) 评论(5) 推荐(2)
  2020年5月8日
摘要: 1.连接SQL server (最好是视图、存储过程) 2.录制宏(可录制刷新,点击按钮刷新) 开发工具 录制宏、停止录制 指定宏: 保存文件时最好保存为.xslm 阅读全文
posted @ 2020-05-08 13:52 RookieBoy666 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页