Android资源文件夹说明
Flutter 圆角半透明编辑框
Container( alignment: Alignment.center, margin: EdgeInsets.all(5), padding: EdgeInsets.only(left: 15, right: 15), decoration: BoxDecoration( color: Colors.black12, borderRadius: Bo...
PHP 正则表达式(PCRE)
thinkphp6.0 缓存功能
系统内置了很多类型的缓存,除了 File,其它均需要结合相关产品; 我们这里主要演示 File 文本缓存,其它的需要学习相关产品; 配置文件 cache.php 进行缓存配置,默认生成在 runtime/cache 目...
PHP 取中间文本
Flutter showDialog拦截返回键
showDialog( context: context, barrierDismissible: false,//点击外部遮罩区域是否可以关闭dialog builder: (context) { return WillPopScope( onWillPop: () async => false,//关键代码 ch...






