受欢迎的博客标签
RSS

博客

[origal]SEO: Optimizing your ASP.NET core MVC site for Search
网页结构标签命名必须符合SEO的规范
Minifying Inline Css, Js and Html using BundlerMinifier.Core in ASP.NET Core
Minifying Inline Css, Js and Html using BundlerMinifier.Core in ASP.NET Core
Minifying Inline Css, Js and Html using BundlerMinifier in ASP.NET Core
Minifying Inline Css, Js and Html using BundlerMinifier in ASP.NET Core
ansj中英混搭提取关键词
  public static void main(String[] args) { KeyWordComputer kwc = new KeyWordComputer(6);String title = "马航";Strin
英文关键字提取工具
开源工具 RAKE(https://github.com/zelandiya/RAKE-tutorial)KEA(http://www.nzdl.org/Kea/) 监督式机器学习,使用训练数据和受控词表。maui indexer(htt
台式机DIY:cpu
整机部件里,CPU 是最不可能造假缩水的地方,你把硅片给华强北它也造不出来。但 CPU 也有两种区别,盒装和散片,盒装就是正经的行货,和你在 JD 上买到的一模一样。 散片也是英特尔做的,只是从厂商内部流通出来,质量是一样滴。两者最大的区
asp .net core mvc中Url.RouteUrl或者Html.RouteLink实现灵活超链接,使href的值随路由名称或配置的改变而改变

      超链接除了直接写在a标签的href内还可以使用路由规则来生成,这样在改变了路由规则或者路由名称时不用再去代码中更改href的值,而且还容易遗漏。借助Url.RouteUrl或者Html.Rou

NopCommerce给Topic表添加排序及类别字段
在用到Nopcommerce中静态页面表时,发现Topic表没有排序字段和类别字段,导致如果Page文件很多的话,无法区分是哪个类别,为此我稍微扩展了一下字段,在此记录一下操作流程,方便以后自己查看,同时也分享给我们的朋友! image
How to Override generic path route in NopCommerce 3.x
How to Override generic path route in NopCommerce 3.x
C# Global Variables
How to define global variables, global fields or global functions in C# to make them accessible from from anywhere in the namespace.