本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - benladeng5225
- Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- kaizi1992
- 青否云后端云
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- lemonhandsome
- jh108020
- ganxueyun
- Xeden
- xyuma
- zhanjia
- wangchen.ily
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- lyndon.lin
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
mac下抓包工具charles使用
charles下载和破解包地址:http://download.csdn.net/detail/u010187139/9574270
破解方法详见:http://blog.csdn.net/u010187139/article/details/51986854
使用ios手机如何抓包:http://blog.csdn.net/jiangwei0910410003/article/ ...
mac 下 android studio 识别不出真机
$ system_profiler SPUSBDataType
找到 Vendor ID: 0x2717
vim ~/.android/adb_usb.ini
输入 0x2717 前面不能有空行以及空格
$ cd /Users/david/Library/Android/sdk/platform-tools/
$ ./adb kill-server
$ ./adb start ...
Mac OS X 10.11.5 pip install getting Operation Not Permitted error
The new versions of Mac Os come with high restrictions on what you can do and is called: System Integrity Protection.
There is unfortunately not much we can do about that, and anyway the reason for S ...
Install MySQL on Mac OSX using Homebrew
转载自: https://blog.joefallon.net/2013/10/install-mysql-on-mac-osx-using-homebrew/
UPDATE: This post is probably very out of date. Please use at your own risk.
Recently, while doing some de ...
mac 上安装pyodbc , unixodbc ,freetds
brew install unixodbc
brew install freetds --with-unixodbc
安装后的libtdsodbc.so 的目录:
/usr/local/Cellar/freetds/1.00.9/lib/libtdsodbc.so
安装pyodbc
pip install pyodbc
完成
参考:
https ...
(转)MAC JDK版本切换
第一种方法:
通过命令’jdk6′, ‘jdk7′,’jdk8′轻松切换到对应的Java版本:
1.首先安装所有的JDk:* Mac自带了的JDK6,安装在目录:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/下。* JDK7,JDK8则需要自己到Oracle官网下载安装对应的版本。自己安装的JDK默认路径为:/Library/Java/ ...