皮克斯創始人之一、動畫界傳奇的 John Lasseter 在接受一家德國媒體《南方德國報》採訪時暢談了他所謂堅持的“七大創意原則”,他表示這七大原則是他實現其動畫電影創作目標的根源所在。

createps 發表在 痞客邦 留言(0) 人氣()

Apple Corona in 5 minutes Part 2

Animation and Sound

Let's animate the text and add some sound every time the user taps the button. Start with the “HelloWorld2” project and add the following lines at the end of main.lua so that the text will move vertically down by 100 pixels:

createps 發表在 痞客邦 留言(0) 人氣()

Corona in 5 minutes  Part 1

createps 發表在 痞客邦 留言(0) 人氣()

方法二


createps 發表在 痞客邦 留言(0) 人氣()

取得執行檔的目錄

string path = Directory.GetCurrentDirectory();

createps 發表在 痞客邦 留言(0) 人氣()

制作/ 刪除 目錄:
 if (!System.IO.Directory.Exists("檔案路徑"))

createps 發表在 痞客邦 留言(0) 人氣()

使用Gmail

   private void 寄送email(string 標題,string 寄件者, string[] 收信者,string 內文)

createps 發表在 痞客邦 留言(0) 人氣()

在Window Server 2008 裝 VS 2008
要裝 FrameWork 3.5 時出現錯誤,寫xxxx您必須使用角色管理工具來安裝或設定xxxx

createps 發表在 痞客邦 留言(0) 人氣()

C# 上個月的最後一天

string 上個月的最後一天 = DateTime.Now.AddDays(DateTime.Now.Day * -1).ToString("yyyyMMdd");

createps 發表在 痞客邦 留言(0) 人氣()

輸入法 嘸蝦米記憶法
我本來會大易,可是有越來越的多的平台都有嘸蝦米(iOS竟然也有...),所以我想說換用它來打字。

createps 發表在 痞客邦 留言(0) 人氣()