码迷,mamicode.com
首页 >  
搜索关键字:apache https git gogs    ( 190193个结果
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:Web程序   时间:2021-06-08 23:20:59    阅读次数:0
Centos 安装 Miniconda
1、镜像下载安装包 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 如果之前没有安装过wget,则会报错如下使用如下语句安装wget yum install ...
分类:其他好文   时间:2021-06-08 23:20:21    阅读次数:0
letsencrypt免费https泛域名(*.yourdomain.com)证书申请
安装环境CentOS *.example.com形式的域名即为泛域名,不通的子域名共用一个证书,省去多次申请的烦恼 1.工具安装 安装最新的certbot yum install -y certbot 已安装certbot,需要升级至高版本 yum update -y certbot 2.证书申请 ...
分类:Web程序   时间:2021-06-08 23:18:24    阅读次数:0
多线程2
volatile 作用 保证线程可见性 使用volatile,将会强制所有线程都去堆内存中读取变量的值 -MESI(CPU的缓存一致性协议) 详细可看 https://www.cnblogs.com/z00377750/p/9180644.html 禁止指令重排序(CPU级别的支持) cpu级别增加 ...
分类:编程语言   时间:2021-06-08 23:17:33    阅读次数:0
Windows UI 库 (WinUI)
https://docs.microsoft.com/zh-cn/windows/apps/winui/ Windows UI 库 (WinUI) 是适用于 Windows 桌面应用程序和 UWP 应用程序的本机用户体验 (UX) 框架。 通过将 Fluent Design 系统整合到所有体验、控件 ...
分类:Windows程序   时间:2021-06-08 23:15:30    阅读次数:0
jmeter前置处理器中各工具的使用
本文参考https://blog.csdn.net/df0128/article/details/80953755 1.用户参数 在应用的时候使用${username}即可。用户参数相比Csv data set config的弊端在于,不适合取值范围非常大。 2.Bean Shell PreProc ...
分类:其他好文   时间:2021-06-08 23:13:51    阅读次数:0
Selenium+WebDriver 各浏览器对应驱动下载与使用
WebDriver驱动下载与使用 1. Firefox(火狐)浏览器驱动 下载地址:https://github.com/mozilla/geckodriver/releases/ 2. Chrome浏览器驱动 下载地址:http://chromedriver.storage.googleapis. ...
分类:Web程序   时间:2021-06-08 23:11:55    阅读次数:0
像素天气站使用指南-资源下载
1.数字样式 手写体 下载地址:https://files.cnblogs.com/files/yanye0xff/%E6%89%8B%E5%86%99%E4%BD%93.zip blingbling 下载地址:https://files.cnblogs.com/files/yanye0xff/bl ...
分类:其他好文   时间:2021-06-08 23:06:25    阅读次数:0
未曾设想的道路(线段树)
https://ac.nowcoder.com/acm/contest/11244/C 题解: 考虑只需要区间修改,求历史最大值 那么用线段树的话我们需要维护历史标记最大值,当前标记,区间当前最大值,历史区间最大值 其实现在变成求历史K大可以类似维护 我们维护历史标记最大的K个,当前标记,区间当前最 ...
分类:其他好文   时间:2021-06-08 23:05:58    阅读次数:0
Web Crawling
URL: https://www.sheffield.ac.uk/FRAX/tool.aspx?country=2 country=2代表中国 F12打开开发者模式 Network——XHR Headers是浏览器向服务器发送的消息 python第一行加上 # -*- coding: utf-8 - ...
分类:Web程序   时间:2021-06-08 23:04:07    阅读次数:0
190193条   上一页 1 ... 73 74 75 76 77 ... 19020 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!