上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 63 下一页
摘要: 同一个服务器 mysqldump old -u root -p123456 | mysql new -u root -p123456 不同服务器(在源数据库服务器上执行) mysqldump old -uroot -p123456 | mysql -h 192.168.0.100 new -u root -p12345 阅读全文
posted @ 2019-11-25 16:30 不是豆豆 阅读(1303) 评论(0) 推荐(0)
摘要: 1、在安装时未配置右键快捷菜单,想重新添加 最简单的就是重新安装一遍,在安装过程中选择好。 其次可以通过以下注册表脚本导入(保存为 .reg 文件),注意因为有中文字符,需要使用记事本保存为 ANSI 编码,否则会乱码。 来源:https://thisdavej.com/right-click-on-windows-folder-and-open-with-visual-studio-code/ ... 阅读全文
posted @ 2019-11-20 10:10 不是豆豆 阅读(4640) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/guguda2008/article/details/6073049 阅读全文
posted @ 2019-10-14 21:42 不是豆豆 阅读(326) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/OpenCoder/p/5070645.html 在 Global.asax 中的 Application_Error 方法中,使用 Response.Redirect 方法跳转到自定义错误页时,有时候会不生效,当发生异常错误后还是显示默认的错误黄页,其根本原因是 ASP.NET 认为异常并没有被处理,所以在自定义的处理方法结束后,仍然会执行默... 阅读全文
posted @ 2019-10-08 13:57 不是豆豆 阅读(350) 评论(0) 推荐(0)
摘要: 重新安装指定项目中所有的 nuget 包 Update-Package -ProjectName MyProject –reinstall 更新指定项目中所有的 nuget 包 Update-Package -ProjectName MyProject 更多:https://docs.microsoft.com/zh-cn/nuget/consume-packages/reinstalling... 阅读全文
posted @ 2019-09-14 13:30 不是豆豆 阅读(5626) 评论(0) 推荐(1)
摘要: 导入 MySQL 脚本时报错:[ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci'低版本还不支持 utfmb4 这个字符集 解决方法:将 sql 脚本中的所有utf8mb4_0900_ai_ci 替换为 utf8_general_ciutf8mb4 替换为 utf8 https://blog.csdn.net/yinzitun7947/artic... 阅读全文
posted @ 2019-08-24 17:12 不是豆豆 阅读(692) 评论(0) 推荐(0)
摘要: 应该是驱动适配问题,目前粗暴的解决方案貌似下载安装一个 Intel APTX 驱动就可以了: https://www.dell.com/support/home/cn/zh/cndhs1/drivers/driversdetails?driverId=100J9 非此型号的 Intel 蓝牙网卡同样 阅读全文
posted @ 2019-08-12 10:50 不是豆豆 阅读(10792) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zengming/p/10190317.html 阅读全文
posted @ 2019-07-31 18:02 不是豆豆 阅读(609) 评论(0) 推荐(0)
摘要: CS8357 C# The specified version string contains wildcards, which are not compatible with determinism. Either remove wildcards from the version string, or disable determinism for this compilation CS83... 阅读全文
posted @ 2019-07-30 10:53 不是豆豆 阅读(4604) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/7454024/setting-culture-en-in-globally-in-wpf-app Thread.CurrentThread.CurrentCulture = new CultureInfo("en-IN"); Thread.CurrentThread.CurrentUICulture = new Cultur... 阅读全文
posted @ 2019-07-25 17:48 不是豆豆 阅读(327) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 63 下一页
友情链接:迷途