11 2018 档案

摘要:两个常用于扫描字符串的方法 例子: 1. 在iOS中使用HTML格式的字符串,去掉所有<>中的内容 2. 输出所有<>中的内容 参考: https://blog.csdn.net/qq_21649645/article/details/43971425 阅读全文
posted @ 2018-11-29 19:55 Da雪山 阅读(462) 评论(0) 推荐(0)
摘要:MacOS 自带Apatch服务器, 在浏览器输入 http://127.0.0.1/ 出现it works,代表访问成功 一. 启动 启动 sudo apachectl start 重启 sudo apachectl restart 关闭 sudo apachectl stop 二.添加文件 将文 阅读全文
posted @ 2018-11-19 11:41 Da雪山 阅读(279) 评论(0) 推荐(0)
摘要:fastlane实现自动化打包 阅读全文
posted @ 2018-11-08 14:25 Da雪山 阅读(155) 评论(0) 推荐(0)
摘要:cd 项目 1.开发 npm run web 开发过程中可以直接使用浏览器运行 npm run ios 2.打包 npm run build 会在 dist 文件夹 中生成js文件, 即可拖入ios 项目中加载 阅读全文
posted @ 2018-11-01 15:52 Da雪山 阅读(1569) 评论(0) 推荐(0)