很多人第一想法就是重新安装Xcode,但是Xcode对内存要求很高,并不是每个人都想安装或者说都能安装的,其实,只需要安装个别配置就好了。 删除已经安装的CommandLineTools sudo rm -rf $(xcode-select -p) 重新安装 sudo xcode-select -- ...
分类:
系统相关 时间:
2021-04-21 11:51:43
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:
系统相关 时间:
2021-04-21 11:49:55
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:
Web程序 时间:
2021-04-21 11:46:08
阅读次数:
0
Mac下Core Shell 使用lrzsz命令,上传,下载文件 新增~/.bashrc_Core_Shell # Bash support for Core Shell, reference: /etc/bashrc_Apple_Terminal on macOS # Report Working ...
分类:
系统相关 时间:
2021-04-20 15:02:28
阅读次数:
0
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:
其他好文 时间:
2021-04-19 15:45:32
阅读次数:
0
每隔 0.5 秒输出当前 .git 目录的文件 watch -n .5 "tree .git" 需要安装 watch 和 tree 命令, brew install watch brew install tree ...
分类:
系统相关 时间:
2021-04-19 15:36:48
阅读次数:
0
mac 上build go 如果想要在centos上面执行 必须使用下面的方式 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o hello hello.go 不然会报错 :cannot execute binary file ...
分类:
其他好文 时间:
2021-04-19 14:58:20
阅读次数:
0
我们在使用Mac电脑的过程中,可以使用“密码与安全性”偏好设置来更改与您的 Apple ID 相关联的安全性设置。今天小编给大家带来了详细的图文教程,需要的朋友可以看一看! 具体方法如下 1.在 Mac 上,选取苹果菜单>“系统偏好设置”。 2.点按“Apple ID”。 如果尚未登录 Apple ...
分类:
移动开发 时间:
2021-04-19 14:54:52
阅读次数:
0
实验要求与目的 了解定向扩散路由和 S-MAC 协议原理 掌握 NS2 分析定向扩散和 S-MAC 协议 实验环境 wnt-ns2 仿真环境、实验代码 实验步骤 先做DD 协议仿真分析。 打开 Terminal,输入cd WNTLab/experiments/exp13/DD进入实验脚本所在文件夹; ...
分类:
系统相关 时间:
2021-04-19 14:34:01
阅读次数:
0
Mac Mouse Fix 最新版是一款非常实用的mac鼠标平滑滚动工具,可以通过先进的滚动算法带给您流畅而灵敏的鼠标滚动体验,该算法在流动性和控制之间达到了完美的平衡。另外允许您调整鼠标的滚动方向,欢迎需要的朋友安装体验! 原文链接:https://mac.orsoon.com/Mac/18281 ...
分类:
系统相关 时间:
2021-04-16 12:24:31
阅读次数:
0