Dec 27

Dec 22

  昨天同仁反應寄信給客戶時部份郵件會變成亂碼拿到問題郵件後是個純文字的亂碼信而寄件方的寄件備份裡卻是html格式這跟以往遇到的情形不太一樣以往是寄出時使用了RTF的格式且對方不是使用Outlook才會造成內容損壞

繼續瀏覽 »

Dec 21

  昨日在安裝新電腦啟用Office 2013序號時跳出一個「很抱歉發生錯誤目前無法處理您的要求請稍後再試。(0xC004C780)然後就跳到要選擇線上或電話啟動的畫面

繼續瀏覽 »

Dec 20

  印象從高中時代開始只要是喉嚨痛開始的感冒到最後都會是咳嗽三個月做收尾所以一直以來都很怕從咳嗽開始的感冒且我的體質去看醫生往往沒什麼用因此有幾年感冒都不會去看醫生後來又試了幾年會很乖的去看醫生但效果還是有限
繼續瀏覽 »

Dec 20

  先前外點同仁反應手機上的Line可以正常傳送訊息但卻無法傳送圖片而使用另外一條網路即正常研究了好一陣子想到會不會是MTU的問題剛好出問題的Sonet網路是採pppoe撥號便上網查建議數值一般建議是1492或1484而Sonicwall防火牆預設值是1500在調整過後Line即可正常傳送圖片
繼續瀏覽 »

Dec 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.

Dec 13

  在微軟的權限設計裡有個Remote Desktop Users的權限給遠端桌面使用者使用但實務上此權限常使一些應用程式無法完全正常操作使得需開放Administrator權限給給遠端桌面的使用者而User在使用遠端桌面時有時會忘了自己在操控遠端的電腦在要下班時可能就直接按了遠端的關機或重開機按鈕導致伺服器下線
繼續瀏覽 »

Dec 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(畫面呈現)

Dec 12

  最近公司Windows 10 Notebook的Wifi問題不少其中一台的狀況是使用到一半後會斷線之後便再也無法取得IP位址查修後發現該NB的無線MAC位址竟然會變動等到第二次又發生斷線時查修又再一次發生MAC位址變動的情形
繼續瀏覽 »

Dec 11

  前陣子在環保產品查詢網站搜尋衛生紙相關的的環保產品篩選出一般通路比較容易取得的品牌後決定先使用浦公英這牌子試試
繼續瀏覽 »