首页
源码
关于
Search
1
luhn验证
9 阅读
2
git协同开发
7 阅读
3
微信公众号发送模版消息
7 阅读
4
银联商务支付对接
6 阅读
5
mysql大批量插入数据
5 阅读
PHP
Socket
Java
MYSQL
JS
Vue
ThinkPHP
Git
ts
Mac
登录
/
注册
Search
标签搜索
thinkphp
PHP
微信小程序
银联商务支付
支付
银联
luhn
luhn校验
mysql
mysql大批量插入数据
insert
load指令
tp
订阅消息
仓库
远程仓库
git仓库
git
git协同开发
微信
404
累计撰写
17
篇文章
累计收到
0
条评论
首页
栏目
PHP
Socket
Java
MYSQL
JS
Vue
ThinkPHP
Git
ts
Mac
页面
源码
关于
搜索到
1
篇与
的结果
2022-07-28
Mac 不通过 brew 安装 Telnet 工具
通过 brew install telnet 时会要求安装 xcodeMacBook:~ 404$ brew install telnet Warning: You are using macOS 10.14. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this old version. telnet: A full installation of Xcode.app is required to compile this software. Installing just the Command Line Tools is not sufficient. Xcode can be installed from the App Store. Error: telnet: An unsatisfied requirement failed this build.如果不想安装xcode 可用下面方式安装MacOS 10.14 的版本可以把MacOS10.12下的telnet和ftp的二进制文件拷贝回来,使得终端继续支持: 首先下载MacOS10.12的telnet和ftp的二进制文件到下载文件夹下: https://link.zhihu.com/?target=https%3A//pan.baidu.com/s/15TksjubFMKgsy4XhinLQmQ 提取码:wco4 如果失效 http://soga.ac.cn/upload/macos10.13%E7%BC%BA%E5%A4%B1ftp%20telnet%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95.zip 然后,把这两个文件拷贝到/usr/local/bin/的目录下 cd ~/Downloads sudo cp telnet /usr/local/telnet 输入自己账号的密码回车 sudo cp ftp /usr/local/ftp 输入自己账号的密码回车 拷贝完成后进入/usr/local/bin目录,分别给telnet和ftp添加权限 cd /usr/local/bin sudo chmod 755 telnet 输入自己账号的密码回车 sudo chmod 755 ftp 输入自己账号的密码回车 ls -l查看权限如下图即可
2022年07月28日
1 阅读
0 评论
0 点赞