Show me. Don't tell me.
App_Code is Evil in Web Application Project App_Code is Evil in Web Application Project
最近在新的專案上使用了WebAPI開發一些服務,結果因為以前的壞習慣讓我直接下意識地開了App_Code的資料夾並在資料夾內放了一些會常用到的Utilc或Common類型的class或static method。 機車的是當我build過後
2013-12-15
Using Html.Raw() method to show content include Html tags in .NET MVC(under Razor ViewEngine) Using Html.Raw() method to show content include Html tags in .NET MVC(under Razor ViewEngine)
在.NET MVC中如果使用Razor作為ViewEngine 我們最常用來輸出一個model的參數的用法應該就是@了,這邊來介紹如何輸出包含HTML Tag的內容
2013-11-13
Use NonAction Attribute to Hide Controller in .NET MVC Routing Table Use NonAction Attribute to Hide Controller in .NET MVC Routing Table
如果我們想要讓某一個Controller中的Action不要在路由表內被註冊的時候就可以透過NonAction的方式來實現
2013-11-04
Cannot hide status bar in iOS7 Cannot hide status bar in iOS7
如何隱藏iOS7的狀態列
2013-11-03
ASP.NET MVC 4 入門 ASP.NET MVC 4 入門
MVC 4開發環境與基本知識
2013-10-23
Phonegap archives/build armv7s error!(What different between armv6/armv7/armv7s/arm64?) Phonegap archives/build armv7s error!(What different between armv6/armv7/armv7s/arm64?)
在Xcode 4.6.X的時代預設使用的Archives與build的架構是在armv6/armv7/armv7s(但armv7s預設不會開啓)所以在打包ipa檔案都沒什麼問題,直到最近換成Xcode5與iOS7之後真的是一連串的悲劇。
2013-10-12
Xcode4 upgrade to Xcode5 - symbol(s) not found for architecture armv7 or armv7s linker error Xcode4 upgrade to Xcode5 - symbol(s) not found for architecture armv7 or armv7s linker error
最近因為手殘把手機從iOS6升到iOS7後發現原本的Xcode4.6.3不能開發了…要使用Xcode5才可以上實機開發,而Xcode5又要OSX至少10.8以上的版本才能安裝,
2013-10-11
使用CSS製作對話框簽名檔效果 使用CSS製作對話框簽名檔效果
運用CSS製作取代圖片的簽名檔
2013-10-09
iOS & Android icon and preloading size list iOS & Android icon and preloading size list
整理一下開發APP時所要知道的各項尺寸
2013-10-02
網頁資料輸出轉為Excel檔案時數字資料強制為文字呈現(含其他mso支援格式轉換) 網頁資料輸出轉為Excel檔案時數字資料強制為文字呈現(含其他mso支援格式轉換)
在網頁應用程式開發上常常會有需求是要把表格呈現的資料轉為excel儲存,而遇到這些需求的時候往往就是透過直接輸出一個表格的方式(html table tag)把資料透過tr,th,td的方式印出來。
2013-09-30
Google Chart API 畫出QRCode Google Chart API 畫出QRCode
這是Google提供的一個免費的畫圖Web API Service ,只要傳入指定選項與內容即可透過呼叫Web API Service的方式產生你要的圖或表甚至是QRCode
2013-09-27
19 / 20