受欢迎的博客标签
RSS

博客

VS2015 中批量更改项目名称域名空间
在VS2015中新建一个像项目,开发工作都接近尾声了,客户要求更换项目的名称,差不多要变更整个解决方案中项目名称,引用等等,这个工作量还是很大的。上网搜索解决方法,还实验了专门的修改项目名称工具,但是最后都是一堆的错误,看着头疼。其实项目名
[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
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.
微信小程序开发实战记录-微信小程序表单Picker之日期选择
微信小程序开发实战记录-微信小程序表单Picker之日期选择