摘要: 1.环境 win10 2.问题描述 从搜索功能中打开msedge以及点击开始菜单内的msedge会打开hao123,但是浏览器的主页设置内并没有hao123。 3.解决方法 后来发现直接从安装目录(C:\Program Files (x86)\Microsoft\Edge\Application) 阅读全文
posted @ 2022-02-09 10:23 早欸 阅读(727) 评论(0) 推荐(0)
摘要: 第一章所用到的初始代码: 1 public class Movie { 2 //儿童 3 public static final int CHILDRENS = 2; 4 //规律? 5 public static final int REGULAR = 0; 6 //新发行 7 public st 阅读全文
posted @ 2021-10-14 10:00 早欸 阅读(56) 评论(0) 推荐(0)
摘要: 找了半天没找到有限制长度的属性。。。暂且先这样了 if(textEdit.length>2){ textEdit.remove(2, text.length) } 阅读全文
posted @ 2021-08-05 17:12 早欸 阅读(511) 评论(0) 推荐(0)
摘要: 环境:jdk1.8.0_241 Android API 30 Android Studio 4.2 部分代码: /** * 进行与设备的Tcp通信 */ public String linkDev(String data, Context context) { // 建立tcp服务 Socket s 阅读全文
posted @ 2021-06-25 11:48 早欸 阅读(1283) 评论(0) 推荐(0)