摘要: 参考: https://blog.csdn.net/weixin_44339238/article/details/109202733 (看我一波,Android获取进程名函数,代码优化到极致的操作!) https://blog.csdn.net/liuwg1226/article/details/ 阅读全文
posted @ 2022-12-30 21:58 xyphoenix 阅读(20) 评论(0) 推荐(0)
摘要: Android的service主要用于跨进程通信。 静态配置有 配置 说明 android:exported 是否暴露给其他app android:enabled 是否启用 android:permission 权限声明 android:process 所属进程 android:isolatedPr 阅读全文
posted @ 2022-12-30 21:56 xyphoenix 阅读(70) 评论(0) 推荐(0)
摘要: Mirror allprojects{ repositories { def ALIYUN_REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/public' def ALIYUN_JCENTER_URL = 'http:// 阅读全文
posted @ 2022-11-10 19:55 xyphoenix 阅读(49) 评论(0) 推荐(0)
摘要: Android 1.0 2008年9月23日,发布Android操作系统中的第一个正式版本:Android 1.0(Astro“铁臂阿童木”)。全球第一台Android设备HTC Dream(G1)就是搭载Android 1.0操作系统,以下Android 1.0所拥有的特性功能: Android 阅读全文
posted @ 2022-01-01 14:42 xyphoenix 阅读(528) 评论(0) 推荐(0)
摘要: 版本 Code Name 代号 API 日期 NDK 1.0 Astro 铁臂阿童木 1 1.1 Bender, Petit Four 发条机器人 2 1.5 Cupcake 纸杯蛋糕 3 2009-4-17 1 1.6 Donut 甜甜圈 4 2009-9-15 2 2.0/2.0.1 2.1 É 阅读全文
posted @ 2022-01-01 14:24 xyphoenix 阅读(122) 评论(0) 推荐(0)
摘要: 1. Invoker Any c# project Create a new application domain Create a proxy within the domain Unload the application domain AppDomain ad = AppDomain.Crea 阅读全文
posted @ 2021-05-25 19:12 xyphoenix 阅读(346) 评论(0) 推荐(0)
摘要: 主进程vs渲染进程 Electron 中文文档_w3cschool 安装Electron npm install electron -g node -v npm -v electron -v npm install -g electron-forge electron-forge demo1 cd 阅读全文
posted @ 2021-03-15 19:20 xyphoenix 阅读(82) 评论(0) 推荐(0)
摘要: private void setReg() { string myAppPath = System.IO.Path.GetFileName(System.Reflection.Assembly.GetExecutingAssembly().Location); RegistryKey key = R 阅读全文
posted @ 2020-01-30 13:35 xyphoenix 阅读(121) 评论(0) 推荐(0)
摘要: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\ NoDrives DWord 32 A:1 B:2 C:4 D:8 E:16 F:32 G:64 H:128 I:256 J:512 K:1024 L:2048 M: 阅读全文
posted @ 2020-01-29 11:11 xyphoenix 阅读(102) 评论(0) 推荐(0)
摘要: 机器学习——深度学习(Deep Learning) https://blog.csdn.net/abcjennifer/article/details/7826917 机器学习系列 https://morvanzhou.github.io/tutorials/machine-learning/ 机器 阅读全文
posted @ 2019-01-01 14:25 xyphoenix 阅读(138) 评论(0) 推荐(0)