1,Nginx 的 配置文件 Nginx 可以配置反向代理、负载均匀等, 其默认配置文件名为 nginx.conf 。 一般存放于 /你的安装目录/nginx/conf  下 Nginx 加载配置信息,可以把所有的配置都放进 nginx.conf 文件,也可以根据站点分[......] 继续阅读

2019年12月15日 2条评论 4355点热度 1人点赞 痴者工良 阅读全文

1. Nginx Configuration File Nginx can be configured for reverse proxying, load balancing, etc. Its default configuration file is named nginx.conf. Gen[......] 继续阅读

2019年12月15日 2条评论 4367点热度 1人点赞 痴者工良 阅读全文

Xunsearch is an open-source, free, high-performance, multifunctional, and easy-to-use professional full-text search technology solution. It is current[......] 继续阅读

2019年12月9日 0条评论 108点热度 0人点赞 痴者工良 阅读全文

Xunsearch 是开源免费、高性能、多功能,简单易用的专业全文检索技术方案,是目前非常知名的开源搜索引擎。 安装完Xunserach,还需要安装PHP SDK,才能进行搜索。 本人已在腾讯云实验室建立了实验,可以直接上机操作。当然,你也可以用自己的服务器进行测试。 实验室地址  &n[......] 继续阅读

2019年12月9日 0条评论 3533点热度 0人点赞 痴者工良 阅读全文

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  [......] 继续阅读

2019年12月9日 1条评论 82点热度 1人点赞 痴者工良 阅读全文

为什么会有可恶的腾讯电脑管家 怎么干掉它 电脑开机出现腾讯电脑管家 无法卸载腾讯电脑管家   某天,趁空闲,升级了一些常用软件,其中就升了新版电脑qq,晚上玩完电脑后关机睡觉,第二天早上开机。出现了图一: ①图一   我擦,我有下载过?我有安装过?我的笔记本是windows1[......] 继续阅读

2019年12月9日 1条评论 4415点热度 1人点赞 痴者工良 阅读全文

Keywords and tutorials contained in the article: Installing VS2017/ Visual Studio 2017 Installation / Xamarin/ Android for Visual Studio 2017 / VS2017[......] 继续阅读

2019年12月9日 1条评论 96点热度 0人点赞 痴者工良 阅读全文

文章的关键词和所含教程: VS2017安装/visual studio 2017安装/Xamarin/Android for visual studio 2017/VS2017找不到网站/VS2017找不到Xamarin/install Microsoft.VisualStudio.Asp[......] 继续阅读

2019年12月9日 1条评论 4961点热度 0人点赞 痴者工良 阅读全文

.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[......] 继续阅读

2019年12月2日 2条评论 84点热度 3人点赞 痴者工良 阅读全文

.NET Core 使用 Sonarqube 问题 运行 Sonarqube 的简单方法 docker run -d --name sonarqube -p 9000:9000 sonarqube 默认账号密码是 admim 登陆后创建项目和 token,直接按照提示选择 C#.NET。 .NET[......] 继续阅读

2019年12月2日 2条评论 6081点热度 3人点赞 痴者工良 阅读全文
 />            </a>
        </div>
        <div class=

Research and Tutorial on the Open Source Workflow Engine Workflow Core [TOC] 1. Workflow Objects and Pre-Usage Instructions To avoid ambiguity, it is[......] 继续阅读

2019年7月30日 3条评论 104点热度 0人点赞 痴者工良 阅读全文
 />            </a>
        </div>
        <div class=

开源工作流引擎 Workflow Core 的研究和使用教程 [TOC] 一,工作流对象和使用前说明 为了避免歧义,事先约定。 工作流有很多节点组成,一个节点成为步骤点(Step)。 1,IWorkflow / IWorkflowBuilder Workflow Core 中,用于构建工作流的类继承[......] 继续阅读

2019年7月30日 3条评论 4040点热度 0人点赞 痴者工良 阅读全文

文档地址 https://wiki.ubuntu.org.cn/PostgreSQL Linux安装 Postgresql https://www.postgresql.org/download/ PostgreSQL数据库配置文件在 /var/lib/pgsql/{版本号}/data 例如/va[......] 继续阅读

2019年7月29日 1条评论 3525点热度 0人点赞 痴者工良 阅读全文

Document Address https://wiki.ubuntu.org.cn/PostgreSQL Linux Installation of PostgreSQL https://www.postgresql.org/download/ The configurat[......] 继续阅读

2019年7月29日 1条评论 96点热度 0人点赞 痴者工良 阅读全文

Parallel ForEach 相当于C# 的foreach 循环 Parallel Tasks 并发、平行运行,在其内的几个步骤,会同时运行,而不是按顺序运行。 Saga Transactions 事务,具有回滚操作 Scheduled Background Tasks 后台异步定时加载。将一个[......] 继续阅读

2019年7月26日 0条评论 3861点热度 0人点赞 痴者工良 阅读全文

Parallel ForEach Equivalent to the foreach loop in C# Parallel Tasks Concurrent and parallel execution, where several steps within it run simultaneous[......] 继续阅读

2019年7月26日 0条评论 90点热度 0人点赞 痴者工良 阅读全文

1、获取 postgresql 的镜像 docker pull postgres 2、启动 postgresql docker run --name db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -d postgres 3、获取 sonar[......] 继续阅读

2019年7月9日 0条评论 3549点热度 0人点赞 痴者工良 阅读全文

Get the PostgreSQL image docker pull postgres Start PostgreSQL docker run --name db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -d postgres[......]继续阅读

2019年7月9日 0条评论 96点热度 0人点赞 痴者工良 阅读全文
12