ASP.NET jQuery Validate 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 1月 07, 2016 在ASP.NET MVC 上可以用jQuery驗證 要在NuGet加裝 jQuery Validation 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
Android WebView 發生跑版 4月 15, 2015 在紅米手機上開發時遇到版面跑版 變成顯示手機實際解析度 一般手機會轉換螢幕解析度 例如:寬1920px會轉成320px 但是Cordova預設的index.html卻沒有轉換 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> 後來找到原因是Android舊版支援target-densitydpi, 但運行在Android 4.4.2以上也不會發生問題, 只有在紅米的Android 4.2.2發生問題, 所以有可能是其中幾個版本才會有問題. 所以只要把target-densitydpi拿掉,就會變正常了 繼續閱讀
Entity Delete 因為實體未公開其關聯性的外部索引鍵屬性而發生錯誤 8月 22, 2016 錯誤訊息: 'System.Data.Entity.Infrastructure.DbUpdateException' 類型的例外狀況發生於 EntityFramework.dll,但使用者程式碼未加以處理 其他資訊: 儲存實體時,因為實體未公開其關聯性的外部索引鍵屬性而發生錯誤。EntityEntries 屬性將傳回 Null,因為無法指出單一實體為例外狀況的來源。若公開實體類型中的外部索引鍵屬性,可以使處理儲存時的例外狀況變得比較簡單。如需詳細資料,請參閱 InnerException。 解決方法: 開啟關聯資料表的 "外部索引鍵關聯性 (Foreign Key Relationship)" 小視窗 設定 "強制使用外部索引鍵條件約束 (Enforce Foreign Key Constraint)" 為 否(No) 繼續閱讀
OS X Yosemite 10.10.1 + Apache + PHP + MariaDB 1月 15, 2015 作業系統:Mac OS X Yosemite 10.10.1 系統已經內建 Apache 和 PHP Apache $sudo apachectl start PHP 編輯Apache設定檔 $sudo vim /etc/apache2/httpd.conf 下面是放置網頁的路徑,可以修改至/Users/使用者名稱/網頁資料夾 DocumentRoot "/Library/WebServer/Documents" <Directory "/Library/WebServer/WebSites"> 把#拿掉 LoadModule php5_module libexec/apache2/libphp5.so 產生php設定檔 $sudo cp /etc/php.ini.default /etc/php.ini MariaDB 首先要已經安裝好homebrew $brew doctor $brew update $brew info mariadb: stable 10.0.15 (bottled) http://mariadb.org/ Conflicts with: mysql, mysql-cluster, mysql-connector-c, percona-server Not installed From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mariadb.rb ==> Dependencies Build: cmake ✘ Required: openssl ✔ ==> Options --enable-local-infile Build with local infile loading support --universal Build a universal binary --with-archive-storage-engine Compile with the ARCHIVE storage engine enabled --with-bench Keep benchmark app when installing --with-blackh... 繼續閱讀
留言
張貼留言