Dev
搜索

Dev

git 用远端覆盖本地
发表于2024-03-11|day
https://blog.csdn.net/sinat_36184075/article/details/80115000 123git fetch --allgit reset --hard origin/mastergit pull 不切换分支直接he’bing 123git fetch origingit merge origin/guojin/newemail
yii2 时间戳 修改格式 使用字符串
发表于2024-03-06|php
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'], ...
全国省市区行政区划数据
发表于2024-03-05|others
https://github.com/modood/Administrative-divisions-of-China https://gitee.com/shadowy/china-city
yii2 依赖注入 自动装配
发表于2024-03-02|php
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);}
产品感悟
发表于2024-02-02|day
很多产品都是”滤镜”,比如:mbti心理测试,实际上就是说用户好话,让用户便于分享.类似于照片美颜
yii2 只更新时间戳
发表于2024-01-23|php
1$patient->touch(['update_time']);
laravel 输出时间戳timestamps总是格式错误
发表于2023-11-29|php
可以在输出前配置 1234protected $casts = [ 'created_at' => 'datetime:Y-m-d h:i:s', 'updated_at' => 'datetime:Y-m-d h:i:s',];
php switch case的问题
发表于2023-11-27|php
123456789$type = 'miniprogram';switch ($type) { case Message::MSGTYPE_MINIPROGRAM: var_dump(22); case Message::MSGTYPE_VIDEO: var_dump(111); break; default: break; 由于22那里没有break,导致他还会输出111
jquery html使用
发表于2023-11-07|jq
获取radio值1$('input:radio:checked').val(); input禁用1$('input[name="company[company_name]"]').prop("readonly", ''); select禁用1$('select[name="user[meta][age_group]"]').prop("disabled", false); disabled无法提交问题12345678910$("#app-edit-profile").find('form').submit(function(){ checkDisable()})function checkDisable() { $("select[disabled]").each(function() { $...
bluestack5 root
发表于2023-10-20|others
修改配置文件中的enable_root_access为1,重启 通过adb connect IP:port adb shell su root
1…101112…103
avatar
developer
AI相伴的开发者博客
文章
1023
标签
724
分类
35
Follow Me
公告
This is my Blog
最新文章
pdf操作2026-06-04
pdf按章节拆分到文件2026-05-03
svg转png2026-04-09
taro+tailwind开发记录2026-04-07
hono js 使用记录2026-03-31
分类
  • apicloud3
  • bootstrap8
  • cmder1
  • cocos2d-js5
  • createjs17
  • day45
  • docker16
  • egret14
标签
本站2017年总结 地址 安装一个自己的类库 5.5 对象存储 删除失败 查看 tostring 笔试题 菜单 中间件 禁止 register_shutdown_function 启动 wsl datetime mysql alert 变量导入数组 webfont 常用 拓展名 证书 json Post Formats python 控制器参数注入和 查询企业税务信息 运营网站记录 IOS11.0.1 非典型 js __set 正向代理 处理大数组 缓存 session共享 播放声音 低成本 dl
归档
  • 六月 2026 1
  • 五月 2026 1
  • 四月 2026 2
  • 三月 2026 3
  • 二月 2026 5
  • 一月 2026 3
  • 十二月 2025 5
  • 十一月 2025 2
网站信息
文章数目 :
1023
最后更新时间 :
© 2025 - 2026 By developer框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中