美文网首页
链接收藏

链接收藏

作者: 清明捉鬼 | 来源:发表于2023-01-30 18:27 被阅读0次

    https://www.education-ecosystem.com 质量稍差的网校

    https://blog.csdn.net/luoshengyang/article/details/8923484 Dalvik虚拟机进程和线程的创建过程分析

    https://blog.csdn.net/lichao330530/article/details/87778231 Android性能测试数据收集(全)

    https://source.android.com/devices/input/getevent关于 getevent 的具体内容,可以看一下 Google 提供的相关文档:
    https://source.android.google.cn/
    https://docs.gradle.org/5.4/dsl/org.gradle.api.Project.html#N16132 gradle官方文档

    https://developer.android.google.cn/ndk/downloads/ NDK下载链接
    https://mirrors.tuna.tsinghua.edu.cn/help
    https://www.androidos.net.cn http://androidxref.com http://aospxref.com Android 源码查看
    https://www.androidos.net.cn/sourcecode Android中文网源码
    https://developers.google.cn/
    https://www.kernel.org/doc/Documentation/input Linux内核文档
    https://developer.android.google.cn/reference/packages 官方API查看
    https://source.android.google.cn/ 官网源码
    https://developer.android.google.cn/distribute/best-practices/develop/restrictions-non-sdk-interfaces 非SDK API
    https://android.googlesource.com Android framework源码
    https://scans.gradle.com/ gradle包依赖查看
    https://ui.perfetto.dev/
    https://www.cnblogs.com/caicaixu/p/3754537.html
    http://appwang.com/ bootstrap5教程

    https://source.android.google.cn/security
    https://developers.google.cn/protocol-buffers/docs/proto3 proto3文档

    https://juejin.cn/post/6995515217606246430#heading-5 精准化测试-生成全局函数调用链图

    https://blog.csdn.net/zzw0221/article/details/107643826 CMakeLists说的挺好的
    http://wiki.ros.org/catkin/CMakeLists.txt CmakeLists官方文档
    https://www.cnblogs.com/xcstruggle/p/13167942.html Linux文件目录访问权限说明
    https://blog.csdn.net/xnwyd/article/details/42235807 Android App层通过JNI从驱动获取Input Event
    http://gityuan.com/2016/12/31/input-ipc/ Android输入系统详解
    https://cmake.org cmake官网连接
    https://blog.csdn.net/qq_33210042/article/details/109055651 OpenCv集成正确文章
    https://www.cnblogs.com/zgq123456/p/12865190.html 移动安全的一篇博客
    https://chrome.zzzmh.cn 极简插件
    https://china-testing.github.io/ 人工智能测试
    https://github.com/china-testing/python-api-tesing 测试开发练习
    https://www.cnblogs.com/cjsblog/p/11613708.html?ivk_sa=1024320u Bitmap方式查重,二进制位移
    https://blog.csdn.net/holdsky/article/details/87270013 IOS cocoapods集成链接

    https://juejin.cn/post/6934494768185475079 Android 轻量级存储方案的前世今生【造轮子开源苗头】

    http://antv-2018.alipay.com/zh-cn/vis/chart/spiral.html 螺旋图
    https://developer.android.google.cn/reference/android/view/accessibility/AccessibilityWindowInfo.html#AccessibilityWindowInfo() 查看Window
    https://www.itread01.com/content/1548967323.html Android6.0 WMS(三) WMS視窗次序
    https://github.com/LuckSiege/PictureSelector 图库选择框架
    https://mp.weixin.qq.com/s/l13OLrXJbRrtUkQlV1q6fg Android平台HTTPS抓包全方案
    https://www.memacx.com/ 麦创网 黑苹果系统网站
    https://vlambda.com Lamda在线有一篇Frida文章有点意思
    https://github.com/zskingking View学习的github系列文章
    https://search.maven.org Maven库搜索
    https://github.com.cnpmjs.org 国内镜像站
    http://facebook.github.io/stetho Android内置调试利器
    https://github.com/JesusFreke/smali/wiki/smalidea 调试 smali代码
    https://github.com/google/android-classyshark 谷歌内置Classyshark,轻松查看apk内部每个包的方法数,用了哪些开源库,同样拿知乎开刀做例子.
    https://cucumber.io cucumber(错写cucumber)特征语义驱动
    https://tech.meituan.com/2017/06/23/mobile-app-automation.html 美团行为驱动
    https://github.com/hpcaitech/ColossalAI/blob/main/README-zh-Hans.md ColossaIAI框架
    https://cs.android.com Android源码搜索

    https://www.freesion.com/article/5700771510/ IOS minicap STF
    https://github.com/tal-tech/wda-java-client WDA IOS wda
    http://appium.io/docs/en/advanced-concepts/wda-custom-server/ appium版wda
    https://www.sohu.com/a/240584209_744135 IOS远控相关资料
    https://www.jianshu.com/p/54f615002ead IOS OC基础语法
    https://xie.infoq.cn/article/92c80f4b597814f20a1a52a8d OS云真机的技术架构搭建
    http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html smali对应特征

    https://blog.csdn.net/iromkoear/article/details/68936832 悬浮窗输入法出不开原因
    https://blog.csdn.net/qq_18669217/article/details/53161970 WindowType类型解释

    https://www.imooc.com/article/68766 MVP有点意思
    https://testerhome.com/articles/19417 有的手机图片流未出来原因
    https://www.codota.com/ 代码AI提示AS插件

    http://liuwangshu.cn/system/ 刘望舒的知识罗列
    https://juejin.cn/post/6919037176038555662 2021Android知识罗列

    https://blog.csdn.net/liuzhicsdn/article/details/61614632 Android权限知识 RunTime.exec()执行问题解释
    https://forum.xda-developers.com/t/reference-how-to-compile-an-android-kernel.3627297/ 未知技术玩机论坛

    博客链接:
    https://www.cnblogs.com/xch-yang/p/11726497.html Android WebSocket实现即时通讯功能
    https://testerhome.com/topics/21647 Scrcpy TestHome的文章做法
    http://hukai.me 胡凯,腾讯开发者,翻译了一系列的Google Android性能优化典范的文章。
    https://hujiaweibujidao.github.io Hujiawei,魅族开发者,博客最近经常更新Android性能数据搜集统计的相关的文章,本人受益匪浅。
    https://www.hukai.me 胡凯,腾讯开发者,翻译了一系列的Google Android性能优化典范的文章。
    https://android-arsenal.com 国外优秀代码分享
    https://blog.csdn.net/wangpaiblog/article/details/121571927 mysql安装
    https://ghproxy.com/ github文件下载代理

    https://blog.csdn.net/weixin_39560064/article/details/111347227 小程序UI性能检测的文章

    http://www.mianshigee.com/project/tiann-epic AOP Hook框架
    https://github.com/tiann/epic
    https://www.cnblogs.com/likeyou99315/p/14940273.html sql登录验证插件新老版本问题解决
    https://www.cnblogs.com/minseo/p/15876073.html sql登录验证插件新老版本问题解决
    https://www.kancloud.cn/alex_wsc/android-deep3/416451 深入理解Android3
    https://developer.android.google.cn/studio/archive AS历史版本下载
    https://www.jianshu.com/p/f43b5964f582/ CocoaPods第三方包管理器安装
    http://t.zoukankan.com/yexinw-p-2153446.html 清除远程链接密码

    相关文章

      网友评论

          本文标题:链接收藏

          本文链接:https://www.haomeiwen.com/subject/mfhkhrtx.html