-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
关于windows收集日志
关于windows收集日志1.最近在处理windows远程登陆发生【出现了内部错误】。2.开case跟microsoft,给出如下收集trace的步骤,记录一下一:Netmon trace安装和使用您...
-
CheckLinux脚本
CheckLinux脚本#!/bin/sh###############################################################################...
-
fdisk WARNING: Re-reading the partition
fdisk WARNING: Re-reading the partition[root@test ~]# fdisk /dev/sdaWARNING: fdisk GPT support is cu...
-
Linux下inode满的解决方法
Linux下inode满的解决方法1.编写测试脚本[root@db02 home]# cat 1.sh #!/bin/shi=1while(($i ˂ 10000000))do touch /b...
-
ansible模块--file模块
ansible模块--file模块创建或者和删除远程主机上的文件或者目录path 指定文件 如果远程主机上没有该文件,则进行创建state 创建类型 touch 文件 directory 目录stat...
-
ansible模块--setup模块
ansible模块--setup模块1.setup获取ipv4信息[root@ansible ~]# ansible mysql -m setup -a "filter=ansible_all_ipv...
-
ansible模块--hostname模块
ansible模块--hostname模块修改hostname主机名[root@ansible ~]# ansible mysql -m hostname -a 'name=mysql8'192.1...
-
ansible模块--service模块
ansible模块--service模块管理远程主机上的服务name=服务名state=started开启 / stopped 停止 / reloaded 重新加载 / restarted重启enab...
-
ansible模块--archive模块
ansible模块--archive模块path:源路径,准备打包的文件dest:打成什么格式的包,放到什么位置mode:权限[root@ansible tmp]# ansible mysql -m...
-
ansible模块--unarchive模块
ansible模块--unarchive模块copy:copy=no为源tar包从被控端解压。 copy=tes 为源tar包从主控端解压src:源tar包路径dest:解压到的目标位置mode:解压...

