Build a Multi-Platform E-Commerce Solution with ShopSn! Please note: This article only introduces the features of ShopSN and explains the relate[......] 继续阅读
Build a Multi-Platform E-Commerce Solution with ShopSn! Please note: This article only introduces the features of ShopSN and explains the relate[......] 继续阅读
利用ShopSn 打造多终端电子商城解决方案! 注意:本文只介绍ShopSN的特点,和相关源码的讲解,具体如果安装,请参考官方文档。 Shopsn 开源电商系统 介绍 项目源码下载地址 在下载源码、进行程序搭建前,请确保[......] 继续阅读
There are significant differences between Bootstrap 3 and 4, including their directory structure and the contents they include. This article discusses[......] 继续阅读
Bootstrap 3 与 4 差别很大,目录文件结构、所引入的内容也不同,这里说说一下 Bootstrap 引入的文件、网页模板和兼容性问题。本网站刚刚搭建好,正好发一下文章原来测试网站。 Bootstrap 4 目录结构如下 bootstrap/ ├── css/ │ ├── boo[......]继续阅读
First, I would like to clarify that the video tutorial and source code are not my original works. I have split the project and written some explanat[......] 继续阅读
首先说明,视频教程、源码并非本人原创 本人将项目分割开,并写了一些说明。 该视频教程 地址 https://study.163.com/course/courseMain.htm?courseId=1005955006 原作者 笔者正在学 ASP.NET Core ,发现这位[......] 继续阅读
C# provides two types of type conversion: explicit conversion and implicit conversion. Explicit conversion: This type of conversion may cause exceptio[......] 继续阅读
C# 的类型转换有 显式转型 和 隐式转型 两种方式。 显式转型:有可能引发异常、精确度丢失及其他问题的转换方式。需要使用手段进行转换操作。 隐式转型:不会改变原有数据精确度、引发异常,不会发生任何问题的转换方式。由系统自动转换。 不同类型的数据进行操作(加减乘除赋值等等),是[......] 继续阅读
Declaration of Multidimensional Arrays When declaring, the length of the array must be specified, in the format of type [length, length, length, ... ][......] 继续阅读
多维数组的声明 在声明时,必须指定数组的长度,格式为 type [lenght ,lenght ,lengh, ... ] int [,] test1 = new int [3,3]; 或声明时即赋值,由系统推断长度 int [,] test1 = { {1,2,3[......]继续阅读
The general usage format is int pagesize = page size (size of each page)int pageindex = the page number (this variable generally increments with eac[......]继续阅读
一般使用格式为 int pagesize = 分页大小(每一页大小)int pageindex = 第几页(一般这个变量是随循环递增的) 使用方法.Skip(pagesize*pageindex).Take(pagesize) .Skip() 忽略数,表示从哪里开始分[......] 继续阅读
Xunsearch is an open-source, free, high-performance, multifunctional, and easy-to-use professional full-text search technology solution. It is current[......] 继续阅读
Xunsearch 是开源免费、高性能、多功能,简单易用的专业全文检索技术方案,是目前非常知名的开源搜索引擎。 安装完Xunserach,还需要安装PHP SDK,才能进行搜索。 本人已在腾讯云实验室建立了实验,可以直接上机操作。当然,你也可以用自己的服务器进行测试。 实验室地址 &n[......] 继续阅读
Using app.UseFileServer In public void Configure(){} modify or add 1 app.UseFileServer(new FileServerOptions() 2 { 3[......]继续阅读
使用app.UseFileServer 在 public void Configure(){}中,修改或添加 1 app.UseFileServer(new FileServerOptions() 2 { 3 FileProvide[......]继续阅读
I tested it on my computer. Let’s take a look at my computer's configuration. I'm running Windows 10 with a mechanical hard drive. Here, I want to ta[......] 继续阅读
我是用我的电脑测试的。看看我电脑的配置 我的是windows10,机械硬盘。 在这里要说的是给电脑优化,让其开机更快。当然,因电脑配置而异,我的最快是11秒。标题可能有点夸张了,结果因电脑配置而异,高手路过,小白往下看。 晒一下我的电脑装了啥。我是计算机系学生,所以电脑的软件比较多,装了好多系统插[......] 继续阅读
Why is there the annoying Tencent PC Manager? How to get rid of it Tencent PC Manager appears on startup Unable to uninstall Tencent PC Manager [......] 继续阅读
为什么会有可恶的腾讯电脑管家 怎么干掉它 电脑开机出现腾讯电脑管家 无法卸载腾讯电脑管家 某天,趁空闲,升级了一些常用软件,其中就升了新版电脑qq,晚上玩完电脑后关机睡觉,第二天早上开机。出现了图一: ①图一 我擦,我有下载过?我有安装过?我的笔记本是windows1[......] 继续阅读