摘要:
Installing Memcached on Windows 原文链接https://commaster.net/content/installing-memcached-windows Submitted by COMMASTER21JAN '15 Memcached is a high per 阅读全文
摘要:
private void AutoSizeControl(Control control, int textPadding) { // Create a Graphics object for the Control. Graphics g = control.CreateGraphics(); / 阅读全文
摘要:
写了个扩展,分享给需要的朋友。 0x01 使用方法 在mvc区域中的{xxxx}AreaRegistration.cs文件中,如ProjectsAreaRegistration.cs using Dsvisual.Extensions; namespace Dsvisual.WebApp.Areas.Projects{ public class ProjectsAreaRegistrat... 阅读全文