Flutter 编译 web 命令
全局选项: 选项说明-h, --help打印使用信息-v, --verbose显示详细日志,包括执行的所有Shell命令。 如果与'--help'一起使用,则显示隐藏选项。如果与'flutter doctor'一起使用,则显示额...
PHP 的包管理工具 — Composer【搬砖】
composer中文网:https://www.phpcomposer.com/ 安装后配置中国镜像: composer config -g repo.packagist composer https://packagist.org [可用] composer config -g repo.packagist composer...
Python虚拟环境管理工具介绍:virtualenv,Virtualenvwrapper,conda,pipenv
Python虚拟环境管理工具介绍: Python虚拟环境管理工具可以帮助你在同一台计算机上创建和管理多个独立的Python环境。这些工具可以隔离不同项目之间的依赖关系,提供一个干净和隔离的开发环境。下...
PHP获取当前主机、域名、网址、路径、端口等参数
常用Shell脚本收集
PHP 超级全局变量
Pycharm开发python必装插件
Js代码解密 packer 加密
密文:eval(function (p, a, c, k, e, d) { e = function (c) { return (c < a ? '' : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36)) }; if...
thinkphp6 App类的使用
dump($this->app->getThinkPath());//获取核心框架目录 dump($this->app->getRootPath());//获取应用根目录 dump($this->app->getBasePath());//获取应用基础目录 dump($this...
html转换为markdown [html2text库]
Piphttps://pypi.org/project/html2text/安装:pip install html2text使用:import html2text md_text = open('ret.html', 'r', encoding='utf-8').read() markdown = html2text.html2text(md_t...





