DocumentRoot "C:/xampp/htdocs" SSLEngine on ServerName www.***.cn:443 SSLCertificateFile "C:/xampp/apache/conf/2_www.***.cn.crt" SSLCertificateKeyFile... ...
分类:
Web程序 时间:
2018-09-23 16:24:18
阅读次数:
196
#define _CRT_SECURE_NO_WARNINGS #include #include #include using namespace std; int main(int argc, char * argv[]) { //string str2 = "xiaoliang"; //str... ...
分类:
编程语言 时间:
2018-09-19 23:37:53
阅读次数:
412
1. Apache 2.x 证书部署 1.1 获取证书 Apache文件夹内获得证书文件 1_root_bundle.crt,2_www.domain.com_cert.crt 和私钥文件 3_www.domain.com.key,1_root_bundle.crt 文件包括一段证书代码 “ BEG ...
题目链接 https://www.luogu.org/problemnew/show/P4777 分析 扩展$CRT$就是解决模数不互质的情况,说是扩展$CRT$,其实都是扩欧... 先来考虑两个方程的情况:$x \equiv a \mod b$和$x \equiv c \mod d$ 由方程1得$ ...
分类:
其他好文 时间:
2018-09-14 19:45:42
阅读次数:
199
CRT 中国剩余定理 题意:给你n个式子$x \equiv b_i (mod\ a_i)$,求x的最小正整数解(CRT裸题) 中国剩余定理求解 考虑每一个式子i$\left\{\begin{aligned}x \equiv 0\ (mod\ a_1) \\ x \equiv 0\ (mod\ a_2 ...
分类:
其他好文 时间:
2018-09-09 19:42:39
阅读次数:
214
1.more : file perusal filter for crt viewing -d: 显示翻页及退出提示2.less : opposite of more3.head : output the first part of files head [OPTION]... [FILE]... ...
分类:
其他好文 时间:
2018-09-06 21:01:13
阅读次数:
153
工具:VMware,CRT;关闭防火墙关闭防火墙并设置开机开不启动查看当前状态[root@localhost~]#systemctlstatusfirewalld.service#查看firewalld状态[root@localhost~]#systemctlstopfirewalld#关闭[root@localhost~]#systemctlstartfirewalld#开启[root@loca
分类:
其他好文 时间:
2018-09-06 19:48:51
阅读次数:
187
最近做生日营销,需要微信发红包,特此从网上找了一篇教程 首先你的有个服务号,并且开通了微信支付,我在这就不说怎么去申请和开通了,我是看了微信官方文档后,想看官方文档的朋友可以到下面这个链接 https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupo ...
分类:
微信 时间:
2018-09-04 22:07:08
阅读次数:
226
1、将对应的ssl证书放到项目文件中(我装的镜像是oneinstack的,创建项目时可以直接选择生成ssl证书的项目,即 xxx.key 和 xxx.crt文件); 2、修改bin/www文件,修改代码如下: 3、项目重启,输入https://localhost:8081,能看到网页如下显示,则代表 ...
分类:
Web程序 时间:
2018-09-04 14:51:18
阅读次数:
230
实验准备一台阿里云服务器二个域名(IP与域名已经建立解析关系)Linux关于web架构的知识实验步骤1.用crt远程登录阿里云服务器2.安装nginx,mysql,php建议使用lnmp一键安装包安装,方便快捷获取lnmp一键安装包链接lnpm官网链接找到下载页面选择最新的复制其链接。写此文时最新版本信息如下:LNMP1.4测试版http://soft.vpser.net/lnmp/lnmp1.4
分类:
Web程序 时间:
2018-09-02 23:46:16
阅读次数:
381