受欢迎的博客标签
RSS

博客

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
http://damienbod.com/2015/09/23/asp-net-5-examples-and-links/
http://damienbod.com/2015/09/23/asp-net-5-examples-and-links/.
MongoDB and e-Commerce
http://www.toadworld.com/platforms/nosql/w/wiki/343.mongodb-and-e-commerce.
Product Catalog with MongoDB, Part 1: Schema Design
https://dzone.com/articles/product-catalog-part-1-schema  .
c#框架二csla
https://github.com/MarimerLLC/csla/tree/master/Source.
相似文档查找算法之simHash学习笔记
https://github.com/askender/askender.github.com/issues/8 只是个人整理,如果想深入了解,请看文末的参考文档实现了python版simhash算法(java版本就不提供了),代码稍后p