10 2022 档案
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:<!-- run --> <style type="text/css"> .ct2 .mn {width:770px;} .ct2 .sd {width:218px;} @media screen and (max-width:768px) {.xnkl {display:none;} } .den
阅读全文
摘要:<!-- run --> <style> #app{ color: red; } </style> <div id="app"> </div> <script type="text/javascript"> var webstar= new Date("8/13/2015"); var webnow
阅读全文
摘要:<!-- run --> <style> .bg{ overflow: hidden; width: 300px; height: 150px; margin: 30px; border-radius: 10px; box-shadow: 15px 15px 15px #999; backgroun
阅读全文
摘要:原文地址 https://www.wangquanwei.com/63.html 本文具有一定的借鉴参考意义,前几天碰到一个内存持续增长的bug,也就是内存泄漏,正是通过Leaks工具排查出来的,查了一下网上关于Leaks的使用教程,感觉本文写的挺详细的,故而转载记录之~ Overview 最近几天
阅读全文
摘要:打开 window->Devices & Simulators然后点击View Device Logs 导出.crash文件,一般都是混淆了的看不到明文的调用栈,需要符号化 找到Xcode中symbolicatecrash存放的目录 find /Applications/Xcode.app -nam
阅读全文
摘要:肯定先罩着官网的来把node环境搭好 该有的Xcode相关工具链也下载好 (Node、Watchman、Xcode 和 CocoaPods) 参照RN中文网 https://www.reactnative.cn/docs/environment-setup 初始化 npx react-native
阅读全文
摘要:安装并引入使用 npm i react-router-dom HashRouter ①基于hash模式:页面跳转原理是使用了location.hash、location.replace;和vue router的hash模式实现一致 ②比较丑:在域名后,先拼接/#,再拼接路径;也就是利用锚点,实现路由
阅读全文
摘要:原文链接 https://ctinusdev.github.io/2016/04/01/PrintRedirect/ stdout和stderr 我们知道iOS上的日志打印函数有printf和NSLog两种,其中printf对应标准输出stdout,NSLog对应标准错误stderr。 在默认情况下
阅读全文
摘要:原文链接 https://ctinusdev.github.io/2018/02/25/iOSPrivateMethodEncrypt/ //加密 NSString *method = @"test"; NSData *data = [method dataUsingEncoding:NSUTF8S
阅读全文
摘要:@interface PHSemaphoreLock : NSObject <NSLocking> @end @implementation PHSemaphoreLock { dispatch_semaphore_t _semaphore; } - (instancetype)init { sel
阅读全文
摘要:iOS防截屏方案(基于DRM) - 简书 https://www.jianshu.com/p/86d0cfed5f4e 补充一个 https://www.jianshu.com/p/fa50deb1a2f3 采用UITextField的安全输入视图作为容器 子视图将不会被截屏获取到 系统版本有限制
阅读全文
摘要:代码在 https://github.com/WangGuibin/WGBRouterManager 安装cocoapods插件cocoapods-packager sudo gem install cocoapods-packager 创建pod lib 直接使用pod lib create xx
阅读全文