1,Nginx 的 配置文件 Nginx 可以配置反向代理、负载均匀等, 其默认配置文件名为 nginx.conf 。 一般存放于 /你的安装目录/nginx/conf 下 Nginx 加载配置信息,可以把所有的配置都放进 nginx.conf 文件,也可以根据站点分[......] 继续阅读
1,Nginx 的 配置文件 Nginx 可以配置反向代理、负载均匀等, 其默认配置文件名为 nginx.conf 。 一般存放于 /你的安装目录/nginx/conf 下 Nginx 加载配置信息,可以把所有的配置都放进 nginx.conf 文件,也可以根据站点分[......] 继续阅读
1. Nginx Configuration File Nginx can be configured for reverse proxying, load balancing, etc. Its default configuration file is named nginx.conf. Gen[......] 继续阅读
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[......] 继续阅读
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[......] 继续阅读
Keywords and tutorials contained in the article: Installing VS2017/ Visual Studio 2017 Installation / Xamarin/ Android for Visual Studio 2017 / VS2017[......] 继续阅读
文章的关键词和所含教程: VS2017安装/visual studio 2017安装/Xamarin/Android for visual studio 2017/VS2017找不到网站/VS2017找不到Xamarin/install Microsoft.VisualStudio.Asp[......] 继续阅读
.NET Core Using Sonarqube Issues Simple Way to Run Sonarqube docker run -d --name sonarqube -p 9000:9000 sonarqube The default username and password a[......] 继续阅读
.NET Core 使用 Sonarqube 问题 运行 Sonarqube 的简单方法 docker run -d --name sonarqube -p 9000:9000 sonarqube 默认账号密码是 admim 登陆后创建项目和 token,直接按照提示选择 C#.NET。 .NET[......] 继续阅读
文档地址 https://wiki.ubuntu.org.cn/PostgreSQL Linux安装 Postgresql https://www.postgresql.org/download/ PostgreSQL数据库配置文件在 /var/lib/pgsql/{版本号}/data 例如/va[......] 继续阅读
Document Address https://wiki.ubuntu.org.cn/PostgreSQL Linux Installation of PostgreSQL https://www.postgresql.org/download/ The configurat[......] 继续阅读
Parallel ForEach 相当于C# 的foreach 循环 Parallel Tasks 并发、平行运行,在其内的几个步骤,会同时运行,而不是按顺序运行。 Saga Transactions 事务,具有回滚操作 Scheduled Background Tasks 后台异步定时加载。将一个[......] 继续阅读
Parallel ForEach Equivalent to the foreach loop in C# Parallel Tasks Concurrent and parallel execution, where several steps within it run simultaneous[......] 继续阅读
1、获取 postgresql 的镜像 docker pull postgres 2、启动 postgresql docker run --name db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -d postgres 3、获取 sonar[......] 继续阅读
Get the PostgreSQL image docker pull postgres Start PostgreSQL docker run --name db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -d postgres[......]继续阅读