会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小水皮
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
21
下一页
2020年5月12日
使用 Certbot 安装 Letsencrypt 证书
摘要: 第一步:下载安装Certbot,下载地址:https://github.com/certbot/certbot/releases 下载完成后直接双击运行安装 第二步:双击打开安装目录下的run.bat (默认安装路径是C:\Program Files (x86)\Certbot\) 第三步:停止ap
阅读全文
posted @ 2020-05-12 09:52 小水皮
阅读(1941)
评论(0)
推荐(0)
2020年3月5日
使用新版 winsw 注册 windows 系统服务无法启动及停止问题
摘要: 原文地址:https://weiku.co/article/373/ 新版服务安装配置 需要用以下配置方式将启动和停止参数分成多行。 <service> <id>nginx</id> <name>nginx</name> <description>nginx</description> <execu
阅读全文
posted @ 2020-03-05 23:12 小水皮
阅读(3453)
评论(0)
推荐(0)
2020年3月4日
Windows安装nginx服务
摘要: 原文:https://www.cnblogs.com/zhi-leaf/p/6274290.html 1、测试版本 nginx版本:nginx-1.10.2;windows版本:win10 2、下载winsw。 当前最新版本为:winsw-2.0.1-bin.exe。下载地址:http://repo
阅读全文
posted @ 2020-03-04 18:01 小水皮
阅读(459)
评论(0)
推荐(0)
2020年3月1日
让Windows Server 2008 + IIS 7+ ASP.NET 支持10万并发请求 The serverRuntime@appConcurrentRequestLimit setting is being exceeded.
摘要: 原文地址:https://www.cnblogs.com/simadi/p/7171782.html 今天下午17点左右,博客园博客站点出现这样的错误信息: Error Summary: HTTP Error 503.2 - Service UnavailableThe serverRuntime@
阅读全文
posted @ 2020-03-01 20:45 小水皮
阅读(392)
评论(0)
推荐(0)
安装docker之后,测试hello-world镜像,终端提示:Unable to find image 'hello-world:latest' locally019-11-06
摘要: 原文:https://www.jianshu.com/p/069e6cf454df 意思是docker在本地没有找到hello-world镜像,也没有从docker仓库中拉取镜像, 问题原因: docker服务器在国外(需要FQ),因为我们是在国内操作无法正常拉取镜像, 所以就需要我们为docker
阅读全文
posted @ 2020-03-01 19:52 小水皮
阅读(1243)
评论(0)
推荐(0)
ubuntu上安装docker
摘要: 原文:https://www.cnblogs.com/walker-lin/p/11214127.html 准备 你需要64位的ubuntu操作系统 Cosmic 18.10、Bionic 18.04 (LTS)、Xenial 16.04 (LTS)其中之一。 docker支持的架构为:x86_64
阅读全文
posted @ 2020-03-01 17:43 小水皮
阅读(212)
评论(0)
推荐(0)
2020年2月29日
ubuntu设置MySQL被局域网访问
摘要: 1.打开文件 sudo gedit /etc/mysql/mysql.conf.d/mysqld.cnf屏蔽:bind-address = 127.0.0.12.登入mysql后,更改”mysql” 数据库里的 “user” 表里的 “host”项,从”localhost”改称”% mysql -u
阅读全文
posted @ 2020-02-29 18:44 小水皮
阅读(467)
评论(0)
推荐(0)
2020年2月26日
.Net Core使用 MiniProfiler 进行性能分析
摘要: 原文地址:https://www.cnblogs.com/ideacore/p/9505425.html 官方文档: https://miniprofiler.com/dotnet/AspDotNetCore 1、添加包 MiniProfiler.AspNetCore.Mvc 和 MiniProfi
阅读全文
posted @ 2020-02-26 21:26 小水皮
阅读(668)
评论(0)
推荐(0)
2020年2月14日
EF初次启动慢
摘要: EF第一次查询很慢,大约在2s左右,第二次及之后就变快了。 EFCore第一次查询大约也有1s左右。 而用ado.net第一次查询也就只有100ms。 测试结果(EF和ado.net): 测试代码如下: using System; using System.Collections.Generic;
阅读全文
posted @ 2020-02-14 21:26 小水皮
阅读(1062)
评论(0)
推荐(1)
2020年2月13日
数据库最大连接池Max Pool Size
摘要: 原文地址:https://blog.csdn.net/qq_33412610/article/details/75844260 本文导读:Max Pool Size如果未设置则默认为100,理论最大值为32767。最大连接数是连接池能申请的最大连接数,如果数据库连接请求超过此数,后面的数据库连接请求
阅读全文
posted @ 2020-02-13 21:02 小水皮
阅读(3392)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
21
下一页
公告