随笔分类 -  JAVA

摘要:1.添加支持库依赖项:在 build.gradle 文件中添加以下行以添加 SwipeRefreshLayout 支持库: implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' 2.在布局文件中添加 SwipeRe 阅读全文
posted @ 2023-04-06 12:35 _迷途 阅读(422) 评论(0) 推荐(1) 编辑
摘要:企业微信群机器人说明文档:https://developer.work.weixin.qq.com/document/path/91770。利用群机器人有个优点,在程序哪里经常抛出异常,就可以在第一时间知道。 Python3: import json import requests from dat 阅读全文
posted @ 2022-12-14 09:30 _迷途 阅读(307) 评论(0) 推荐(0) 编辑
摘要:import java.util.ArrayList; public class Hello { public static void main(String[] args) { String s = "我爱JAVA"; System.out.println(s2unicode(s)); } sta 阅读全文
posted @ 2022-09-22 00:08 _迷途 阅读(449) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示