摘要:
1、首先“sudo apt install xvfb”安装界面工具 2、“sudo vim vmwarestart.sh”,创建启动shell脚本,填写以下内容 #!/bin/bash export DISPLAY=:1 Xvfb :1 -screen 0 1024x768x16 & sleep 1 阅读全文
摘要:
文档:https://l4rz4zwpx7.k.topthink.com/@kmrvzg72lx/onLoad%E3%80%81onShowchuli.html 阅读全文
摘要:
pg_dump --no-owner -Fc databaseName > databaseName.dump 阅读全文
摘要:
原理很简单,就是通过小程序的组件 递归来实现 首先创建一个组件。 treeList.wxml <view class="treeList c{{step}}"> <view class="line" style="margin-left:{{(step-1)*40}}px;"></view> <vi 阅读全文
摘要:
https://www.cnblogs.com/rocedu/p/15518988.html 阅读全文
摘要:
$ mkdir ~/pdfsizeopt $ cd ~/pdfsizeopt $ wget -O pdfsizeopt_libexec_linux.tar.gz https://github.com/pts/pdfsizeopt/releases/download/2017-01-24/pdfsiz 阅读全文
摘要:
1、导入黑苹果的ovf文件进行恢复 2、下载unlocker解锁vmware 下载镜像地址:https://gitcode.net/mirrors/DrDonk/unlocker?utm_source=csdn_github_accelerator 原生仓库地址:https://github.com 阅读全文
摘要:
https://www.zhihu.com/question/272447285 阅读全文