Dev
全国省市区行政区划数据
返回首页
搜索
全国省市区行政区划数据
发表于
2024-03-05
|
更新于
2026-03-14
|
others
https://github.com/modood/Administrative-divisions-of-China
https://gitee.com/shadowy/china-city
文章作者:
developer
文章链接:
http://example.com/2024/03/05/%E5%85%A8%E5%9B%BD%E7%9C%81%E5%B8%82%E5%8C%BA%E8%A1%8C%E6%94%BF%E5%8C%BA%E5%88%92%E6%95%B0%E6%8D%AE/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Dev
!
上一篇
yii2 时间戳 修改格式 使用字符串
1234567891011121314public function behaviors(){ $behaviors = parent::behaviors(); $time = [ 'class' => \yii\behaviors\TimestampBehavior::class, 'value' => fn () => date('Y-m-d H:i:s'), 'attributes' => [ \yii\db\ActiveRecord::EVENT_BEFORE_INSERT => ['create_time', 'update_time'], \yii\db\ActiveRecord::EVENT_BEFORE_UPDATE => ['update_time'], ...
下一篇
yii2 依赖注入 自动装配
Yii2对象123456public function __construct( public AssetLogic $logic, $config = [],) { parent::__construct($config);} 控制器 包括命令行和web 12345678public function __construct( $id, $moudule, $config, public AssetLogic $assetLogic,) { parent::__construct($id, $moudule, $config);}
developer
AI相伴的开发者博客
文章
1018
标签
718
分类
34
Follow Me
公告
This is my Blog
最新文章
cmder使用记录
2026-03-08
flutter getx使用记录
2026-03-01
统计代码行数
2026-02-27
php easywechat 6.x 微信支付 手动解密
2026-02-25
php 反引号 执行shell脚本
2026-02-25
搜索
数据加载中