上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 60 下一页
  2023年4月7日
摘要: Context ctx = getApplicationContext();PackageManager pm = ctx.getPackageManager();String pn = ctx.getPackageName();//包名PackageInfo pi = pm.getPackageI 阅读全文
posted @ 2023-04-07 10:08 邢帅杰 阅读(43) 评论(0) 推荐(0) 编辑
  2023年3月29日
摘要: 1.根目录建文件夹:Resource(存放资源文件) 和 ResourceClass(存放对应的空白类文件)2.添加资源文件到Resource文件夹中:Language.en-US.resx 和 Language.zh-CN.resx 打开资源文件,添加配置项,例如 中文资源文件 名称:Welcom 阅读全文
posted @ 2023-03-29 15:05 邢帅杰 阅读(176) 评论(0) 推荐(0) 编辑
  2023年3月8日
摘要: code package com.idogfooding.lawsonsot.common; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; 阅读全文
posted @ 2023-03-08 09:06 邢帅杰 阅读(288) 评论(0) 推荐(0) 编辑
  2023年3月7日
摘要: code /** * 设置ListView的高度 */ public static void setListViewHeightBasedOnChildren(ListView lv) { ListAdapter listAdapter = lv.getAdapter(); if (listAdap 阅读全文
posted @ 2023-03-07 16:47 邢帅杰 阅读(16) 评论(0) 推荐(0) 编辑
  2023年3月2日
摘要: 来源:https://www.bbsmax.com/A/E35prpDyzv/ /** * 数字键盘插件 js */ //匿名函数 (function ($) { var _count = 0; //定义一个 Mynumkb 类,构造函数传入参数:element, options var Mynum 阅读全文
posted @ 2023-03-02 15:23 邢帅杰 阅读(248) 评论(0) 推荐(0) 编辑
  2023年2月23日
摘要: <input type="number" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))" /> 阅读全文
posted @ 2023-02-23 14:53 邢帅杰 阅读(311) 评论(0) 推荐(0) 编辑
摘要: code //例如:页面高度1000,屏幕高度900,相差100, //scrollTop:向上滚动100像素,就到达页面底部了。 function ScrollToBottom() { $("html, body").animate({ scrollTop: $(document).height( 阅读全文
posted @ 2023-02-23 09:34 邢帅杰 阅读(747) 评论(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 邢帅杰 阅读(460) 评论(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 邢帅杰 阅读(357) 评论(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 邢帅杰 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 60 下一页