上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 186 下一页
摘要: xyploer 翻译 搜索 复制 阅读全文
posted @ 2023-12-04 21:18 papering 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 雪花算法 https://zh.wikipedia.org/wiki/雪花算法 雪花算法(Snowflake)是一种生成分布式全局唯一ID的算法,生成的ID称为Snowflake IDs或snowflakes。这种算法由Twitter创建,并用于推文的ID。Discord和Instagram等其他公 阅读全文
posted @ 2023-12-04 21:18 papering 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 后台处理指南 | Android 开发者 | Android Developers https://developer.android.google.cn/guide/background?hl=zh-cn Processing data in the background is an import 阅读全文
posted @ 2023-12-04 15:26 papering 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 淘宝权益玩法平台的Serverless化实践 https://mp.weixin.qq.com/s/LBdhfkx_GRMvGRedYuOcxA 翻译 搜索 复制 阅读全文
posted @ 2023-12-04 15:12 papering 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、adb shell getprop ro.build.type user 获取版本 Android mk 编译学习 1.引言 在手机/Tv开发的公司,往往会涉及到源码编译.将项目放在系统源码中编译.而我们通常都是通过gradle编译,打包的.并不适用于系统开发的项目.这节就学习下,常用的 阅读全文
posted @ 2023-12-04 11:43 papering 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 恶意后门利用多种免杀手段,可远控用户电脑 - 知乎 https://zhuanlan.zhihu.com/p/644588718 恶意后门利用多种免杀手段,可远控用户电脑 火绒安全 ​ 已认证账号 42 人赞同了该文章 近期,火绒威胁情报系统监测到一款后门病毒正在快速传播,被激活后会通过远程服务器下 阅读全文
posted @ 2023-12-04 10:23 papering 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 自己动手编译Android(LineageOS)源码 - luoyesiqiu - 博客园 https://www.cnblogs.com/luoyesiqiu/p/10701419.html 编译安卓源码、内核,刷入NEXUS 6P记录_image.gz-dtb-CSDN博客 https://bl 阅读全文
posted @ 2023-12-01 17:00 papering 阅读(289) 评论(0) 推荐(0) 编辑
摘要: writepid /dev/cpuset/foreground/tasks 使用taskset将task绑定到指定的CPU上_adb shell taskset-CSDN博客 https://blog.csdn.net/wukongmingjing/article/details/82191177 阅读全文
posted @ 2023-12-01 16:15 papering 阅读(97) 评论(0) 推荐(0) 编辑
摘要: fastboot flash boot boot.img 解决fastboot 刷 system.img 尺寸限制问题-CSDN博客 https://blog.csdn.net/lmw21848/article/details/79141151 烧录system.img镜像时报错 FAILED (r 阅读全文
posted @ 2023-12-01 15:56 papering 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 高通4G全网通模块MSM8909 (ARM Cortex-A7架构),arm核心板 - ARM技术论坛 - 电子技术论坛 - 广受欢迎的专业电子论坛! https://bbs.elecfans.com/jishu_1461523_1_1.html 核心板特性 A7架构 4核(4*1.1GHz(A7) 阅读全文
posted @ 2023-12-01 14:13 papering 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 启动流程 | Android 开源项目 | Android Open Source Project https://source.android.google.cn/docs/security/features/verifiedboot/boot-flow?hl=zh-cn 启动时验证 启动时验证会 阅读全文
posted @ 2023-12-01 13:57 papering 阅读(494) 评论(0) 推荐(0) 编辑
摘要: SYN_SENT表示请求连接,当你要访问其它的计算机的服务时首先要发个同步信号给该端口 SYN_SENT_百度百科 https://baike.baidu.com/item/SYN_SENT/2393347?fr=ge_ala SYN_SENT表示请求连接,当你要访问其它的计算机的服务时首先要发个同 阅读全文
posted @ 2023-12-01 13:55 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 实践分享|流式系统集成服务的十倍速优化 https://mp.weixin.qq.com/s/7goUYL5A4oQBCd_33KejKQ 翻译 搜索 复制 阅读全文
posted @ 2023-12-01 12:00 papering 阅读(7) 评论(0) 推荐(0) 编辑
摘要: find / | grep iptables/system/bin/iptables/system/bin/iptables-restore/system/bin/iptables-save /system/bin/iptables -L -n/system/bin/iptables -L -nCh 阅读全文
posted @ 2023-11-30 14:40 papering 阅读(60) 评论(0) 推荐(0) 编辑
摘要: [root@test /]# cat /var/log/messages | grep memoryNov 29 18:14:35 test kernel: [<ffffffffaddcdaaa>] out_of_memory+0x31a/0x500Nov 29 18:14:36 test kern 阅读全文
posted @ 2023-11-30 09:56 papering 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 使用 Logcat 写入和查看日志 | Android 开发者 | Android Developers https://developer.android.google.cn/studio/debug/am-logcat?hl=zh-cn 使用 Logcat 写入和查看日志 Android Stu 阅读全文
posted @ 2023-11-29 18:29 papering 阅读(295) 评论(0) 推荐(0) 编辑
摘要: MicroPython - Python for microcontrollers https://micropython.org/ 翻译 搜索 复制 阅读全文
posted @ 2023-11-29 12:34 papering 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 时间继电器的原理、结构和特点 - 工业控制 - 电子发烧友网 https://www.elecfans.com/kongzhijishu/2038328.html 时间继电器是一种特殊的继电器,它可以在设定的时间内自动开关电路。其工作原理主要是利用电磁铁的吸合和释放来控制开关的状态。 其中,时间继电 阅读全文
posted @ 2023-11-29 11:31 papering 阅读(250) 评论(0) 推荐(0) 编辑
摘要: _linux 风扇驱动-CSDN博客 https://blog.csdn.net/YamamotoIsoroku/article/details/130248364 翻译 搜索 复制 阅读全文
posted @ 2023-11-29 10:53 papering 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Android之 看“马达”如何贯通Android系统 (从硬件设计 --> 驱动 --> HAL --> JNI --> Framework --> Application) - 如果天空不死 - 博客园 https://www.cnblogs.com/skywang12345/p/3404808 阅读全文
posted @ 2023-11-29 10:39 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: TTY 驱动 翻译 搜索 复制 阅读全文
posted @ 2023-11-29 10:38 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 2. ARM 和 x86中的编码区别 — GoodCommand 2.0 文档 https://goodcommand.readthedocs.io/zh-cn/latest/knowleadge/arm_c_program_transplant.html 翻译 搜索 复制 阅读全文
posted @ 2023-11-29 10:08 papering 阅读(10) 评论(0) 推荐(0) 编辑
摘要: D.1. Linux 里的设备 https://www.debian.org/releases/stable/s390x/apds01.zh-cn.html D.1. Linux 里的设备Linux 的许多特殊文件可以在 /dev 目录下找到。这些文件称为设备文件,其行为与普通文件不同。大多数设备文 阅读全文
posted @ 2023-11-29 09:36 papering 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 人人都可以使用的NFC在线读写技术 - 非门禁卡/公交卡数字化应用 - 知乎 https://zhuanlan.zhihu.com/p/570163526 翻译 搜索 复制 阅读全文
posted @ 2023-11-28 23:03 papering 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 海思芯片的Hi3516DV300/Hi3861V100/Hi3751V350/BearPi-HM Nano开发板 翻译 搜索 复制 阅读全文
posted @ 2023-11-28 22:57 papering 阅读(119) 评论(0) 推荐(0) 编辑
摘要: https://baike.baidu.com/item/压电效应/4515291 当您将按钮轻轻一揿,煤气灶迅即燃起蓝色火焰,您可曾意识到是什么带给您的这份便利呢?将一块看起来平淡无奇的陶瓷接上导线和电流表,用手在上面一摁,电流表的指针也跟着发生摆动——竟然产生了电流,岂非咄咄怪事?其实,这是压电 阅读全文
posted @ 2023-11-28 18:35 papering 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/揚聲器 扬声器(英语:Loudspeaker),也称喇叭、音箱、扩音器,是将电子信号转换成为声音的换能器、电子组件,可以由一个或多个组成音响组。 扬声器是由磁铁、线圈、喇叭振膜组成。扬声器把电流频率转化为声音。物理学原理,当电流通过线圈产生 阅读全文
posted @ 2023-11-28 18:31 papering 阅读(107) 评论(0) 推荐(0) 编辑
摘要: MQTT vs. HTTP: which one is the best for IoT? Beginners Guide To The MQTT Protocol http://www.steves-internet-guide.com/mqtt/ 翻译 搜索 复制 阅读全文
posted @ 2023-11-28 17:37 papering 阅读(9) 评论(0) 推荐(0) 编辑
摘要: json int32 int64 翻译 搜索 复制 阅读全文
posted @ 2023-11-28 14:55 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 【技术专栏】泰凌微电子Thread RCP和NCP方案介绍(一) https://mp.weixin.qq.com/s/Qn0WCaJCT5hJP9fgqB9o1g 【技术专栏】泰凌微电子 Thread RCP 和 NCP 方案介绍(二) https://mp.weixin.qq.com/s/gbQ 阅读全文
posted @ 2023-11-28 10:02 papering 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、 1、编译CGO_ENABLED=0 GOARCH=arm GOOS=linux go build -o target-android 2、检查android目录 /data/local/tmp3、导入文件 adb push ./target-android /data/local/tm 阅读全文
posted @ 2023-11-28 10:00 papering 阅读(451) 评论(0) 推荐(0) 编辑
摘要: go run -race main.go --action pubgo: -race requires cgo; enable cgo by setting CGO_ENABLED=1 not found: exec: "gcc": executable file not found in %PAT 阅读全文
posted @ 2023-11-27 16:47 papering 阅读(42) 评论(0) 推荐(0) 编辑
摘要: NFC用于停车计时器 - 智能手机整合近场通讯 (NFC)的最新应用 - 通信新闻 - 电子发烧友网 https://www.elecfans.com/article/90/151/2013/0108304446_4.html 自动打开计时器你是否试过打开了洗衣机,一离开就忘记了?在洗衣机或烘干机旁 阅读全文
posted @ 2023-11-27 15:55 papering 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、 写入管道时保证为原子的最大字节数 11 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */ 1、普通文件( 数据文件 ) 标识:- ,普通文件是用于存放数据、程序等信息的文件,一般都长期地存放在外存储器(磁盘)中。 阅读全文
posted @ 2023-11-27 10:03 papering 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Stream Control Transmission Protocol - Wikipedia https://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol https://zh.wikipedia.org/wiki/流控制传 阅读全文
posted @ 2023-11-24 15:24 papering 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Network socket - Wikipedia https://en.wikipedia.org/wiki/Network_socket#Raw_sockets A network socket is a software structure within a network node of 阅读全文
posted @ 2023-11-24 15:22 papering 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 现象: 数据库关闭 原因: 执行业务逻辑的一个函数,每次调用时,都新建连接,但函数返回时没有关闭连接;该函数被不断调用:数据库内存不断增长,OOM,被监控程序杀死。 实测:在函数返回前关闭连接,可以避免数据库OOM。 以上 针对 大梦数据库 对mysql PolarDB 2023/11/24 11: 阅读全文
posted @ 2023-11-24 11:15 papering 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1 #define EPERM 1 // Operation not permitted 操作不允许 2 #define ENOENT 2 // No such file or directory 文件/路径不存在 3 #define ESRCH 3 // No such process 进程不存在 阅读全文
posted @ 2023-11-23 13:48 papering 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 腾讯 PCG 数据治理体系 https://mp.weixin.qq.com/s/3-6eZbL7kbqgrf3xOYjXRQ PCG 元数据建设(链路、血缘、热度、成本等);构建治理引擎(资产分体系、治理引擎);构建大数据开发相关套件。 翻译 搜索 复制 阅读全文
posted @ 2023-11-23 13:41 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: // File returns a copy of the underlying os.File. // It is the caller's responsibility to close f when finished. // Closing l does not affect f, and c 阅读全文
posted @ 2023-11-22 16:21 papering 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 186 下一页