大约有 47,000 项符合查询结果(耗时:0.0346秒) [XML]

https://www.tsingfun.com/it/tech/790.html 

正则表达式 不包含指定字符串 - 更多技术 - 清泛网 - 专注C/C++及内核技术

正则表达式 不包含指定字符串做日志分析工作的经常需要跟成千上万的日志条目打交道,为了在庞大的数据量中找到特定模式的数据,常常需要编写很多复杂的正则表达式。例如枚举出日志文件中不包含某个特定字符串的条目...
https://www.tsingfun.com/it/te... 

socks5代理工作流程及技术原理 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...应请求后,双方握手完成,开始进行协议交互。 数据包分析 客户端开启socks代理,使用浏览器访问网页。抓包软件抓到客户端的认证请求: 服务端的认证响应请求: 2.2 请求 握手完成后,客户端要把需要执行的操作指令...
https://bbs.tsingfun.com/thread-1817-1-1.html 

如何查看Android应用.apk是32位还是64位? - App应用开发 - 清泛IT社区,为创新赋能!

1、Android Studio 分析工具 如何判断APK的架构 1)使用APK分析工具:Android Studio 提供了一个内置工具叫做APK Analyzer,它可以帮助你查看APK的内容,包括其支持的架构。打开Android Studio,选择“Build” > “Analyze APK…”,然后选择你...
https://bbs.tsingfun.com/thread-1875-1-1.html 

Linux 堆内存快照可视化,快照比较,跟踪内存变化,定位内存泄漏等问题 - ...

...方法偏专业,不过非常有效,是较 asan 更直观的一种内存分析方法,可以与 asan 配合使用。 export LD_PRELOAD=jemalloc.so   # 预加载 jemalloc.so 动态库,需要自行编译 export MALLOC_CONF="prof:true,prof_active:true,lg_prof_interval:29&qu...
https://www.tsingfun.com/it/tech/1011.html 

Awk学习笔记 - 更多技术 - 清泛网 - 专注C/C++及内核技术

... 14.8.2. 时间函数 systime函数返回从197011日开始到当前时间(不计闰)的整秒数。格式如下: systime() 实例: $ awk '{ now = systime(); print now }' strftime函数使用C库中的strftime函数格式...
https://bbs.tsingfun.com/thread-2975-1-1.html 

App Inventor 2 能否实现后台推送通知?源码级深度调研 - App应用开发 - 清...

...进程,耗电、不可靠。 二、App Inventor 2 现有组件源码分析 2.1 FirebaseDB 组件 源码位置:components/src/com/google/appinventor/components/runtime/FirebaseDB.java 使用库:firebase.jar(旧版 Firebase 客户端 SDK,@UsesLibraries(libraries = "firebas...
https://stackoverflow.com/ques... 

Generate a random date between two other dates

...() fake.date_between(start_date='today', end_date='+30y') # datetime.date(2025, 3, 12) fake.date_time_between(start_date='-30y', end_date='now') # datetime.datetime(2007, 2, 28, 11, 28, 16) # Or if you need a more specific date boundaries, provide the start # and end dates explicitly. import dat...
https://bbs.tsingfun.com/thread-3005-1-1.html 

AI助手生成代码编译apk报错 - AI 助手 - 清泛IT社区,为创新赋能!

...[RunAapt] Task errored in 14.459 seconds 6 11, 2026 10:01:28 上午 com.google.appinventor.buildserver.BuildServer checkMemory 信息: Build 2 current used memory: 8961480 bytes 6 11, 2026 10:01:28 上午 com.google.appinventor.buildserver.BuildServer buildAndC...
https://www.tsingfun.com/down/ebook/47.html 

WinDBG用法详解 PDF - 文档下载 - 清泛网 - 专注C/C++及内核技术

...................................................................32 30.8.6分析符号..................................................................................................................34 30.8.7搜索符号...............................................................................
https://www.fun123.cn/referenc... 

MaterialDialog 对话框增强扩展 · App Inventor 2 中文网

...ialogId:日期选择对话框的唯一标识符。 year:选中的份。 month:选中的份。 day:选中的日期。 OnTimePicked 时间选择完成时(dialogId,hour,minute) 当用户在时间选择对话框中选定时间后触发。 dialogId...