Chen-Tao

颂其诗,读其书,不知其人,可乎?


  • 首页

  • 分类

  • 归档

  • 标签

  • 关于

Analysing iOS App Network Performances on Cellular/Wi Fi

发表于 2015-04-05 | 分类于 Mac
There are good chances that, at a point, your app is connected and talk to a backend. Having best network performances is crucial, maybe as important ...
阅读全文 »

Use Mac to Catch Web Pkg on iPhone

发表于 2015-04-05 | 分类于 Mac
As title. Make iPhone link with Mac (USB) Open the iTenus , get the UDID , e.g. My UDID is 7d266806774f5d78b98651042d0658417482e67e Open the termin ...
阅读全文 »

wireshark crash on Mac OSX

发表于 2015-04-05
Intsall wireshark on Mac OSX ➜ ~ wireshark 2015-04-05 10:12:52.143 defaults[37890:7495980]The domain/default pair of (kCFPreferencesAnyApplication ...
阅读全文 »

Mac OS X 10.10 Yosemite 关闭Dashboard和Spotlight

发表于 2015-04-04 | 分类于 Mac
Mac
阅读全文 »

Starting and Stopping Background Services with Homebrew

发表于 2015-04-04 | 分类于 Mac
I love Homebrew, but sometimes it really gets me down, you know? Especially when I have to deal with launchctl. +launchctl loads and unloads services ...
阅读全文 »

Mac Homebrew – Update all packages at once

发表于 2015-02-11
With the release of Mountain Lion, some brew packages have stopped working… because they need updates! Updating all my brew packages installed via mac ...
阅读全文 »

常用Shell复合命令

发表于 2014-11-28
1、列出当前目录的文件、文件夹完整路径 ls -1 |awk ‘{print i$0}’ i=pwd‘/‘ 2、列出当前目录及子目录的文件、文件夹完整路径 ls -R |awk ‘{print i$0}’ i=pwd‘/‘ 2b) 列出当前目录及子目录下的文件夹完整路径 ls -FR ...
阅读全文 »

PostgreSQL Prompting

发表于 2014-11-28
Prompting 参数以百分号 % 打头,主要有如下: Prompting 参数 含义 %M 数据库主机全名,如果通过 UNIX Socket 连接则显示为 [local] %m 也表示数据库主机名,会截断第一个 . 后的内容 %> 数据库端口号 %n 会话的用 ...
阅读全文 »

Mac Install Mysql use Brew

发表于 2014-11-27
执行: $ brew install mysql 在 /usr/local/etc/ 下创建或修改 my.cnf,示例: [client] port = 3306 socket = /tmp/mysql.sock default-character-set = utf8 [mysql ...
阅读全文 »

PostgreSQL on Mac Tips

发表于 2014-11-27
install brew install postgresql satrt pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start open psql basename stop pg ...
阅读全文 »
1…111213…20
Chen Tao

Chen Tao

Engineer Blogger Creator Runner | ML DM JVM Web | 旅行 电影 歌手 摄影 | 读书的要义是尽量求得客观的认识,不是为了炫耀自己的‘创造力’,或‘发前人所未发’。 优秀程序员的价值,不在于其所掌握的几招屠龙之术,而是在细节中见真著。 如果我们可以一次把事情做对做好,在允许的范围内尽可能追求卓越,为什么不去做呢。 | @HNU

195 日志
14 分类
111 标签
RSS
GitHub Twitter Weibo 知乎
© 2018 Chen Tao
由 Hexo 强力驱动
主题 - NexT.Mist