2016年4月12日

HttpContext及HttpContext.current

摘要: 慎用System.Web.HttpContext.Current http://www.cnblogs.com/david1989/p/3879201.html 线程编程中用到HttpContext.Current的方法封装 http://www.cnblogs.com/xdotnet/archiv 阅读全文

posted @ 2016-04-12 22:49 chengjunde 阅读(343) 评论(0) 推荐(0) 编辑

面试中遇到递归算法

摘要: 前几天在博客园看到有人面试时,遇到递归算法题,一时手痒就解了一个。顺便网上又找来几个,也实现了。给大家分享一下,开阔一下思路,没准你明天面试就能用上。 1、编写一个方法用于验证指定的字符串是否为反转字符,返回true和false。请用递归算法实现。(反转字符串样式为"abcdedcba") 2、一列 阅读全文

posted @ 2016-04-12 18:31 chengjunde 阅读(4844) 评论(0) 推荐(0) 编辑

MVC的System.Web.Mvc.ViewPage小结

摘要: Inherits="System.Web.Mvc.ViewPage<dynamic>这一句最好是自己手动修改,如果是维护用户数据,用户对象名是User,改成Inherits="System.Web.Mvc.ViewPage<User>这样一来,视图里面调用Model属性的时候就是指向控制器(reut 阅读全文

posted @ 2016-04-12 18:30 chengjunde 阅读(664) 评论(0) 推荐(0) 编辑

集合类 Contains 方法 深入详解 与接口的实例

摘要: .Net 相等性:集合类 Contains 方法 深入详解 http://www.cnblogs.com/ldp615/archive/2009/09/05/1560791.html 1、接口的概念及声明接口是一种用来定义程序的协议,它描述可属于任何类或结构的一组相关行为。接口可有方法、属性、事件和 阅读全文

posted @ 2016-04-12 18:28 chengjunde 阅读(371) 评论(0) 推荐(0) 编辑

C# 递归算法与冒泡

摘要: C# 递归算法求 1,1,2,3,5,8,13···static void Main(string[] args){ int[] cSum = new int[10];for (int i = 0; i < cSum.Length; i++){ cSum[i] = Pro_WriteNum(i); 阅读全文

posted @ 2016-04-12 18:21 chengjunde 阅读(393) 评论(0) 推荐(0) 编辑

Http下的各种操作类.WebApi系列~通过HttpClient来调用Web Api接口

摘要: 1.WebApi系列~通过HttpClient来调用Web Api接口 http://www.cnblogs.com/lori/p/4045413.html HttpClient使用详解(java版本的) http://blog.csdn.net/wangpeng047/article/detail 阅读全文

posted @ 2016-04-12 17:06 chengjunde 阅读(1713) 评论(0) 推荐(0) 编辑

.NET领域驱动设计—实践

摘要: http://www.cnblogs.com/wangiqngpei557/p/3163985.html 阅读全文

posted @ 2016-04-12 15:59 chengjunde 阅读(156) 评论(0) 推荐(0) 编辑

处理异常刷卡记录存储过程

摘要: USE [ChiefmesNEW]GO/****** Object: StoredProcedure [dbo].[st_Alarm_DealStatStopCard] Script Date: 04/12/2016 10:36:06 ******/SET ANSI_NULLS ONGOSET QU 阅读全文

posted @ 2016-04-12 14:39 chengjunde 阅读(474) 评论(0) 推荐(0) 编辑

MYCAT介绍

摘要: 为什么需要MyCat? http://www.mycat.org.cn/ http://www.csdn.net/article/2015-07-16/2825228 阅读全文

posted @ 2016-04-12 13:40 chengjunde 阅读(128) 评论(0) 推荐(0) 编辑

MES生产日报存储过程

摘要: USE [ScreenMonitor]GO/****** Object: StoredProcedure [dbo].[ImportProductForDay] Script Date: 04/11/2016 17:31:55 ******/SET ANSI_NULLS ONGOSET QUOTED 阅读全文

posted @ 2016-04-12 10:11 chengjunde 阅读(455) 评论(0) 推荐(0) 编辑

HttpContext讲解

摘要: http://www.cnblogs.com/scy251147/p/3549503.html http://www.360doc.com/content/14/0526/10/17655805_381044549.shtml http://www.cnblogs.com/qiufuwu618/ar 阅读全文

posted @ 2016-04-12 09:49 chengjunde 阅读(125) 评论(0) 推荐(0) 编辑

负载均衡session共享问题

摘要: 负载均衡+session共享(memcached-session-manager实现) http://www.cnblogs.com/youzhibing/p/5094460.html http://www.cnblogs.com/wangjunqiao/p/4688689.html nginx+t 阅读全文

posted @ 2016-04-12 08:54 chengjunde 阅读(212) 评论(0) 推荐(0) 编辑

UML学习(二)-----类图

摘要: UML学习(二) 类图 http://www.cnblogs.com/silent2012/archive/2011/09/07/2169946.html http://www.cnblogs.com/yangfengming/archive/2008/08/14/1267495.html http 阅读全文

posted @ 2016-04-12 00:06 chengjunde 阅读(146) 评论(0) 推荐(0) 编辑

Hadoop实战第一篇

摘要: http://www.cnblogs.com/SeaSky0606/p/4711785.html 阅读全文

posted @ 2016-04-12 00:06 chengjunde 阅读(92) 评论(0) 推荐(0) 编辑

导航