码迷,mamicode.com
首页 >  
搜索关键字:install document    ( 60419个结果
python3接口自动化--requests库的使用方法(一)
一. requests库的介绍与安装 pip install requests 二. 请求数据场景 2.1 请求方式:GET, 请求类型:application/x-www-form-urlencoded # -*- coding: utf-8 -*- # @Time : 2021/5/11 23: ...
分类:编程语言   时间:2021-05-24 07:15:29    阅读次数:0
[PHP] windows或者linux安装composer2
好长时间没有用过composer , 现在都已经到了2.几了 , 如果用旧版的就会报错 windows下尽量用那个exe的安装器 , 这样就不需要设置环境变量了 , 而且winddows下需要bat的那几个脚本 , 用这个就更方便了 https://getcomposer.org/download/ ...
分类:Windows程序   时间:2021-05-24 07:03:18    阅读次数:0
02 Nginx安装&核心基础知识
2020年11月4日study 2021年5月12日 review 01 阿里云服务器上Nginx安装 进入Nginx官网: 把下载好的nginx-1.18.0.tar.gz放到/usr/local/software/server下(为了便于管理,下载的软件建议放到/usr/local/下面) 安装 ...
分类:其他好文   时间:2021-05-24 06:54:47    阅读次数:0
Ununtu20下安装搜狗拼音
先执行如下命令: sudo apt install fcitx-bin sudo apt-get install fcitx-table 一、 二、 三、 四、 五、安装 sudo dpkg -i sogoupinyin_2.4.0.3469_amd64.deb 安装会出现如下错误: 在命令行执行 ...
分类:其他好文   时间:2021-05-24 06:46:44    阅读次数:0
乌班图的安装常用命令
1 sudo apt-get update 更新源 2 sudo apt-get install package 安装包 3 sudo apt-get remove package 删除包 4 sudo apt-cache search package 搜索软件包 5 sudo apt-cache ...
分类:其他好文   时间:2021-05-24 06:42:21    阅读次数:0
注解与反射
注解和反射 1.内置注解 package com.yu.annotation;?import java.util.ArrayList;?//什么是注解public class Test01 extends Object{?? // @Override 重写的注解 @Override public S ...
分类:其他好文   时间:2021-05-24 06:38:42    阅读次数:0
wms trace 及 重启wms mobile server
metlink id 1400383.1 Cd 进入$MWA_TOP/bin下 In 11i: $MWA_TOP/secure/ In R12: $INST_TOP/admin/install/ sh mwactl.sh -login sysadmin/sysadmin stop_force 102 ...
分类:其他好文   时间:2021-05-24 06:11:49    阅读次数:0
原生input type 为file 时的各参数
原生input 类型为file时需要对不同参数做出调整 <input type="file" name="file" id="file" accpet=".doc,.docx,application/msword,application/vnd.openxmlformats-officedocume ...
分类:其他好文   时间:2021-05-24 06:06:15    阅读次数:0
原生input 为file时修改基础样式(利用label进行修改)
修改原生Input 的 file输入框的样式 此处使用了障眼法用以实现与element的相同样式 1.在HTML中使用时可以通过input的label进行快捷的输入框调用 <div> <label for="file" style="position: absolute;"> <div class= ...
分类:其他好文   时间:2021-05-24 06:04:34    阅读次数:0
mysql安装教程
恢复内容开始 第一步:下载 https://downloads.mysql.com/archives/installer/ 第二步:安装 恢复内容结束 ...
分类:数据库   时间:2021-05-24 05:46:31    阅读次数:0
60419条   上一页 1 ... 33 34 35 36 37 ... 6042 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!