随笔分类 -  asp.net,C#

摘要:自动检索 js中google 字体请求地址,下载google 字体 阅读全文
posted @ 2017-12-11 11:30 linbin524 阅读(644) 评论(0) 推荐(0)
摘要:百度OCR_身份证识别 阅读全文
posted @ 2017-12-08 09:59 linbin524 阅读(8311) 评论(8) 推荐(3)
摘要:AI 系列 阅读全文
posted @ 2017-12-08 09:21 linbin524 阅读(2293) 评论(0) 推荐(2)
摘要:总目录地址:AI 系列 总目录 需要最新源码,或技术提问,请加QQ群:538327407 我的各种github 开源项目和代码:https://github.com/linbin524 背景 目前AI 处于风口浪尖,作为 公司的CTO,也作为自己的技术专研,开始了AI之旅,在朋友圈中也咨询 一些大牛 阅读全文
posted @ 2017-12-07 10:12 linbin524 阅读(9591) 评论(15) 推荐(10)
摘要:LBPL 这一个基于Asp.net、 quartz.net 快速开发定时服务的插件化项目 由于在实际项目开发中需要做定时服务的操作,大体上可以理解为:需要动态化监控定时任务的调度系统。 为了实现快速开发、简单明了完成一个服务,不再繁琐的进行各种代码耦合度强的操作,设计了一个以暂时以quartz.ne 阅读全文
posted @ 2017-03-20 18:06 linbin524 阅读(512) 评论(0) 推荐(0)
摘要:调用wcf public ActionResult Index() { ViewBag.Message = "修改此模板以快速启动你的 ASP.NET MVC 应用程序。"; WCFTestClient wcf=new WCFTestClie... 阅读全文
posted @ 2015-08-28 18:04 linbin524 阅读(389) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 四舍五入小算法{ public class Math... 阅读全文
posted @ 2015-08-28 17:58 linbin524 阅读(618) 评论(0) 推荐(0)
摘要:自定义helper类,要求命名空间在System.Web.Mvc之下,要求,静态类,静态方法,特殊生成对应html的返回字段, 传递Htmlhleper,返回特定类型 返回值是MvcHtmlString ,参数要有:this HtmlHelper htmlHelperusing System;usi... 阅读全文
posted @ 2015-08-28 17:54 linbin524 阅读(245) 评论(0) 推荐(0)
摘要:using ConsoleAppDelegate;using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebC... 阅读全文
posted @ 2015-08-28 17:44 linbin524 阅读(205) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace MvcForLamadaToTableJion.Controllers{ ... 阅读全文
posted @ 2015-08-28 17:40 linbin524 阅读(1861) 评论(4) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace MvcEnum.Controllers{ public class H... 阅读全文
posted @ 2015-08-28 17:37 linbin524 阅读(309) 评论(0) 推荐(0)
摘要:自定义window 服务开发到使用的流程:1、完成对应的代码之后(代码在底下),右键MyService.cs 添加安装程序2、添加window服务安装程序打开Service1.cs【设计】页面,点击右键,选择【添加安装程序】,会出现serviceInstaller1和serviceProcessI... 阅读全文
posted @ 2015-08-28 17:34 linbin524 阅读(464) 评论(0) 推荐(0)
摘要:常规过滤器,及过滤器与特性这类关系请自己学习,以下是实用中的几个demo,主要有(过滤器在controller的使用,自定义,全局过滤器)1、控制器中的使用 // // GET: /TestAttribute/ /// ///可以查看当前Controlle... 阅读全文
posted @ 2015-08-28 17:17 linbin524 阅读(250) 评论(0) 推荐(0)
摘要:static void Main(string[] args) { DateTime startTime = DateTime.Now; string userName = "用户a"; string setInfo ... 阅读全文
posted @ 2015-08-28 17:10 linbin524 阅读(206) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-08-28 17:08 linbin524 阅读(330) 评论(0) 推荐(0)
摘要:asp.net,C#,break,continue,goto 阅读全文
posted @ 2014-11-05 17:36 linbin524 阅读(402) 评论(0) 推荐(0)
摘要:从上到大学到现在工作,已经有六年多了,发现学习编程到以开发为工作也是一个挺长的过程的。 大学中,从c语言到java、C#到其他各种语言的学习,还有其他知识的学习如:数据库(oracle、sql Server)、网站开发......最终还是C#让我有想学习下来并深入学习的。可能是因为入门容易,做的一些 阅读全文
posted @ 2014-10-17 16:02 linbin524 阅读(4522) 评论(34) 推荐(11)
摘要:MVC+EF, LINQ,MVC+EF 的增删改查操作 阅读全文
posted @ 2014-07-10 17:17 linbin524 阅读(1011) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-03-18 22:56 linbin524 阅读(139) 评论(0) 推荐(0)
摘要:虚方法 阅读全文
posted @ 2014-02-18 19:25 linbin524 阅读(174) 评论(0) 推荐(0)