上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页
摘要: + (UIImage *)convertToGrayscale:(UIImage*)sourceImage { return [self convertToGrayscale:sourceImage.CGImage scale:sourceImage.scale]; } + (UIImage *)c 阅读全文
posted @ 2021-05-08 19:10 雨筱逸悠 阅读(218) 评论(1) 推荐(0) 编辑
摘要: 亿图图示 绘制UML、流程图、类图的工具 阅读全文
posted @ 2021-04-30 17:31 雨筱逸悠 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Apple官方说明 https://support.apple.com/zh-cn/HT212025https://developer.apple.com/cn/app-store/user-privacy-and-data-use/在iOS14.5及之后的系统版本中默认关闭了IDFA的访问权限,如 阅读全文
posted @ 2021-04-30 10:18 雨筱逸悠 阅读(674) 评论(0) 推荐(0) 编辑
摘要: //main import 'package:flutter/material.dart'; import 'package:use_with_native/native_system_call.dart'; import 'test_page_blue.dart'; import 'test_pa 阅读全文
posted @ 2021-04-29 16:33 雨筱逸悠 阅读(1707) 评论(0) 推荐(0) 编辑
摘要: 开发工具下载地址 https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 微信小程序 https://q.qq.com/wiki/tools/devtool/#开发者工具下载 QQ小程序 开发阅读文档 https 阅读全文
posted @ 2021-04-28 15:40 雨筱逸悠 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 基于同步或者异步的方法,创建异步执行的方法 Future<R> Function<Q, R>(FutureOr<R> Function(Q), Q, {String? debugLabel}) compute Type: Future<R> Function<Q, R>(FutureOr<R> Fu 阅读全文
posted @ 2021-04-27 09:41 雨筱逸悠 阅读(98) 评论(0) 推荐(0) 编辑
摘要: TigerRegular *reg = [TigerRegular new]; [reg addOptionalTextItems:@[@"http", @"ftp", @"wc"] minTimes:1 maxTimes:1]; [reg addStaticText:@"s" minTimes:0 阅读全文
posted @ 2021-04-23 18:10 雨筱逸悠 阅读(902) 评论(0) 推荐(0) 编辑
摘要: gcc -S -fno-asynchronous-unwind-tables execFunc.c -fno-asynchronous-unwind-tables 用来去除.CFI指令 源代码里要有main函数,可以不调用函数 // // execFunc.c // BlankProject // 阅读全文
posted @ 2021-04-22 15:00 雨筱逸悠 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 记录编译开始时间(自己的脚本一定要放在最前面,否则项目不会使用修改完成后的内容) # Type a script or drag a script file from your workspace to insert its path. app_build_time_path=${SRCROOT}/ 阅读全文
posted @ 2021-04-01 16:58 雨筱逸悠 阅读(217) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-30 17:43 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页