代码改变世界

git库使用

2021-06-03 16:08 by Tanwheey, 30 阅读, 0 推荐, 收藏, 编辑
摘要:代码提交之后发起merge request 阅读全文

excle转html方法

2021-06-03 16:04 by Tanwheey, 150 阅读, 0 推荐, 收藏, 编辑
摘要:1、excle软件中选择文件,点击文件->另存为...->编写好文件名称后,文件格式选择:网页(.htm)。 2、使用浏览器打开这个网页文件,调出控制台,进入Elements,选择表格html代码,copy即可。 阅读全文

gitbook插入视频

2021-06-03 15:58 by Tanwheey, 810 阅读, 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, 290 阅读, 0 推荐, 收藏, 编辑
摘要:1、低版本xcode支持高版本iphone: 方法:copy高版本xcode支持的iphone版本到低版本xcode对应文件夹中。 打开< Xcode.app>,进入/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf 阅读全文

在 Mac 上的“自动操作”工作流程中使用 Shell 脚本操作

2021-05-27 10:22 by Tanwheey, 1049 阅读, 0 推荐, 收藏, 编辑
摘要:通过在工作流程内使用 Shell 命令在 Mac 上扩展“自动操作”的功能。例如,同时依次运行多个 bash shell 命令来执行复杂的任务,然后将结果传递到窗口。 操作如下: 程序坞中搜索“自动操作”应用,并双击进入。 在搜索栏中键入“运行 Shell 脚本”,然后选择搜索结果中的“运行 She 阅读全文

centos7 系统启动自动执行shell脚本

2021-05-27 09:58 by Tanwheey, 1248 阅读, 0 推荐, 收藏, 编辑
摘要:一、创建启动脚本 $cd {your path} 内容参考: # cd /root/clouddevice# touch start.sh# vi start.sh start.sh内容参考: #!/bin/bash echo '准备启动 frp...' cd /root/clouddevice/f 阅读全文

windows使用nvm管理node版本

2021-05-25 10:14 by Tanwheey, 86 阅读, 0 推荐, 收藏, 编辑
摘要:nvm 是 node.js 的版本管理工具,可以运行在多种操作系统上。nvm for windows 是使用go语言编写的软件。 我电脑使用的是Windows操作系统,所以我要记录下在此操作系统上nvm的安装和使用。 下载 nvm-windows 最新下载地址: https://github.com 阅读全文

每个程序员都应该知道的延迟数

2021-05-13 20:36 by Tanwheey, 82 阅读, 0 推荐, 收藏, 编辑
摘要:2020年数据: 详见:https://colin-scott.github.io/personal_website/research/interactive_latency.html 阅读全文

构建WebDriverAgent时报错“xxx: no identity found Command CodeSign failed with a nonzero exit code”解决办法

2021-05-13 11:15 by Tanwheey, 467 阅读, 0 推荐, 收藏, 编辑
摘要:问题:Build target IntegrationApp of project WebDriverAgent with configuration Debug CodeSign /Users/xxx/Library/Developer/Xcode/DerivedData/WebDriverAge 阅读全文

执行 sh ./Scripts/bootstrap.sh -d 时提示“xcrun: error: unable to find utility “simctl”, not a developer tool or in PATH ”错误解决办法

2021-05-13 10:52 by Tanwheey, 471 阅读, 0 推荐, 收藏, 编辑
摘要:xcrun: error: unable to find utility “simctl”, not a developer tool or in PATH 今天在全新mac上搭建ios自动化环境执行 sh ./Scripts/bootstrap.sh -d 时提示“xcrun: error: un 阅读全文
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页