heTranscodeOperation ()@property (assign, nonatomic) BOOL executing;//判断...
UIWebView 和 WKWebView 的区别 WKWebView 更快(占用内存可能只有 UIWebView 的1/3~1/4),没有缓存...
NFC框架 什么是 NFC NFC(Near Field Communication)即近距离无线通讯技术。该技术由飞利浦公司和索尼公司共同开发...
{UIButton *logBtn = [UIButton buttonWithType:UIButtonTypeCustom];logBtn....
typedef NS_ENUM(NSInteger, TestStyle) {KTest = 1, //test}; //根据上面的枚举值,获取...
窗口小部件基础控件 1.基础两种状态的widget,所有的widget都是继承此两种状态。 StatelessWidget (代表只有一种状态的...
Dart类库有非常多的返回Future或者Stream对象的函数。 这些函数被称为异步函数:它们只会在设置好一些耗时操作之后返回,比如像 IO操...
1.const 和 final区别1.圆的周长 const PI = 3.141592654; //const:编译时就是常量 const do...
flutter_dev: |------android(anndroid项目) |------build(ios编译包) |------flut...