上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 58 下一页
  2023年3月7日
摘要: code /** * 设置ListView的高度 */ public static void setListViewHeightBasedOnChildren(ListView lv) { ListAdapter listAdapter = lv.getAdapter(); if (listAdap 阅读全文
posted @ 2023-03-07 16:47 邢帅杰 阅读(14) 评论(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 邢帅杰 阅读(241) 评论(0) 推荐(0) 编辑
  2023年2月23日
摘要: <input type="number" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))" /> 阅读全文
posted @ 2023-02-23 14:53 邢帅杰 阅读(281) 评论(0) 推荐(0) 编辑
摘要: code //例如:页面高度1000,屏幕高度900,相差100, //scrollTop:向上滚动100像素,就到达页面底部了。 function ScrollToBottom() { $("html, body").animate({ scrollTop: $(document).height( 阅读全文
posted @ 2023-02-23 09:34 邢帅杰 阅读(744) 评论(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 邢帅杰 阅读(390) 评论(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 邢帅杰 阅读(312) 评论(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 邢帅杰 阅读(264) 评论(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 邢帅杰 阅读(720) 评论(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 邢帅杰 阅读(355) 评论(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 邢帅杰 阅读(444) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 58 下一页