2016年3月16日 星期三
2014年11月6日 星期四
建立Eclipse的程式捷徑(eclipse.desktop)
因為懶惰,所以找方法!!
這個就只是我懶的進入eclipse的路徑來開啟eclipse,我的方法不一定對你有用,先說說環境,我的環境是Ubuntu Studio 14.04。
開啟Terminal
>>> sudo gedit /usr/share/applications/eclipse.desktop
eclipse.desktop的程式碼
[Desktop Entry]
Encoding=utf-8
Name=Eclipse
Comment=Eclipse IDE
Exec=/home/your/eclipse/eclipse
Icon=/home/your/eclipse/icon.xpm
Categories=Application;Development;
Type=Application
Terminal=0
Encoding=utf-8
Name=Eclipse
Comment=Eclipse IDE
Exec=/home/your/eclipse/eclipse
Icon=/home/your/eclipse/icon.xpm
Categories=Application;Development;
Type=Application
Terminal=0
2014年6月5日 星期四
Eclipse Google AppEngine(Python) 參數
--admin_host=ADMIN_HOST
Host name to which the local Development Console should bind (default: localhost).
--admin_port=ADMIN_PORT
Port to which the local Development Console should bind (default: 8000).
--enable_sendmail
Uses the local computer's Sendmail installation for sending email messages.
--help
Prints a helpful message then quits.
--host=...
The host address to use for the server. You may need to set this to be able to access the development server from another computer on your network. An address of 0.0.0.0 allows both localhost access and hostname access. Default is localhost.
--log_level=...
The lowest logging level at which logging messages will be written to the console; messages of the specified logging level or higher will be output. Possible values are debug, info, warning, error, and critical.
--port=...
The port number to use for the server. Default is 8080. If multiple servers are launched, they will be assigned subsequent ports (e.g. 8081, 8082, etc).
--logs_path=LOGS_FILE
By default, development server logs are stored in memory only. This option turns on disk storage of logs at the location specified by LOGS_FILE, making the logs available across server restarts. For example,devappserver.py --logs_path=/home/logs/boglogs bog
--require_indexes=yes|no
Disables automatic generation of entries in the index.yaml file. Instead, when the application makes a query that requires that its index be defined in the file and the index definition is not found, an exception will be raised, similar to what would happen when running on App Engine. The default value is no.
--smtp_host=...
The hostname of the SMTP server to use for sending email messages.
--smtp_port=...
The port number of the SMTP server to use for sending email messages.
--smtp_user=...
The username to use with the SMTP server for sending email messages.
--smtp_password=...
The password to use with the SMTP server for sending email messages.
--storage_path=...
Path at which all local files (such as the Datastore, Blobstore files, Google Cloud Storage Files, logs, etc) will be stored, unless overridden by --datastore_path, --blobstore_path, --logs_path, etc.
來源:https://developers.google.com/appengine/docs/python/tools/devserver?hl=zh-tw#Python_Command-line_arguments
2014年5月8日 星期四
Eclipse 佈景主題
好久沒來寫我的Blog了,就來篇讓Eclipse(日蝕)變的美美的的教學!
Eclipse UI theme plugin
在help -> Install New Software -> Add
Name: 隨你打自己想要的名字
Location: https://raw.github.com/guari/eclipse-ui-theme/master/com.github.eclipseuitheme.themes.updatesite
Eclipse Color theme plugin
在help -> Install New Software -> Add
Name: 隨你打自己想要的名字
Location: http://eclipse-color-theme.github.com/update
下面是安裝後,Eclipse佈景樣式
這裡是安裝後的文字樣式,我個人喜歡obsidian
最後祝福你們好好的享受你的eclipse畫面啦!
P.S. 當然上面這些樣式都是可以跨平台的,只要eclipse可以跑的都可以安裝。
訂閱:
文章 (Atom)
