上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 51 下一页
摘要: 原文地址:https://cloud.tencent.com/developer/article/1530659 在C#里关于定时器类就有三个 1、System.Windows.Forms.Timer 2、System.Threading.Timer 3、定义在System.Timers.Timer 阅读全文
posted @ 2022-07-25 18:38 LuoCore 阅读(3343) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xujingcheng123/article/details/115968567 在文件 AndroidManifest.xml 配置 <uses-permission android:name="android.permission.INTERNET" 阅读全文
posted @ 2022-07-13 16:13 LuoCore 阅读(403) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/29b349ff7f1a 第一步:XML布局文件 <?xml version="1.0" encoding="utf-8"?><androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:an 阅读全文
posted @ 2022-07-11 11:32 LuoCore 阅读(679) 评论(3) 推荐(1) 编辑
摘要: EditText ET_Billcode.EditorAction += ET_Billcode_EditorAction; //执行方法 private void ET_Billcode_EditorAction(object sender, TextView.EditorActionEventA 阅读全文
posted @ 2022-07-08 14:25 LuoCore 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 转载于:https://my.oschina.net/u/1024921/blog/163142 public static void SetFocus(this Spinner snr) { snr.FindFocus(); snr.FocusableInTouchMode = true; snr 阅读全文
posted @ 2022-07-08 14:24 LuoCore 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 参考来源: https://www.jb51.net/article/32645.htm https://www.cnblogs.com/appskyy/p/11019647.html (主要就是这个DOS CMD 调用DOS) public class SystemServicesMSCHelpe 阅读全文
posted @ 2022-07-01 13:41 LuoCore 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45598506/article/details/107918803?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefa 阅读全文
posted @ 2022-06-27 14:38 LuoCore 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 在不是web 项目中也不是Api 中使用 HttpClientFactory 先需要添加 Microsoft.Extensions.DependencyInjection.Abstractions Microsoft.Extensions.Http static readonly IServiceC 阅读全文
posted @ 2022-06-23 15:49 LuoCore 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/endv/p/4199619.html Color.AliceBlue 240,248,255 Color.LightSalmon 255,160,122 Color.AntiqueWhite 250,235,215 Color.LightSea 阅读全文
posted @ 2022-06-22 10:06 LuoCore 阅读(818) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yueguangzhiyuan/article/details/8926131 一般而言,非公共成员是受保护的,不能被外部访问的,这些都是基于安全性考虑。可是有时,我们很想取到非公共成员的某个对象。那我们就得用到两个方法:GetType().GetFiel 阅读全文
posted @ 2022-06-21 10:19 LuoCore 阅读(309) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 51 下一页