• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Never Give Up
天才在于勤奋,知识在于积累
博客园    首页    新随笔    联系   管理    订阅  订阅
[置顶] Postgres整理
摘要: [定期维护]VACUUM 或 VACUUM FULL[FULL]: 恢复磁盘空间REINDEX INDEX : 定期重建索引引用:PostgreSQL学习手册(数据库维护) 阅读全文
posted @ 2012-12-17 16:00 Terry Sun 阅读(325) 评论(0) 推荐(0)
[置顶] [转载]The New World of Work
摘要: 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... 阅读全文
posted @ 2006-11-16 09:11 Terry Sun 阅读(534) 评论(0) 推荐(0)
2013年2月5日
Ubuntu安装Java7 SDK
摘要: dpkg: error processing oracle-java7-installer (–configure): 的解决方案 阅读全文
posted @ 2013-02-05 16:34 Terry Sun 阅读(3095) 评论(0) 推荐(0)
2012年12月11日
RESTful架构API的设计误区
摘要: RESTful架构API的设计误区 阅读全文
posted @ 2012-12-11 15:45 Terry Sun 阅读(2184) 评论(0) 推荐(0)
2012年11月30日
解决createdb: could not connect to database postgres: FATAL: Peer authentication failed for user "postgres"
摘要: 解决createdb: could not connect to database postgres: FATAL: Peer authentication failed for user "postgres" 阅读全文
posted @ 2012-11-30 16:41 Terry Sun 阅读(23343) 评论(0) 推荐(5)
2012年11月22日
如何升级Nginx到最新稳定版
摘要: 升级Nginx到最新稳定版 阅读全文
posted @ 2012-11-22 13:01 Terry Sun 阅读(20318) 评论(2) 推荐(1)
2012年10月24日
The remote name could not be resolved:'maps.googleapis.com' 的解决办法
摘要: The remote name could not be resolved:'maps.googleapis.com' 的解决办法 阅读全文
posted @ 2012-10-24 10:06 Terry Sun 阅读(12509) 评论(0) 推荐(0)
2012年10月18日
关于Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005的解决办法
摘要: 32位或64位 Windows下关于Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005的解决办法。 阅读全文
posted @ 2012-10-18 10:02 Terry Sun 阅读(8749) 评论(0) 推荐(0)
2012年7月25日
[iOS]黑色状态栏 圆角内容区
摘要: 黑色状态栏 圆角内容区 阅读全文
posted @ 2012-07-25 15:31 Terry Sun 阅读(748) 评论(0) 推荐(0)
2012年6月29日
No connection could be made because the target machine actively refused it 127.0.0.1:808 的解决办法
摘要: 程序抛出这个异步目前我已知的有以下几种原因:1. 操作系统有防火墙,并且阻挡了指定的端口2. 程序被放到宿主程序中,但宿主没有启动3.Net.Tcp Listener Adapter(NetTcpActivator)服务和Net.Tcp Port Sharing Service(NetTcpPortSharing)没有启动 阅读全文
posted @ 2012-06-29 14:30 Terry Sun 阅读(28572) 评论(0) 推荐(0)
2012年1月13日
Google Map V3--geocode与fitBounds方法的同步操作
摘要: Google Map的geocode与fitBounds方法的同步操作 阅读全文
posted @ 2012-01-13 11:23 Terry Sun 阅读(3163) 评论(0) 推荐(0)
2011年7月21日
ADO.NET Entity Framework--不再查询直接更新数据
摘要: 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 阅读全文
posted @ 2011-07-21 15:07 Terry Sun 阅读(3176) 评论(4) 推荐(0)
2011年3月2日
安装SSL证书-解决导入证书时的ASN1 bad tag value met错误
摘要: SSL证书安装并解决导入证书时的ASN1 bad tag value met错误 阅读全文
posted @ 2011-03-02 18:38 Terry Sun 阅读(2720) 评论(0) 推荐(0)
2010年10月19日
解决 The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)
摘要: 解决 The Controls collection cannot be modified because the control contains code blocks (i.e. ) 阅读全文
posted @ 2010-10-19 16:25 Terry Sun 阅读(2168) 评论(1) 推荐(0)
2010年10月15日
<转>用HTML判断IE版本
摘要: 用HTML判断IE版本 阅读全文
posted @ 2010-10-15 14:03 Terry Sun 阅读(2307) 评论(0) 推荐(0)
2010年7月23日
关于Master Page的css和js文件引用问题
摘要: 解决Master Page引用.js文件的路径问题 阅读全文
posted @ 2010-07-23 09:09 Terry Sun 阅读(1621) 评论(0) 推荐(0)
2010年4月29日
ASP.NET Mvc 2.0 - 2. 异步Controller执行流程时序图
摘要: 为了用于帮助分析异步controller执行机制和了解APM, 我画了这个异步Controller的Sequence Diagram。 阅读全文
posted @ 2010-04-29 23:05 Terry Sun 阅读(2036) 评论(5) 推荐(2)
2010年4月20日
[转载]ASP.NET 2.0 中的异步页
摘要: ASP.NET 异步请求 阅读全文
posted @ 2010-04-20 12:51 Terry Sun 阅读(706) 评论(0) 推荐(1)
2010年4月13日
ASP.NET Mvc 2.0 - 1. Areas的创建与执行
摘要: Areas是ASP.NET Mvc 2.0中重从新特性之一,它可以辅助我们将一个大型的web项目分成若干区域,程序员可以对多个Area进行并行开发,提高生产效率。 阅读全文
posted @ 2010-04-13 16:48 Terry Sun 阅读(8555) 评论(18) 推荐(5)
2010年4月5日
深入分析 ASP.NET Mvc 1.0 – 4. 使用ModelBinder绑定Action的参数
摘要: Action的参数值是如何被绑定的,我一直存在这样的一个疑惑,在这篇章中记录了Action的参数值绑定过程。 阅读全文
posted @ 2010-04-05 14:36 Terry Sun 阅读(3581) 评论(2) 推荐(0)
2010年3月26日
深入分析 ASP.NET Mvc 1.0 – 3. Controller.Execute(Request)-ActionInvoker.InvokeAction()
摘要: 这篇讲了Controller.Execute()方法中ActionInvoker.InvokeAction(...)方法的详细执行流程。 阅读全文
posted @ 2010-03-26 00:04 Terry Sun 阅读(2208) 评论(5) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3