摘要: 版权 本文摘自 http://www.cnblogs.com/iamlilinfeng 本人只做了搬运工 转载请注明出处:http://www.cnblogs.com/iamlilinfeng 感谢版主 李林峰的分享 一、概述 Windows Communication Foundation(WCF 阅读全文
posted @ 2015-06-22 20:26 anekos 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 【转载】控制反转与依赖注入! Spring的核心 IoC与DI 首先想说说IoC(InversionofControl,控制倒转)。这是spring的核心,贯穿始终。所谓IoC,对于spring框架来说,就是由spring来负责控制对象的生命周期和对象间的关系。这是什么意思呢,举个简单的例子,我们... 阅读全文
posted @ 2015-05-28 10:12 anekos 阅读(267) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lxsweat/p/4372508.html上代码其中的使用方法和UserInfo实体对象就不贴代码了。 /// /// 把对象转成json字符串 /// /// 对象 /// j... 阅读全文
posted @ 2015-04-03 09:36 anekos 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 本文出自地址: http://www.cnblogs.com/freshman0216/p/4161800.html#undefinedNewtonsoft.Json,一款.NET中开源的Json序列化和反序列化类库(下载地址http://json.codeplex.com/)。下面是Json序列化... 阅读全文
posted @ 2015-04-03 09:24 anekos 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 附上项目DEMO地址: 点我跳转下载地址: 点我跳转先了解一下什么是B-JUI框架:B-JUI(Bootstrap for DWZ)富客户端框架,基于DWZ-jUI富客户端框架修改。主要针对皮肤,编辑器,表单验证等方面进行了大量修改。(DWZ是什么,点我)项目的使用:项目使用时需要将项目文档中的BJ... 阅读全文
posted @ 2015-03-31 10:32 anekos 阅读(13199) 评论(0) 推荐(0) 编辑
摘要: 高手掠过,仅仅是查漏补缺Entity Framework是什么:1,ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案2,实体框架Entity Framework 是 ADO.NET 中的一组支持开发面向数... 阅读全文
posted @ 2015-03-30 17:41 anekos 阅读(2846) 评论(0) 推荐(0) 编辑
摘要: 高手掠过!仅仅是整理一下自动属性: C#自动属性可以避免原来这样我们手工声明一个私有成员变量以及编写get/set逻辑代码如下//Demo: public class User { public int Id { get; set; } public string Name { get; set; ... 阅读全文
posted @ 2015-03-30 15:19 anekos 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 关于JavaScript的死链设置问题 方法1 弹窗并返回页面最上边 方法2 弹窗但停留在当前页面 方法3 弹窗但停留在当前页面 关于JavaScript 的setInterval定时器的测试 ... 阅读全文
posted @ 2015-03-21 12:13 anekos 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleA... 阅读全文
posted @ 2015-03-20 16:16 anekos 阅读(145) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class... 阅读全文
posted @ 2015-03-20 15:40 anekos 阅读(809) 评论(0) 推荐(0) 编辑