错误信息 ValidationError: Invalid options object. Ignore Plugin has been initialized using ...
错误信息 ValidationError: Invalid options object. Ignore Plugin has been initialized using ...
node版本控制命令记录一下 1.打开终端 2. 查看node版本:终端输入 n list 回车 3.安装指定版本:终端输入 sudo -E n 18.17.1(版本号) 回...
可直接复制代码使用 <template> 左上角 表头{{ i + 1 }} ...
- (void)viewDidAppear:(BOOL)animated { [superviewDidAppear:animated]; UIView*status...
1.安装lib-flexible 终端执行命令:npm i lib-flexible --save 2在main.js引入lib-flexible import 'lib-f...
终端执行 nohup /Applications/WeChat.app/Contents/MacOS/WeChat > /dev/null 2>&1 & 加了&会显示进程号
1.删除~/Library/Developer/Xcode/iOS DeviceSupport/ 下的15.0文件, 2.选择Xcode -->window ---->Dev...
按钮中的实现方法,复制代码,改成自己的TabBarViewController selectedIndex 为你要跳转的目标tabbar索引 AppDelegate*dele...
如何在Mac上使用ngrok? 1. 下载Mac版ngrok:https://ngrok.com/download[https://ngrok.com/download] 2...
NSString *documentsDirectory = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory...
NSDate* now = [NSDate date]; NSCalendar *cal = [NSCalendar currentCalendar]; unsign...
@outstandingCL 直接调起键盘就可以使用的
iOS 系统自带的语音识别封装由于项目中很多模块都需要语音识别功能 , 做了下简单的封装记录一下 1.创建SpeechRecognizerManager工具类 继承NSObject:SpeechRecog...
获取手机通讯录导入Contacts/Contacts 这个库, 不带UI 导入ContactsUI/ContactsUI这个库, 带UI 直接上代码把 //带UI(无代理) ...
项目中遇到记录一下 借助UIBezierPath与CAShapeLayer进行实现 //创建view UIView *view = [[UIView alloc] initW...
这只是把链接存起来 了, 如果没有网络或网不好的 情况也是无法加载的吧
iOS 缓存之(WebView)网页缓存app中关于网页用的是越来越多了,所以有关网页缓存等问题就出现了?怎么进行缓存,获取缓存的大小,获取缓存数据,清理缓存等问题就一个一个地出现了。针对这个问题,通过查找前人的博...