啥也没写
发布时间:2019-03-25 10:17:41
5.4git clone https://github.com/chuan-yun/Molten.gitcd Molten/usr/local/php/bin/phpize./configure --with-php-config=/usr/local/php/bin/php-config --enable-zipkin-header=yesmake && make install7.1make clean/usr/local/php/bin/phpize./configure --prefix=/usr/local/php7 --with-php-config=/usr/.........【阅读全文】
发布时间:2019-03-12 14:22:46
chrome:https://sites.google.com/a/chromium.org/chromedriver/downloadsfirefox:https://github.com/mozilla/geckodriver/releases/ie:http://selenium-release.storage.googleapis.com/index.html?path=3.9/selenium-server:http://selenium-release.storage.googleapis.com/index.html?path=3.9/解压到可以执.........【阅读全文】
发布时间:2019-02-20 11:46:12
https://prometheus.io/download/wget https://github.com/prometheus/prometheus/releases/download/v2.6.0/prometheus-2.6.0.linux-amd64.tar.gz -O prometheus-2.6.0.linux-amd64.tar.gzwget https://github.com/prometheus/node_exporter/releases/download/v0.17.0/node_exporter-0.17.0.linux-amd64.tar.gz -O no.........【阅读全文】
发布时间:2018-12-25 17:51:23
https://www.virtualbox.org/manual/ch07.html查看vboxmanage list natnets详细规则vboxmanage natnetwork list添加vboxmanage natnetwork modify --netname NatNetwork --port-forward-4 "Rule 1:tcp:[]:12210:[10.0.2.10]:22"删除vboxmanage natnetwork modify --netname NatNetwork --port-forward-4 delete "R.........【阅读全文】
发布时间:2018-12-20 15:42:54
只能是django2.0.x,如果2.1的话,需要修改源码xadmin依赖pip install django-crispy-formspip install django-formtoolspip install django-reversionpip install xlwtpip install xlsxwriterpip install futurepip install sixpip install httplib2pip install django-import-exportpip install django==2.0.9.........【阅读全文】