受欢迎的博客标签
RSS

博客

VisualStudio2017下如何设置版权!
http://www.cnblogs.com/hanyinglong/p/6617361.html VisualStudio2017下如何设置版权!   阅读目录 1.VisualStudio2017设置版权 2.Vis
百度主动主动推送
http://zhanzhang.baidu.com/college/courseinfo?id=267&page=2#h2_article_title19.
Creating ASP.NET Core Mvc + Razor Class Libraries+样式
件夹) 1. Introduction Razor Page Library 是ASP.NET Core 2.1引入的新类库项目,属于新特性之一,用于创建通用页面公用类库。也就意味着可以将多个Web项目中通用的Web页面提取出来,封装成
Mongodb数据模型设计总结
  http://cncc.bingj.com/cache.aspx?q=GridFSBucket&d=4791093328743595&mkt=en-US&setlang=en-US&w=bvR
.net core 滑动+点击汉字验证码
用 .net core 写的 滑动+点击汉字的验证码,代码比较简单就不做说明了。     github地址 https://github.com/wangchengqun/NetCoreVerificationCo
QueryHelpers which has a function called AddQueryString offers a neat way to build query string in ASP.NET Core
Creating query string in code can lead to errors as you have to deal with strings, ampersand and question marks. Fortuna
asp.net core webapi项目配置全局路由
一、前言  在开发项目的过程中,我新创建了一个controller,发现vs会给我们直接在controller头添加前缀,比如[Route("api/[controller]")],即在访问接口的时候会变成http://loca
c#框架一 ABPFrameWorkGroup/AbpDocument2Chinese
https://github.com/ABPFrameWorkGroup/AbpDocument2Chinese.
asp.net core webapi项目配置全局路由
一、前言  在开发项目的过程中,我新创建了一个controller,发现vs会给我们直接在controller头添加前缀,比如[Route("api/[controller]")],即在访问接口的时候会变成http://loca
How to have shared read-only access to a memory mapped file
Here is a simplified factory method for creating a readonly memory mapped file to a path: public static MemoryMappedFil