Posts
Showing posts from March, 2017
CSS3 border-radius Property: Adjust element's corners
- Get link
- X
- Other Apps
ADO .NET vs ASP .NET
- Get link
- X
- Other Apps
What is Active Server Pages? Microsoft® Active Server Pages (ASP) is the server-side execution environment in Microsoft Internet Information Server (IIS) 3.0 that enables you to run ActiveX™ scripts and ActiveX server components on the server. By combining scripts and components, developers can create dynamic content and powerful Web-based applications easily. What is ADO? ADO is a Microsoft technology ADO stands for ActiveX Data Objects ADO is a Microsoft Active-X component ADO is automatically installed with Microsoft IIS ADO is a programming interface to access data in a database
Vertically center text in a 100% height div using css
- Get link
- X
- Other Apps
How to Add Programs, Files, and Folders to System Startup in Windows 10
- Get link
- X
- Other Apps
To open the “Startup” folder the easy way, just hit Windows+R to open the “Run” box, type “shell:startup,” and then press Enter. This will open a File Explorer window right to the “Startup” folder. To make an app, file, or folder start with Windows, all you have to do is create a shortcut to the item inside the “Startup” folder. And well done!
Cách khắc phục lỗi NodeJS chạy quá ngốn Ram trên Visual Studio 2017
- Get link
- X
- Other Apps
Khi chạy một số project làm web trên Visual Studio 2017, đặc biệt các project lớn có nhiều file (chứa) JavaScript, các bạn có thể gặp trường hợp xuất hiện tiến trình Node.js chạy rất ngốn Ram, dẫn đến chậm, thậm chí đơ máy, rất khó chịu! Lỗi này xảy ra là vì khi cài đặt VS chúng ta "lỡ" tick vào phần có cài TypeScript, thằng này có nhiệm vụ là quét toàn bộ các file (chứa) JS (cả file .js và các file .cshtml...), dẫn đến việc nếu project lớn thì làm chậm, đơ như mình nói trên. Cách khắc phục là chúng ta sẽ disable thằng TypeScript đó đi, bằng cách vào Tools > Extensions and Updates, sau đó search TypeScript rồi disable nó là xong. Mình đã disable nó và chỉ thấy máy chạy mượt hơn chứ ko thấy có ảnh hưởng gì đến kết quả chạy project. Cách làm này mình tham khảo ở link bên dưới, ngoài ra trong link đó cũng có một số hướng dẫn khác, các bạn có thể tham khảo thêm nếu cách trên ko hoạt động nhé: https://developercommunity.visualstudio.com/content/problem/27033/nodejs-ser...