我的第一隻GTK+程式 helloworld!
程式碼如下 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 …
程式碼如下 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 …
To delete a user from the command line in 10.5: 1. Boot into single user mode. Hold Command-s at startup. 開機進入單人模式. 在開啟電腦後馬上按 …
HOWTO use jQuery in Dashcode? 在main.html內需要引入jquery-x.x.x.min.js檔案. 我是把jquery 當按放在 scripts 目錄內.所以main.html程式如下 : 1 <script type="text/javascript" src="scripts/jquery-1.3.2.min.js" charset="utf-8"></script><script type="text/javascript" src="scripts/jquery-1.3.2.min.js" charset="utf-8"></script> 然後假設你在front panel裡面有個somebutton的按鈕. 按了一下之後使用 …