大约有 340 项符合查询结果(耗时:0.0050秒) [XML]

https://www.tsingfun.com/it/os... 

Linux非root用户运行程序的一些注意事项 - 操作系统(内核) - 清泛网 - 专注...

...下端口的程序。 2、Linux非root程序默认创建出来的文件权限是666,想要修改默认值,使用: #include <sys/stat.h> umask(026); //去掉组写权限及其他用户所有权限 End. linux root 端口 umask
https://www.tsingfun.com/it/os... 

Linux查看哪些进程被OOM killer干掉 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...ux-oom-killergrep -i & 39;killed process& 39; var log messages 需要root权限dmesg -T | egrep -i & 39;killed process& 39; 无需知道日志位置,无需root权 grep -i 'killed process' /var/log/messages #需要root权限 dmesg -T | egrep -i 'killed process' #无需知...
https://www.fun123.cn/reference/creative/asd.html 

Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...

...储: 内部存储 内部存储只能通过已取得 root 权限的设备进行访问。 应用程序包保存在: /data/data// 私有目录在: /data/user/0//files/ 私有目录可与文件组件一起使用来保存/读...
https://bbs.tsingfun.com/thread-1523-1-1.html 

短信组件(texting)的使用问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...以,通过安装发现,新版本打包的apk安装时缺少收发短信权限,很奇怪,版本越更新,越不好用了已解决,设置receivingenabled为foreground,使用sendmessagedirect,但ai伴侣还是不行,apk可以类似这种一般都是手机权限授权相关的问题。...
https://bbs.tsingfun.com/thread-1593-1-1.html 

Error 1103: Unable to complete the given request with the text - App I...

... 原因:AI2 伴侣无法接入互联网导致请求失败。可能网络权限没开,可能手机安全软件把它网络限制了。可以尝试设置中开启网络权限,安全软件权限放行,具体做法可以网上搜索具体操作步骤。 -------- 2024/12/17 补充: 也可...
https://www.fun123.cn/referenc... 

App Inventor 2 Encrypt.Security 安全性扩展:MD5哈希,SHA1和SHA256哈希...

... Encrypt.Security 安全性扩展 权限 事件 OnErrorOccured OnRsaKeyPairGenrated 方法 BASE64Encode BASE64Decode GenerateRsaKeyPair GenerateAesKey AesEncrypt AesDecrypt RsaEncrypt ...
https://www.fun123.cn/referenc... 

为AppInventor2开发拓展(Extension) · App Inventor 2 中文网

...s(permissionNames = "android.permission.INTERNET") //拓展需要请求的权限,这里仅展示用 @UsesPermissions({INTERNET}) //简洁写法,等同于上面一行 @UsesLibraries(libraries = "okhttp-3.12.13.jar, xxx.jar") //依赖第三方jar库...
https://www.fun123.cn/referenc... 

图表组件 · App Inventor 2 中文网

... 对于 距离传感器,该值应为距离。 对于 蓝牙客户端,该值表示要从该值中删除的前缀。 例如,如果值的格式为“t:12”,则前缀可以指定为“t:”,然后前缀将从数据中删除。如果是纯数值的话,则不能...
https://www.tsingfun.com/it/tech/473.html 

linux 下巧妙使用squid代理服务器 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...平台下最为流行的高性能免费应用层代理服务器,它具有权限管理灵活、性能高和效率快等特点。Squid是一个由众多在互联网上的开发人员共同努力完成的高性能的代理缓冲服务器,它的具体开发是由国家网络应用研究室(the Nat...
https://bbs.tsingfun.com/thread-1934-1-1.html 

为AppInventor2开发自己的拓展(Extension) - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...&quot;android.permission.INTERNET&quot;)&nbsp;&nbsp;//拓展需要请求的权限,这里仅展示用@UsesPermissions({INTERNET})&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;/...