2019年7月27日

如果将 macOS Mojave 降级为 macOS Sierra 或者更低版本

摘要: 当前系统是10.14,我想装回10.11 办法: 1. 下载10.11, 我是从themacgo网站下载的 https://themacgo.com/macos-sierra-10-12-1-dmg-mac-direct-free-download/ 2. 备份原来mac OS重要文件 3. 方法1 阅读全文

posted @ 2019-07-27 12:44 Cheney Shen 阅读(3013) 评论(0) 推荐(0) 编辑

2019年5月13日

pip源提示“not a trusted or secure host” 解决

摘要: 问题:The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we rec 阅读全文

posted @ 2019-05-13 03:10 Cheney Shen 阅读(8618) 评论(0) 推荐(2) 编辑

2019年5月11日

Window系统下MongoDB安装及远程访问

摘要: 1.编辑mongodb 安装文件夹bin\mongod.cfg 把bindIP 改为 127.0.0.1, 192.168.1.180(局域网IP) 可以参考https://blog.csdn.net/langzi7758521/article/details/70936024 2.windows服 阅读全文

posted @ 2019-05-11 14:57 Cheney Shen 阅读(502) 评论(0) 推荐(0) 编辑

2019年5月8日

Windows下安装appium桌面版和命令行版

摘要: 安装appium桌面版和命令行版 一 桌面版(打开很慢,常用于辅助元素定位) 1.官网下载window版本: github search appium desktop download latest version 2. install 3.启动server 二 命令行版(打开很快,常用于执行脚本) 阅读全文

posted @ 2019-05-08 19:25 Cheney Shen 阅读(1790) 评论(0) 推荐(0) 编辑

2019年5月6日

Command 'java' not found during running appium

摘要: Question: When Execution code:driver = new RemoteWebDriver(new Uri("http://127.0.0.1:4723/wd/hub"), capabilities); prompt "Encountered internal error 阅读全文

posted @ 2019-05-06 11:25 Cheney Shen 阅读(432) 评论(0) 推荐(0) 编辑

2019年5月5日

sudo npm install -g cnpm --registry=https://registry.npm.taobao.org

摘要: 阅读全文

posted @ 2019-05-05 10:06 Cheney Shen 阅读(1499) 评论(0) 推荐(0) 编辑

Pycharm 中错误ImportError: No module named appium

摘要: Q: Pycharm 中错误ImportError: No module named appium A: Pycharm IDE Preferences -> Project Interpreter -> 左下角的“+” (可以帮你添加package) -> 搜索框输入"appium" ->Inst 阅读全文

posted @ 2019-05-05 01:05 Cheney Shen 阅读(373) 评论(0) 推荐(0) 编辑

2012年1月12日

CURL并发测试POST和DELETE请求

摘要: <?php$follower_ids = range(1000, 2000, 1);$prefix = "http://a.b.com/123/following";$mh = curl_multi_init();$argv1 = $argv[1];if (!empty($argv1) && is_string($argv1)) { switch (strtolower($argv1)) { ca... 阅读全文

posted @ 2012-01-12 18:49 Cheney Shen 阅读(1797) 评论(0) 推荐(0) 编辑

curl如何发起DELETE/PUT请求?(备忘)

摘要: DELETE:curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'DELETE');PUT:curl_setopt($ch, CURLOPT_PUT, true);GET:curl_setopt($ch, CURLOPT_HTTPGET, true);POST:curl_setopt($ch, CURLOPT_POST, true);可以通过$_SERVER['REQ... 阅读全文

posted @ 2012-01-12 18:47 Cheney Shen 阅读(2971) 评论(0) 推荐(0) 编辑

2011年12月16日

Ubuntu 11.10下安装配置Zend Studio 9.0破解版详细步骤

摘要: 去官网下载ZendStudio, 我是64位的, 那就是ZendStudio-9.0.0-x86_64.tar.gz解压ZendStudio-9.0.0-x86_64.tar.gz 到 安装目录 /usr/local/, 命令如下:sudo /usr/local/ZendStudio/ZendStudiotar -zxvf ZendStudio-9.0.0-x86_64.tar.gzz /usr/... 阅读全文

posted @ 2011-12-16 19:45 Cheney Shen 阅读(4280) 评论(0) 推荐(0) 编辑

导航