随笔分类 - C#
遇到的问题、参考的资料等
摘要:https://blog.csdn.net/m0_56265052/article/details/116421252 datagridview.Rows.Clear(); 各种表的行标题写成了一个函数,我在清空之后调用了行标题的函数,恢复行标题
阅读全文
摘要:https://wenku.baidu.com/view/c50e7b5f1411cc7931b765ce050876323112746f.html https://www.xp.cn/b.php/62171.html https://www.cnblogs.com/newcapecjmc/p/10
阅读全文
摘要:https://www.cnblogs.com/yunchen/p/14865608.html https://wenku.baidu.com/view/ab46f9cb49fe04a1b0717fd5360cba1aa8118c60.html https://blog.csdn.net/zzf_f
阅读全文
摘要:#define #undef #if #elif #else #endif #warning #error #region #endregion #line (#line default) #mangles #pragma
阅读全文
摘要:参考链接: https://blog.csdn.net/qq_38472574/article/details/117419242 http://code.js-code.com/c/160287.html https://blog.csdn.net/f842318/article/details/
阅读全文
摘要:https://www.xin3721.com/Python/python12903.html https://zhidao.baidu.com/question/368310248.html https://www.cnblogs.com/lip-blog/p/11844228.html http
阅读全文
摘要:参考链接: https://www.cnblogs.com/oY-CCTR/archive/2012/11/15/2772193.html https://blog.csdn.net/leon90dm/article/details/6544931 https://zhidao.baidu.com/
阅读全文
摘要:注意除了winform程序之外,还依赖dll文件 封装成可执行文件 参考链接: https://www.cnblogs.com/ycm-up/p/9821599.html https://download.csdn.net/download/weixin_39307959/11273126 http
阅读全文
摘要:参考资料: https://blog.csdn.net/findsafety/article/details/46008929 https://www.jb51.net/article/149734.htm https://www.cnblogs.com/gaocong/p/8945204.html
阅读全文
摘要:因为想用一下字符串常量,之前没用过。来一堆参考链接: https://www.runoob.com/csharp/csharp-constants.html https://www.cnblogs.com/YTYMblog/p/5382278.html https://blog.csdn.net/d
阅读全文
摘要:去他妈的那么多参考,静下来看进去学会才最要紧 先来一堆参考: https://blog.csdn.net/sdfkfkd/article/details/7050733 http://www.cppblog.com/twzheng/archive/2008/03/10/44086.html http
阅读全文
摘要:参考链接: https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/operators/ https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/o
阅读全文
摘要:新建同名数据库时报了两个错,都忽略掉了。 不过在SQL plus中运行了已备份的sql文件,并验证了约束、表结构、数据等无误。 问题出在oracle SQL developer与数据库的连接上,报错分别有不识别SID,后来报错the network adapter could not establi
阅读全文
摘要:模式错误 Exception caught: Could not set AcquisitonMode to SingleFrame. Feature is not supported on this device.
阅读全文
摘要:PS:测试的时候如果有弹出框不要放在timer里
阅读全文
摘要:参考链接: https://www.cnblogs.com/hedeyong/p/7841548.html https://jingyan.baidu.com/article/6c67b1d6a09f9a2786bb1e4a.html http://c.biancheng.net/c/stack/
阅读全文
摘要:string转其他 string转double 参考链接:https://www.cnblogs.com/xu-yi/p/11255080.html double.Parse(): static Double Parse(string s) Convert.ToDouble(): static do
阅读全文
摘要:索引还是有用的 正经得写呢 不要东一榔头西一棒子 改方案2,就是不用headers,用第一列做表头试试 症状是一样的 以下记录于2022年1月21日13点55分 最新消息,这个功能,不做了。 所以下午我都工作就是卸载重装matlab,重新封装.m文件 不过!这个功能是一定要会的,所以暂时搁置
阅读全文