摘要:
[定期维护]VACUUM 或 VACUUM FULL[FULL]: 恢复磁盘空间REINDEX INDEX : 定期重建索引引用:PostgreSQL学习手册(数据库维护) 阅读全文
摘要:
The New World of WorkPublished: May 19, 2005By Bill Gates, Chairman, Microsoft CorporationOver the past decade, software has evolved to build bridges between disconnected islands of information and gi... 阅读全文
摘要:
dpkg: error processing oracle-java7-installer (–configure): 的解决方案 阅读全文
摘要:
RESTful架构API的设计误区 阅读全文
摘要:
解决createdb: could not connect to database postgres: FATAL: Peer authentication failed for user "postgres" 阅读全文
摘要:
升级Nginx到最新稳定版 阅读全文
摘要:
The remote name could not be resolved:'maps.googleapis.com' 的解决办法 阅读全文
摘要:
32位或64位 Windows下关于Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005的解决办法。 阅读全文
摘要:
黑色状态栏 圆角内容区 阅读全文
摘要:
程序抛出这个异步目前我已知的有以下几种原因:1. 操作系统有防火墙,并且阻挡了指定的端口2. 程序被放到宿主程序中,但宿主没有启动3.Net.Tcp Listener Adapter(NetTcpActivator)服务和Net.Tcp Port Sharing Service(NetTcpPortSharing)没有启动 阅读全文
摘要:
Google Map的geocode与fitBounds方法的同步操作 阅读全文
摘要:
public static class ContextObject_Helper { public static int UpdateEntity<T>(this ObjectContext objectContext, T entity, string entitySetName) where T: EntityObject { // Attach specify entity objectContext.AttachTo(entitySetName, entity); // Get object state by specify entity. System.Data.Obje 阅读全文
摘要:
SSL证书安装并解决导入证书时的ASN1 bad tag value met错误 阅读全文
摘要:
解决 The Controls collection cannot be modified because the control contains code blocks (i.e. ) 阅读全文
摘要:
用HTML判断IE版本 阅读全文
摘要:
解决Master Page引用.js文件的路径问题 阅读全文
摘要:
为了用于帮助分析异步controller执行机制和了解APM, 我画了这个异步Controller的Sequence Diagram。 阅读全文
摘要:
ASP.NET 异步请求 阅读全文
摘要:
Areas是ASP.NET Mvc 2.0中重从新特性之一,它可以辅助我们将一个大型的web项目分成若干区域,程序员可以对多个Area进行并行开发,提高生产效率。 阅读全文
摘要:
Action的参数值是如何被绑定的,我一直存在这样的一个疑惑,在这篇章中记录了Action的参数值绑定过程。 阅读全文
摘要:
这篇讲了Controller.Execute()方法中ActionInvoker.InvokeAction(...)方法的详细执行流程。 阅读全文