python常用笔记

安装源pip install -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.compyenv 安装...

xdebug 配置

xdebug 配置php.inixdebug 2.0配置[xdebug]xdebug.remote_enable=Onxdebug.remote_autostart=Offxdebug.remo...

uniapp.md

App.vue<script> export default { onLaunch() { // 获取店铺配置信息 全局只请求一次 ...