XEPhttps://code.google.com/p/xcode-extend-plug-in/downloads/list下載 XEP-v1.1.1-beta.pkg 底層使用的是uncrustifyfjh-mac-pro:Resources fengjianhua$ which uncrustify /opt/local/bin/uncrustify安裝uncrustifyfjh-mac-pro:Resources fengjianhua$ sudo port list
轉自:http://blog.csdn.net/pharaohsprince/稍微修改一下!upload.html<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html;
fjh-mac-pro:2013_04_27 fengjianhua$ sips --helpsips 10.4.4 - scriptable image processing system.This tool is used to query or modify raster image files and ColorSync ICC profiles.Its functionality can also be used through the "Image Events"
Select Top在不同資料庫中的使用用法: 1. oracle資料庫 Select * FROM TABLE1 Where ROWNUM<=N2. Infomix資料庫 Select FIRST N * FROM TABLE1 3. DB2資料庫 Select * ROW_NUMBER() OVER(ORDER BY COL1 DESC) AS ROWNUM Where ROWNUM<=N或者 Select COLUMN FROM TABLE FETCH FIRST N
在jdk7之前的switch只能使用byte short int char enum.一旦使用了 String value = "Hello"; switch(value){ case "Hello" : System.out.println("Hello"); break; case "hh" : System.out.println("hh"); break; case "h" : System.out.println("h");
這兩天把osx升到10.9, xcode也升到5 dp3. 問題來了port報macports could not set effective gid to 0 解決辦法sudo ln -s /usr/bin/tar /usr/bin/gnutarError: Failed to install expatPlease see the log file for port expat for details: