码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
certbot https协议配置
一、获取https证书(目前不会配通配符,貌似要钱) 如果是CentOS 6、7,先执行:yum install epel-releasecd /root/wget https://dl.eff.org/certbot-auto --no-check-certificatechmod +x ./ce ...
分类:Web程序   时间:2019-01-25 12:47:57    阅读次数:212
shell脚本自动安装nginx
写一脚本,实现对nginx的自动化下载,安装,启动,停止 #!/bin/sh ###nginx install shell SOFT_PATH=/data/softNGINX_FILE=nginx-1.14.2.tar.gzDOWN_PATH=http://nginx.org/download/ i ...
分类:系统相关   时间:2019-01-25 00:23:20    阅读次数:214
centos7上PhantomJS 过期之后改用Chrome时填的坑
突然有个自动化需求所以准备使用模拟点击的方法, 在使用之前的PhantomJS时,报错 UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome …… ...
分类:Web程序   时间:2019-01-23 17:29:57    阅读次数:252
winserver的consul部署实践与.net core客户端使用(附demo源码)
原文:winserver的consul部署实践与.net core客户端使用(附demo源码)前言 随着微服务兴起,服务的管理显得极其重要。都知道微服务就是”拆“,把臃肿的单块应用,拆分成多个轻量级的服务,每个服务可以在短周期内重构、迭代、交付。随着微服务的数量增多,因量变引起了质量,带来新的问题其... ...
分类:Windows程序   时间:2019-01-23 17:25:23    阅读次数:225
Eye Protection FAQ
Q: Why does smart protection not work? A: Please make sure the checkbox "Eye Protection" is on, app activated is not in the exception list and the cur ...
分类:其他好文   时间:2019-01-21 22:52:47    阅读次数:226
npm i 出错
npm i 出错 切换 npm 源设置 npm config set registry https://registry.npm.taobao.org --globalnpm config set disturl https://npm.taobao.org/dist --global然后 npm ...
分类:其他好文   时间:2019-01-20 16:02:24    阅读次数:966
Adobe Flash Player
FlashPlayer Translation(s): English - Español - Français - Italiano - Русский - 简体中文 Flash > Adobe Flash Player Please note that Flash will be EOL at ...
分类:其他好文   时间:2019-01-19 21:12:39    阅读次数:207
Win10下载安装PostgreSQL 11.1
下载地址:https://get.enterprisedb.com/postgresql/postgresql 11.1 1 windows x64.exe Installation Directory: Data Directory: Please provide a password for t ...
分类:数据库   时间:2019-01-19 11:15:13    阅读次数:1594
Intellij idea Cannot start internal HTTP server.
错误提示:Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors. Please check your firewall settings ...
分类:Web程序   时间:2019-01-18 20:07:56    阅读次数:1971
Why is HttpGet required only for some actions?
https://stackoverflow.com/questions/28068868/why-is-httpget-required-only-for-some-actions Please refer to the post here You will see that you can use ...
分类:Web程序   时间:2019-01-17 20:07:18    阅读次数:158
3193条   上一页 1 ... 61 62 63 64 65 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!