04 2021 档案
摘要:Apple官方说明 https://support.apple.com/zh-cn/HT212025https://developer.apple.com/cn/app-store/user-privacy-and-data-use/在iOS14.5及之后的系统版本中默认关闭了IDFA的访问权限,如
阅读全文
摘要://main import 'package:flutter/material.dart'; import 'package:use_with_native/native_system_call.dart'; import 'test_page_blue.dart'; import 'test_pa
阅读全文
摘要:开发工具下载地址 https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 微信小程序 https://q.qq.com/wiki/tools/devtool/#开发者工具下载 QQ小程序 开发阅读文档 https
阅读全文
摘要:基于同步或者异步的方法,创建异步执行的方法 Future<R> Function<Q, R>(FutureOr<R> Function(Q), Q, {String? debugLabel}) compute Type: Future<R> Function<Q, R>(FutureOr<R> Fu
阅读全文
摘要:TigerRegular *reg = [TigerRegular new]; [reg addOptionalTextItems:@[@"http", @"ftp", @"wc"] minTimes:1 maxTimes:1]; [reg addStaticText:@"s" minTimes:0
阅读全文
摘要:gcc -S -fno-asynchronous-unwind-tables execFunc.c -fno-asynchronous-unwind-tables 用来去除.CFI指令 源代码里要有main函数,可以不调用函数 // // execFunc.c // BlankProject //
阅读全文
摘要:记录编译开始时间(自己的脚本一定要放在最前面,否则项目不会使用修改完成后的内容) # Type a script or drag a script file from your workspace to insert its path. app_build_time_path=${SRCROOT}/
阅读全文