码迷,mamicode.com
首页 >  
搜索关键字:lease    ( 2829个结果
Discuz目录结构
根目录文件:admin.php 后台入口文件api.php 合作API输出接口文件connect.php 云平台接口文件cp.php 多应用服务入口文件(加载userapp.php文件)crossdomain.xmlfavicon.ico 站点ICO图标forum.php 论坛频道入口文件group ...
分类:Web程序   时间:2020-04-26 11:02:01    阅读次数:72
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH
1、问题描述: 在使用selenium模块时,遇到问题:selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https:// ...
分类:Web程序   时间:2020-04-25 11:00:25    阅读次数:148
linux网络管理
1、编写脚本selinux.sh,实现开启或禁用SELinux功能
分类:系统相关   时间:2020-04-24 17:32:13    阅读次数:132
Redis安装部署(一主二从三哨兵)
原文:Redis安装部署(一主二从三哨兵) 需求:根据当前客户的生产环境,模拟安装部署Redis的测试环境,方便后续的功能测试。 1.准备工作 2.安装编译Redis 3.Redis运行环境配置 4.Redis启动和关闭 1.准备工作 Redis的版本和虚拟主机数量都按照客户的生产环境来准备: Re... ...
分类:其他好文   时间:2020-04-24 12:58:57    阅读次数:80
linux查看系统版本信息的方法
一、查看Linux内核版本命令(两种方法): 1、cat /proc/version 2、uname -a 二、查看Linux系统版本的命令(3种方法): 1、lsb_release -a,即可列出所有版本信息: 这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行 ...
分类:系统相关   时间:2020-04-24 12:49:47    阅读次数:97
Host
212.64.62.174 gitee.com 31.13.83.16 github.global.ssl.fastly.net52.74.223.119 github.com 52.216.82.240 github-production-release-asset-2e65be.s3.amazo ...
分类:其他好文   时间:2020-04-24 11:38:59    阅读次数:95
自己写了个截图工具
很简单,就是先全屏截图,然后再按需要裁剪就可以了。 所以,首先要获取桌面的大小,代码如下: public class PrimaryScreen { #region Win32 API [DllImport("user32.dll")] static extern IntPtr GetDC(IntP ...
分类:其他好文   时间:2020-04-23 20:47:37    阅读次数:60
springboot添加日志框架
日常搭建springboot项目,使用springboot自带的日志框架即可,spirngboot自带的日志框架为:logback。 logback使用 maven依赖导入: <dependency> <groupId>org.springframework.boot</groupId> <arti ...
分类:编程语言   时间:2020-04-21 15:36:06    阅读次数:79
[CentOS7]pip安装
END ...
分类:其他好文   时间:2020-04-21 09:17:40    阅读次数:53
git发生冲突:error: Your local changes to the following files would be overwritten by merge
当使用 git pull 拉取代码时发生冲突报错: error: Your local changes to the following files would be overwritten by merge: xxx/xxx.php Please commit your changes or st ...
分类:Windows程序   时间:2020-04-20 16:10:55    阅读次数:75
2829条   上一页 1 ... 26 27 28 29 30 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!