thinkphp6 App类的使用
dump($this->app->getThinkPath());//获取核心框架目录 dump($this->app->getRootPath());//获取应用根目录 dump($this->app->getBasePath());//获取应用基础目录 dump($this...
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...
Flutter MPFlutter框架 微信小程序 自定义顶部标题栏
实现截图代码截图 配置app.json: 'window': { 'navigationStyle': 'custom' }, 实现代码: ///自定义顶部栏 appBar: MPAppBar( title: Container( color: Colors.green, width: MediaQuery.of(c...
Pycharm开发python必装插件
Flutter AppBar[组件]
AppBar AppBar可以显示顶部leading、title和actions等内容。底部通常为选项卡TabBar。flexibleSpace显示在AppBar的下方,高度和AppBar高度一样,可以实现一些特殊的效果 文档地址【点击进入】 ...
Javascript 常见加密解密方法
Npm地址:https://www.npmjs.com/package/crypto-js 安装 npm install crypto-js --save-devnpm install md5 --save-dev 一些常见的built-in 函数加密 unescape unescape() 函数可对通过 escape...
常用Shell脚本收集
Flutter 编译 web 命令
全局选项: 选项说明-h, --help打印使用信息-v, --verbose显示详细日志,包括执行的所有Shell命令。 如果与'--help'一起使用,则显示隐藏选项。如果与'flutter doctor'一起使用,则显示额...





![Flutter AppBar[组件]-IT网络技术分享](https://gitee.com/arcticfox1919/ImageHosting/raw/master/img/app_bar.png)

