摘要:报错: bower retry Request to https://registry.bower.io/packages/oboe failed with ECONNRESET, retrying in 17.3sbower ECONNRESET Request to https://regist 阅读全文
bower retry Request to xxx failed with ECONNRESET以及bower ECONNRESET Request to xxx failed: read ECONNRESET问题解决
2021-06-17 11:49 by Tanwheey, 587 阅读, 0 推荐, 收藏,MAC提示Operation not permitted
2021-06-09 12:50 by Tanwheey, 4366 阅读, 0 推荐, 收藏,
摘要:THMAC-xxxx:~ root# chmod 777 /Users/xxx/Documents/chmod: Unable to change file mode on /Users/xxx/Documents/: Operation not permitted 苹果在 OS X El Capi 阅读全文
npm ERR! Failed at the bufferutil@1.3.0 install script 问题解决方法
2021-06-09 10:17 by Tanwheey, 1266 阅读, 0 推荐, 收藏,
摘要:报错: npm ERR! Failed at the bufferutil@1.3.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging outpu 阅读全文
git本地仓库和远程仓库关联
2021-06-09 10:01 by Tanwheey, 3394 阅读, 0 推荐, 收藏,
摘要:1、创建远程仓库 2、初始化本地仓库git init git add . git commit -m "desc" 3、关联远程仓库 git remote add origin https://github.com/fatedier/frp.git 4、第一次先拉取远程库中的README.md和.g 阅读全文
gitbook mermaid不能渲染问题
2021-06-08 15:47 by Tanwheey, 783 阅读, 0 推荐, 收藏,
摘要:本地搭建了gitbook,但是报错 Error: Cannot find module 'prismjs/components/prism-mermaid.js' 在启动的gitbook文件夹中编写book.js安装mermaid插件, 添加:"plugins": ["mermaid-gb3"] 执 阅读全文
adb命令启动app及查找系统版本号
2021-06-07 13:20 by Tanwheey, 1727 阅读, 0 推荐, 收藏,
摘要:以查找com.web.app为例。 获取应用的包名/activity名称: 1)打开应用 2)输入命令adb shell dumpsys activity activities affinity=com.web.app intent={act=android.intent.action.MAIN c 阅读全文
excle转html方法
2021-06-03 16:04 by Tanwheey, 201 阅读, 0 推荐, 收藏,
摘要:1、excle软件中选择文件,点击文件->另存为...->编写好文件名称后,文件格式选择:网页(.htm)。 2、使用浏览器打开这个网页文件,调出控制台,进入Elements,选择表格html代码,copy即可。 阅读全文
gitbook插入视频
2021-06-03 15:58 by Tanwheey, 897 阅读, 0 推荐, 收藏,
摘要:Video Player for GitBook要求: gitbook >=2.0.0 安装 在book.json中添加,具体位置:/yourPath/.gitbook/versions/yourVersion/ 添加: { "plugins": ['video-player'] } 然后执行 gi 阅读全文
xcode使用技巧
2021-05-28 11:29 by Tanwheey, 337 阅读, 0 推荐, 收藏,
摘要:1、低版本xcode支持高版本iphone: 方法:copy高版本xcode支持的iphone版本到低版本xcode对应文件夹中。 打开< Xcode.app>,进入/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf 阅读全文