上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: 以谷歌为例 ① 迁移书签 设置=》书签=》书签管理器=》导出书签=》导入书签 ② 迁移记住密码 设置=》自动填充=》密码管理器=》导出密码=》导入密码 -Google 设置=》高级=》自动填充=》密码=》导出密码=》导入密码 -Google双核 注意:导出密码只需要录入电脑的登录密码 阅读全文
posted @ 2023-03-17 17:32 人生为卒 阅读(329) 评论(0) 推荐(0)
摘要: Eclipse的使用配置:https://www.cnblogs.com/asio/p/12302089.html 转载 https://www.cnblogs.com/Joetao/articles/16137714.html (1)Project Explorer面板右边view menu下拉菜 阅读全文
posted @ 2023-03-14 09:19 人生为卒 阅读(72) 评论(0) 推荐(0)
摘要: 右下角 panel2.Location = new Point(this.Size.Width - panel2.Size.Width,this.Size.Height- panel2.Size.Height); 阅读全文
posted @ 2023-03-03 17:08 人生为卒 阅读(298) 评论(0) 推荐(0)
摘要: 以下为Mysql的示例,sql需要适当修改 #region Mysql数据表的转移和备份 public ILog log = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); // 阅读全文
posted @ 2023-01-09 15:14 人生为卒 阅读(36) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/qq_48091113/article/details/122695260 1. 记录原因:mysql关联查询速度很慢,是由于字段字符集规则不一致所导致1.1 在一次线上的服务中,发现有几个关联查询速度特别慢,试过了多种优化方案,最后把问题定格在 c 阅读全文
posted @ 2022-12-30 10:49 人生为卒 阅读(1892) 评论(0) 推荐(0)
摘要: 转载 :https://blog.csdn.net/u012097590/article/details/103611365 1、列的合并: 如下图操作,其实修改的属性是单元格的Weight属性,属性列表不显示而已。 2、行合并: 设置单元格的RowSpan的数值即可,如下图所示 3、根据数值相同合 阅读全文
posted @ 2022-12-13 10:58 人生为卒 阅读(1733) 评论(0) 推荐(0)
摘要: C#获取dynamic(动态)实体的属性值 List<student> item= conn.Query<student>($"select * from 表 where id=123 ").ToList(); foreach (System.Reflection.PropertyInfo p in 阅读全文
posted @ 2022-12-09 11:46 人生为卒 阅读(1773) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/mooncher/p/13839473.html Microsoft.CompactFramework.CSharp.targets not found 最近因为要给C盘扩容,就把D盘格式化了一下,扩容完成后 再用VS2008打开智能设备项目,报 阅读全文
posted @ 2022-12-07 15:50 人生为卒 阅读(178) 评论(0) 推荐(0)
摘要: 转载:http://t.zoukankan.com/gaohongchen01-p-5535694.html 本文使用C#开发Winform应用程序,通过调用<WebXml/>(URL:http://www.webxml.com.cn)的WebService服务WeatherWS来获取天气预报数据。 阅读全文
posted @ 2022-10-20 11:10 人生为卒 阅读(937) 评论(0) 推荐(0)
摘要: Change this in VS: Tools | Options | Projects and Solutions | Web Projects | Use the 64 bit version of IIS Express 阅读全文
posted @ 2022-08-12 11:49 人生为卒 阅读(29) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页