上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页
摘要: 通过添加 Microsoft.AspNetCore.Hosting.Abstractions.dll 包是没有效果的 需要添加的包叫做:MiniProfiler.AspNetCore.Mvc 阅读全文
posted @ 2022-04-09 11:03 LuoCore 阅读(863) 评论(2) 推荐(2)
摘要: https://download.red-gate.com/installers/SQLToolbelt/2022-04-07/SQLToolbelt.exe 阅读全文
posted @ 2022-04-08 10:19 LuoCore 阅读(316) 评论(0) 推荐(0)
摘要: https://www.coder.work/article/399382 var builder = new AlertDialog.Builder(this); View v = LayoutInflater.From(this).Inflate(Resource.Layout.componen 阅读全文
posted @ 2022-04-06 15:01 LuoCore 阅读(75) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/sinat_26562875/article/details/51447785 /// <summary> /// 通用适配器 /// </summary> /// <typeparam name="T"></typeparam> public class 阅读全文
posted @ 2022-04-06 14:59 LuoCore 阅读(48) 评论(0) 推荐(0)
摘要: 原因是因为 protected override void OnStart() { base.OnStart(); btnLogin.Click += BtnLogin_Click; } 在 OnStart 中注册点击事件,每次返回时,都会调用该方法,所以会导致重复注册该事件导致的 阅读全文
posted @ 2022-04-02 16:03 LuoCore 阅读(118) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/kucoffee12/article/details/81874138 string str = "fxq.5.6.doc"; //文件名称中设计多个特定符号; str = str.Substring(0, str.LastIndexOf(".")); C 阅读全文
posted @ 2022-04-01 18:11 LuoCore 阅读(263) 评论(0) 推荐(0)
摘要: EditText,你会发现当点击第一个EditText时,第二个EditText会有光标闪以下,或者点击第二个或者之后的EditText,第一个EditText会有光标闪一下。通过Log你会发现从第二次点击EditText起,每次点击EditText都会先触发一次失去焦点,再触发一次获取焦点。由此可 阅读全文
posted @ 2022-03-29 10:31 LuoCore 阅读(580) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35504350/article/details/78189004 这个是重点 JavaList<IDictionary<string, object>> data_list = null;//一定要用javalist不能用IList JavaDic 阅读全文
posted @ 2022-03-29 09:37 LuoCore 阅读(244) 评论(0) 推荐(0)
摘要: https://mlog.club/article/5879658 解决办法: 关闭VS 删除解决方案根目录中的.vs文件夹 开始VS 阅读全文
posted @ 2022-03-28 20:16 LuoCore 阅读(78) 评论(0) 推荐(0)
摘要: this.RequestedOrientation = Android.Content.PM.ScreenOrientation.Portrait;//竖屏,禁止横屏 this.RequestedOrientation = Android.Content.PM.ScreenOrientation.N 阅读全文
posted @ 2022-03-24 12:51 LuoCore 阅读(184) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页