上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 63 下一页
  2023年2月23日
摘要: <input type="number" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))" /> 阅读全文
posted @ 2023-02-23 14:53 邢帅杰 阅读(363) 评论(0) 推荐(0)
摘要: code //例如:页面高度1000,屏幕高度900,相差100, //scrollTop:向上滚动100像素,就到达页面底部了。 function ScrollToBottom() { $("html, body").animate({ scrollTop: $(document).height( 阅读全文
posted @ 2023-02-23 09:34 邢帅杰 阅读(767) 评论(0) 推荐(0)
  2023年2月6日
摘要: 来源:https://blog.csdn.net/forresthua/article/details/94412296https://www.http3w.com/archives/528release发布报错Could not resolve com.android.tools.build:gr 阅读全文
posted @ 2023-02-06 11:24 邢帅杰 阅读(580) 评论(0) 推荐(0)
  2023年2月1日
摘要: code来源:https://betheme.net/news/txtlist_i67135v.html?action=onClickcmd命令行查看文件md5码:certutil -hashfile a.txt md5,不加后面的md5,查看的默认是sha1码。 package com.tools 阅读全文
posted @ 2023-02-01 15:31 邢帅杰 阅读(409) 评论(0) 推荐(0)
  2022年12月30日
摘要: xxx来源:http://t.zoukankan.com/TBW-Superhero-p-5570650.htmlhttp://t.zoukankan.com/flywing-p-10570063.html #region 安装程序 try { //D:\Demos\ConsoleApp1\Cons 阅读全文
posted @ 2022-12-30 10:08 邢帅杰 阅读(277) 评论(0) 推荐(0)
  2022年12月29日
摘要: 参考:https://www.likecs.com/ask-10337653.html#sc=200【解决方案1】根目录下的App.xaml.cs //设置界面宽高 #if WINDOWS using Microsoft.UI; using Microsoft.UI.Windowing; using 阅读全文
posted @ 2022-12-29 17:52 邢帅杰 阅读(1064) 评论(0) 推荐(0)
  2022年12月26日
摘要: 参考:https://www.cnblogs.com/xd502djj/p/5799334.htmlhttps://blog.csdn.net/aaaym/article/details/126316223 /// <summary> /// 获取设备号 /// </summary> /// <re 阅读全文
posted @ 2022-12-26 16:45 邢帅杰 阅读(573) 评论(0) 推荐(0)
  2022年11月8日
摘要: 服务端 package com.jay.msgapp2; import android.app.Service; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import an 阅读全文
posted @ 2022-11-08 17:21 邢帅杰 阅读(561) 评论(0) 推荐(0)
  2022年11月4日
摘要: 参考:https://blog.csdn.net/ansondroider/article/details/1266555131、首先把Minimum Target Android Framework的最低版本号指定为30或30以上2、然后找到Platforms/Android/AndroidMan 阅读全文
posted @ 2022-11-04 15:06 邢帅杰 阅读(381) 评论(0) 推荐(0)
  2022年11月1日
摘要: 最新安装参考:https://www.cnblogs.com/worldforest/p/18281008下载地址:https://nvm.uihtm.com/download.html安装目录:E:\develop\nvm 找到 settings.txt增加配置,使用淘宝镜像:node_mirro 阅读全文
posted @ 2022-11-01 18:35 邢帅杰 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 63 下一页