GuojinH5

  • 首页
  • 关于
  • 归档
  • 友链
Mar 6, 2024
No Comments

yii2 时间戳 修改格式 使用字符串

public function behaviors() { $behaviors = parent::behaviors(); $time = [ 'class' => \yii\behaviors\TimestampBehavior::class, 'value' => ...

继续阅读 »

Mar 5, 2024
No Comments

全国省市区行政区划数据

https://github.com/modood/Administrative-divisions-of-Chinahttps://gitee.com/shadowy/china-city

继续阅读 »

Mar 2, 2024
No Comments

yii2 依赖注入 自动装配

Yii2对象public function __construct( public AssetLogic $logic, $config = [], ) { parent::__construct($config); }控制器包括命令行和webpublic function __construct( $id, $moudule, $config...

继续阅读 »

Feb 2, 2024
No Comments

产品感悟

很多产品都是"滤镜",比如:mbti心理测试,实际上就是说用户好话,让用户便于分享.类似于照片美颜

继续阅读 »

Jan 23, 2024
No Comments

yii2 只更新时间戳

$patient->touch(['update_time']);

继续阅读 »

Nov 29, 2023
No Comments

laravel 输出时间戳timestamps总是格式错误

可以在输出前配置 protected $casts = [ 'created_at' => 'datetime:Y-m-d h:i:s', 'updated_at' => 'datetime:Y-m-d h:i:s', ];

继续阅读 »

Nov 27, 2023
No Comments

php switch case的问题

$type = 'miniprogram'; switch ($type) { case Message::MSGTYPE_MINIPROGRAM: var_dump(22); case Message::MSGTYPE_VIDEO: var_dump(111); break; default: ...

继续阅读 »

Nov 7, 2023
No Comments

jquery html使用

获取radio值$('input:radio:checked').val();input禁用$('input[name="company[company_name]"]').prop("readonly", '');select禁用$('select[name="user[...

继续阅读 »

Oct 20, 2023
No Comments

bluestack5 root

修改配置文件中的enable_root_access为1,重启通过adb connect IP:portadb shellsu root

继续阅读 »

上一页下一页
© 2025 GuojinH5 由 Typecho 强力驱动 主题修改 Junichi 点击查看 建站历程