随笔分类 -  asp.net

摘要:asp.net+MVC 阅读全文
posted @ 2017-10-10 13:25 ecollab 阅读(167) 评论(0) 推荐(0) 编辑
摘要:在线OFFICE方案 阅读全文
posted @ 2017-10-09 16:24 ecollab 阅读(323) 评论(0) 推荐(0) 编辑
摘要:C# 正则表达式 使用介绍 C#中正则表达式使用介绍 .net中的正则表达式使用高级技巧 (一) .NET正则表达式用法介绍以及Regex 阅读全文
posted @ 2017-02-06 15:30 ecollab 阅读(141) 评论(0) 推荐(0) 编辑
摘要:数据图表插件Echarts(一) 阅读全文
posted @ 2017-01-09 07:28 ecollab 阅读(373) 评论(0) 推荐(0) 编辑
摘要:Xamarin+Prism小试牛刀:定制跨平台Outlook邮箱应用 Xamarin+Prism开发详解一:PCL跨平台类库与Profile的关系 Xamarin+Prism开发详解二:Xaml文件如何简单绑定Resources资源文件内容 Xamarin+Prism开发详解三:Visual stu 阅读全文
posted @ 2017-01-09 07:26 ecollab 阅读(222) 评论(0) 推荐(0) 编辑
摘要:Func与Action C#委托的介绍(delegate、Action、Func、predicate) Func和Action委托的区别和简单使用 阅读全文
posted @ 2017-01-06 20:55 ecollab 阅读(120) 评论(0) 推荐(0) 编辑
摘要:MVC项目中如果有公共部分的代码就可以单独拿出来作为控件来用(比如头部和底部代码)。跟ASP.NET中的ASCX实现的效果一样,但MVC比它方便的多。 想要实现该效果,需要知道@Html.Action的用法。 @Html.Action有很多的构造方法在这里我只说一种也是经常用到的,@Html.Act 阅读全文
posted @ 2017-01-06 20:51 ecollab 编辑
摘要:魅力 .NET:从 Mono、.NET Core 说起 .NET Core 1.1 发布 文档下载资源汇总 https://www.microsoft.com/net/core#windowsvs2015 https://docs.microsoft.com/zh-cn/dotnet/article 阅读全文
posted @ 2017-01-06 20:27 ecollab 阅读(189) 评论(0) 推荐(0) 编辑
摘要:Quartz.net开源作业调度框架使用详解 Quartz.net持久化与集群部署开发详解 阅读全文
posted @ 2016-12-30 09:05 ecollab 阅读(139) 评论(0) 推荐(0) 编辑
摘要:nginx+iis实现负载均衡 在win2008R2上使用(NLB)网络负载均衡 NLB网路负载均衡管理器详解 【译文】Web Farm和Web Garden的区别? IIS负载均衡-Application Request Route详解第一篇: ARR介绍 IIS负载均衡-Application 阅读全文
posted @ 2016-12-30 08:34 ecollab 阅读(562) 评论(0) 推荐(0) 编辑
摘要:SqlSugar ORM 系列介绍 阅读全文
posted @ 2016-12-29 21:54 ecollab 阅读(114) 评论(0) 推荐(0) 编辑
摘要:我们所需要的是,在一个类内部,不通过创建对象的实例而能够获得某个实现了公开接口的对象的引用。这种“需要”,就称为DI(依赖注入,Dependency Injection),和所谓的IoC(控制反转,Inversion of Control )是一个意思。 DI是一种通过接口实现松耦合的设计模式。 什 阅读全文
posted @ 2016-12-29 15:51 ecollab 阅读(634) 评论(0) 推荐(0) 编辑
摘要:Razor代码复用 mvc 4 razor语法讲解和使用 了解ASP.NET MVC几种ActionResult的本质:EmptyResult & ContentResult 了解ASP.NET MVC几种ActionResult的本质:FileResult 了解ASP.NET MVC几种Actio 阅读全文
posted @ 2016-12-28 17:49 ecollab 阅读(242) 评论(0) 推荐(0) 编辑
摘要:https://referencesource.microsoft.com/ In order to configure Visual Studio 2013 do the following in the Tools -> Options -> Debugging -> General menu: 阅读全文
posted @ 2016-12-24 18:49 ecollab 阅读(182) 评论(0) 推荐(0) 编辑
摘要:使用方法:https://github.com/wyouflf/xUtils3 http://blog.csdn.net/tyk9999tyk/article/details/53306035 .Net程序员安卓学习之路4:使用xutils Get Post数据 xutils3框架之数据库使用详解! 阅读全文
posted @ 2016-12-17 19:55 ecollab 阅读(89) 评论(0) 推荐(0) 编辑
摘要:1.System.ServiceModel.AddressAccessDeniedException”类型的未经处理的异常在 System.ServiceModel.dll 中发生 其他信息: HTTP 无法注册 URL http://+:8259/AccountService/。进程不具有此命名空 阅读全文
posted @ 2016-12-15 16:16 ecollab 阅读(177) 评论(0) 推荐(0) 编辑
摘要:第三方异步上传MyAjaxForm下载地址: http://jquery.malsup.com/form/#download @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width= 阅读全文
posted @ 2016-12-13 17:25 ecollab 阅读(185) 评论(0) 推荐(0) 编辑
摘要:主窗体调子窗体方法 handler: function () { // $("#addForm").submit();//提交表单 var childWindow = $("#setRoleFrame")[0].contentWindow; childWindow.subForm(); } 先删除已 阅读全文
posted @ 2016-12-13 15:51 ecollab 阅读(1328) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/quietwalk/archive/2011/08/09/2132573.html http://www.cnblogs.com/huangxincheng/p/4609168.html http://www.cnblogs.com/VinC/archi 阅读全文
posted @ 2016-12-13 13:36 ecollab 阅读(227) 评论(0) 推荐(0) 编辑
摘要:利用WCF与Android实现图片上传并传参 利用导航属性一对多取出所有图片 阅读全文
posted @ 2016-12-13 08:48 ecollab 阅读(133) 评论(0) 推荐(0) 编辑