Jan 2
Console.WriteLine()	秀畫面並換行;
Console.Write()		秀畫面;

========================

Console.Write(string.Format("{0}*{1}={2:00}\t", j, i, j * i));
//類矩陣的方式,定義每個值的顯示方式


Melanjutkan browsing »

Desember 27

Desember 13

>Entity Framework(often referred to as EF):
>a .NET Framework data-access technology to define and work with model classes.
>By default, the Entity Framework looks for a connection string named the same as the object context class (MovieDBContext for this project).

>Entity Framework is default to using LocalDB.

>LocalDB is a lightweight version of the SQL Server Express Database Engine
>LocalDB runs in a special execution mode of SQL Server Express that enables you to work with databases as .mdf files.
>Typically, LocalDB database files are kept in the App_Data folder of a web project.

>SQL Server Express is not recommended for use in production web applications.
>LocalDB in particular should not be used for production with a web application because it is not designed to work with IIS. However, a LocalDB database can be easily migrated to SQL Server or SQL Azure.

Desember 12

>Razor code註解符號 @*…….*@

>A controller class is where you write the code that handles the incoming browser requests, retrieves data from a database, and ultimately decides what type of response to send back to the browser.

>A view template should never perform business logic or interact with a database directly. Instead, a view template should work only with the data that’s provided to it by the controller. Maintaining thisseparation of concernshelps keep your code clean, testable and more maintainable.

>目前都是藉由Controller(藉由網址)傳遞資料給View(畫面呈現)

Laut 14

  一直以來都把網誌的圖片放在Dropbox,但最近收到Dropbox通知,3/15準備把Public的公開資料夾功能拿掉,雖然還是可以用”分享連結”的方式,讓圖片可以外連,但這個轉換工作太浩大,且難保未來不會再調整一次,因此乾脆評估把圖片移到較穩定的空間

Melanjutkan browsing »

Februari 20

  預設ul標籤會在行的上下方留白,若不要留白,可在css的ul標籤加入

ul {
batas:0;
}

 

[Link]

Februari 7

方法一:

  • 在專案按右鍵選「Manage NuGet Packages for Solution…"

 

Melanjutkan browsing »

Jan 20

====Memo====

1.至Studio Styles網站下載Monokai Bright – Sublime的scheme

2.開Visual Studio,「Tools」-「Import and Export Settings」-「Import Selected Environment Settings」…

 

[Link]

November 23

Dua minggu sebelum renovasi besar arsitektur jaringan perusahaan,Lebah Sibuk,Ketika Anda mengubah IP server cetak,Ada dua sangat mesin bengkok,Pertama izinkan saya memulai perubahan,Kemudian, setelah berubah menjadi lebih baik,Menjadi lama tidak aktif,Dia akan mematahkan,Mencoba hari,Akhirnya menyerah,Aku meraih sebuah program kecil,放在Server讓程式每隔30秒就對print server來ping一下

Melanjutkan browsing »

Desember 13

 

Sebelum melihat beberapa mengucapkan kata komputer,Forvo secara tidak sengaja menemukan situs ini,Forvo pada berbagai kata bahasa pengucapan,Bandara informasi suara yang disediakan oleh pengguna di seluruh dunia,Jadi kata yang Anda dapat ditemukan di lebih dari satu file suara,網站還會列出每個聲音檔是由何處提供

Melanjutkan browsing »