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

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

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

>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 this “separation of concerns” helps keep your code clean, testable and more maintainable.
>目前都是藉由Controller(藉由網址)傳遞資料給View(畫面呈現)

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


近日公司外點發生VPN異常,經廠商協助查詢後,乃因外點特定user佔據頻寬所導致。在發生問題的當下,其實已經透過廠商的MRTG報表看出是流量問題,但並無法進一步釐清是什麼原因造成流量異常,便思考著是不是有什麼方式可以自己做個簡單的流量監控,待發生問題時,可以查出是哪個IP造成,甚至能查出所使用的服務為何。
繼續瀏覽 »

今天有台網域中的電腦,在更改”電腦名稱”後並未立即重開機,後來因故暫時離開而畫面鎖住,等要再登入時,畫面卻出現”伺服器上的安全性資料庫沒有此工作站信任關係的電腦帳戶”的錯誤訊息。
繼續瀏覽 »

早上在Omusic買了一首歌,下載解壓縮後,檔名卻變成一串落落長的亂碼,印象之前都是在Windows解壓縮或是透過Peazip來解決,不過近年要用Peazip總是會遇到問題,剛上網找其他方式,原來只要用指令模式為unzip加個參數即可解決。

