-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
搭建centos7,8本地epel源本地使用
搭建centos7,8本地epel源本地使用一.环境准备1,vbox上准备好挂载需要的镜像比如6,7,8系统2,挂载在centos8系统3,需要用centos7下载epel镜像4,制作成repodat...
-
Linux下安装nfs
Linux下安装nfsNFS Server安装nfs-serverserver端:[root@ftpserver ~]# yum install -y nfs-utils rpcbindclient端...
-
Linux下timeout命令
Linux下timeout命令起因是因为挂在了nfs,当nfs服务器修改了IP或者宕机了,在客户端执行命令df -h就会hung住。我在ansible里面写脚本会用到了df -h命令。导致ansibl...
-
Centos 7.9 下创建LVM流程
Centos 7.9 下创建LVM流程基本的逻辑卷管理概念:PV(Physical Volume)- 物理卷物理卷在逻辑卷管理中处于最底层,它可以是实际物理硬盘上的分区,也可以是整个物理硬盘,也可以是...
-
Linux下修改系统时间
Linux下修改系统时间1.修改时间[root@db01 ~]# date -s 2021-10-12Tue Oct 12 00:00:00 CST 2021[root@db01 ~]# date -...
-
Linux sar命令查看系统资源使用情况
Linux sar命令查看系统资源使用情况1.使用C语言分配足够的可以测试的内存[root@node01:/var/log/sa]$ cat /home/sa.haibo.he/memory.c #i...
-
Linux 7.9 平台下 Oracle DG 19.3升级至19.12
Linux 7.9 平台下 Oracle DG 19.3升级至19.12在19c 的Data Guard 环境,我们RU的升级可以直接按照Patch readme中的步骤进行,如下: 1.停备库 2....
-
How to request a Pull Request in a correct way on GitHub
How to request a Pull Request in a correct way on GitHubI think git is a great version control tool...
-
Fragment for Android
Fragment for AndroidAs an android development, I think you have been familiar with Fragment. It is a...
-
How to use the attributes :layout_weight
How to use the attributes :layout_weightLinearLayout supports assigning a weight to individual...