<div class="content" style="padding: 0px 0px 0 0px;min-height:850px;"> <div id="home"> <div class="home-top"> <div class="left"> <div class="left-left ...
分类:
其他好文 时间:
2021-07-01 17:00:57
阅读次数:
0
ESD静电保护二极管,又称TVS瞬态抑制二极管阵列,TVS二极管阵列,是业内最理想的高频数据保护器件,主要应用于各类通信接口的静电保护,如USB、HDMI、RS485、RS232、VGA、RJ11、RJ45、BNC、SIM、SD等。目前市面上生产ESD二极管的厂家有很多,哪家ESD二极管厂家供应的E... ...
分类:
其他好文 时间:
2021-06-16 18:22:26
阅读次数:
0
参考: https://blog.csdn.net/xueyingqi/article/details/50674078 https://www.cnblogs.com/pengzheng/p/3633438.html https://blog.csdn.net/qq_38461232/articl ...
分类:
系统相关 时间:
2021-06-08 22:39:45
阅读次数:
0
一、 . 导出JAR file Export-->JAR file,按如下设置后点“Finish” 二、 1.首先打开Android Studio,新建一个项目 2.接下来展开App目录,找到libs文件夹 3.然后将准备好的Jar包拷贝进去, 4.接着右键Jar包,选择Add As Library ...
分类:
移动开发 时间:
2021-06-07 20:35:17
阅读次数:
0
环境介绍 RHEL8 nginx 192.168.92.129 RHEL8 myxql 192.168.92.130 RHEL8 php 192.168.92.131 nginx配置 //关闭服务器和selinux [root@nginx ~]# systemctl disable --now fi ...
分类:
其他好文 时间:
2021-06-02 19:38:14
阅读次数:
0
在WMWare上用Windows Server 20003和Windows Xp做各种测试的时候,可能需要部署很多台相同的系统。如果一台一台肯定太麻烦了,直接通过克隆的方式(相当于实体机的Ghost方式),大部分情况下是没问题的,但如果在某些环境,如域环境下,Windows队每台计算机都用SID作为 ...
1、安装JAVA环境 yum install -y java-1.8.0-openjdk 2、添加Jenkins repo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo r ...
分类:
其他好文 时间:
2021-06-02 18:28:12
阅读次数:
0
环境: 应用 IP 操作系统 nginx 192.168.23.148 centos8 mysql 192.168.23.142 centos8 php 192.168.23.143 centos8 准备工作 //关闭防火墙与selinux nginx [root@nginx ]# systemct ...
分类:
其他好文 时间:
2021-06-02 17:29:58
阅读次数:
0
实现自动化部署(一):Docker安装GitLab 一、安装GitLab(注:新环境【阿里云CentOS 7.9 64位】下安装) 1、 编辑docker-compose的yml文件 mkdir /opt/gitlab cd /opt/gitlab vim docker-compose.yml ## ...
分类:
其他好文 时间:
2021-06-02 12:27:11
阅读次数:
0
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:
其他好文 时间:
2021-06-02 10:56:12
阅读次数:
0