该文被密码保护。 阅读全文
摘要:
2023年4月 建议使用 👉 https://github.com/javakam/FileOperator 在Android 开发中经常会用到 Uri 获取文件路径/文件名的操作。 使用 https://github.com/javakam/FileOperator 中的 FileUri.kt 阅读全文
摘要:
文章目录 Android技术点总结一、如题二、解答1、Android的四大组件是哪些,它们的作用?2、请介绍下Android中常用的五种布局。3、android中的动画有哪几类,它们的特点和区别是什么4、android 中有哪几种解析xml的类?官方推荐哪种?以及它们的原理和区别。5、ListVie 阅读全文
摘要:
GitHub支持 Markdown TOC目录生成 参考项目: https://github.com/YuraAAA/Markdown-Toc-Generator/ https://github.com/zhang0peter/markdown2html 项目地址 https://github.co 阅读全文
摘要:
Android Fragment懒加载 BaseLazyFragment /** * Fragment 懒加载 + MVP * * @author machangbao * @date 2019年03月08日 */ public abstract class BaseMvpLazyFragment< 阅读全文
摘要:
摸鱼网站 momoyu.cc/ 网页游戏 www.yikm.net/ 假装 Windows 升级界面 fakeupdate.net/ 菜谱生成 cook.yunyoujun.cn/ var code = "8efa132b-3050-45c0-bce8-20fda1c33400" 阅读全文
摘要:
var code = "8efa132b-3050-45c0-bce8-20fda1c33400" 三种空格unicode(\u00A0,\u0020,\u3000)表示的区别 不间断空格\u00A0,主要用在office中,让一个单词在结尾处不会换行显示,快捷键ctrl+shift+space; 阅读全文
摘要:
目录 一、Activity加载显示基本流程 二、布局加载 一、探秘setContentView(activity屏幕安装的位置) 二、Window(电子屏幕) 三、PhoneWindow(手机屏幕) 四、DecorView(屏幕显示的内容) 五、关系图 三、UI绘制 1、requestLayout 阅读全文
摘要:
Crawlab https://gitee.com/crawlab-team/crawlab https://tikazyq.github.io/crawlab-docs/Installation/Direct.html https://www.crawlab.cn/features/index.h 阅读全文
摘要:
初始化 gerapy init gerapy init GerapySpace 初始化数据库 cd gerapy gerapy migrate 初始化管理员 gerapy createsuperuser 开启Gerapy gerapy runserver 默认地址为: http://localhos 阅读全文
摘要:
使用SSH连接GitHub 参考文档 👉 https://www.cnblogs.com/hzhhhbb/p/13937628.html GitBash 中 git config --global user.name ‘javakam’ git config --global user.email 阅读全文
摘要:
gradle配置 https://developer.android.com/studio/build#groovy 需要java11环境 https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html htt 阅读全文
摘要:
gradle 分析构建性能 https://developer.android.com/studio/build/profile-your-build 阅读全文
摘要:
blog.csdn.net/zhanggang74… 阅读全文
摘要:
1.基本使用 启动笔记本 jupyter notebook 指定端口号启动 jupyter notebook --port 端口号(默认为 8888) 启动但不打开浏览器 jupyter notebook --no-browser 启动不打开浏览器, 并指定笔记存放的路径(jupyter默认笔记存放 阅读全文
摘要:
DeprecationWarning DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead input_second = browser.find_elemen 阅读全文