一、环境准备 xposed:https://repo.xposed.info/module/de.robv.android.xposed.installer xposed-api:https://forum.xda-developers.com/xposed/xposed-api-changelog ...
分类:
移动开发 时间:
2020-11-30 15:58:50
阅读次数:
13
背景 学习 Python 的话,仅掌握标准库是远不够的,有很多好用的第三方库我们也需要用到的,比如,由鼎鼎大名的 K 神开发的爬虫必不可少的 requests 库,一般都是必装的库吧。安装第三方库当然还是用 pip 命令安装最方便了。 但是,大家发现 pip install + 包名 的方式 安装第 ...
分类:
编程语言 时间:
2020-11-26 15:12:40
阅读次数:
8
https://trailhead.salesforce.com/content/learn/modules/entitlements 很少会有人不买东西,买的多了也很少没有人没有经历过售后流程。我们可能买了电视机,买了电冰箱或者买了电磁炉,买的时候写1年免费维修等等。那么我们在1年以内坏了会通过电 ...
分类:
其他好文 时间:
2020-11-26 15:11:47
阅读次数:
43
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:
其他好文 时间:
2020-11-26 14:41:22
阅读次数:
5
1、安装docker 1.1 安装依赖包 # yum install -y yum-utils device-mapper-persistent-data lvm2 1.2 添加yum源 # yum-config-manager --add-repo http://mirrors.aliyun.co ...
分类:
其他好文 时间:
2020-11-24 12:34:29
阅读次数:
6
一、安装zabbix-agent:1、添加zabbix仓库:[root@localhost~]#>rpm-Uvhhttps://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm//把zabbix.repo文件里面的内容替换为以下内容:[root@localhost~]#cat>/et
分类:
其他好文 时间:
2020-11-24 12:28:36
阅读次数:
8
1、首先安装JDK yum -y install java-1.7.0-openjdk-devel.x86_64 2、安装jenkins 配置yum源: (1)配置yum源: wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.or ...
分类:
系统相关 时间:
2020-11-24 12:18:21
阅读次数:
10
手动下载安装nginx 需要的安装依赖包 登录可连接公网的一台机器, 配置 nginx.repo yum源 cat nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$bas ...
分类:
其他好文 时间:
2020-11-23 12:47:29
阅读次数:
23
Github是许多程序员上传和展示自己的作品的平台,而Github的profile页面只允许pin 6个repo。如果你有超过6个作品想要展示 只选6个最想要展示的,忍痛舍弃其他的? 另外做一个网站来一个个介绍你的repo? 不如自己弄一个Github风格的橱窗展示页面,直接调用Github API ...
分类:
其他好文 时间:
2020-11-23 12:39:01
阅读次数:
8
sudo gedit /etc/apt/sources.list 粘贴以下内容 deb https://repo.huaweicloud.com/ubuntu-ports/ bionic main restricted universe multiverse deb-src https://repo ...
分类:
其他好文 时间:
2020-11-23 12:08:23
阅读次数:
5