Dev
搜索

Dev

windows git 换行符
发表于2024-04-01|others
1git config --global core.autocrlf input https://www.cnblogs.com/youpeng/p/11243871.html
换系统步骤
发表于2024-03-28|others
备份秘钥 备份代码 备份文档 备份图片视频
微信小程序 input 错位 placeholder 层级过高
发表于2024-03-15|others
input错位 原因微信小程序输入时候,会自动上推页面,会出现这个奇怪的问题 解决只要让整个页面可以自动撑开即可,比如最外层的container不要限制高度 placeholder层级只要给不想被错误覆盖的元素一个z-index
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',];
1…91011…102
avatar
developer
AI相伴的开发者博客
文章
1016
标签
715
分类
32
Follow Me
公告
This is my Blog
最新文章
统计代码行数2026-02-27
php easywechat 6.x 微信支付 手动解密2026-02-25
php 反引号 执行shell脚本2026-02-25
mysql使用记录2026-02-19
flutter开发流程2026-02-08
分类
  • apicloud3
  • bootstrap8
  • cocos2d-js5
  • createjs17
  • day45
  • docker16
  • egret14
  • flash2x2
标签
大量bug记录 播放声音 request css动画 变量导入数组 tsc版本不同 iptable 微信 生活日志 测试代码 yield 解决并发问题 chrome 显示 算法题 按 cmd composer 静态编译 $current_user ab lock 正态分布 Filter thinkphp linux L2TP font 为新开发 ab.exe 常见问题 高并发 js复制内容到剪贴板 乌龟 reset 用户 中国部分行业数据记录 list file 微信分享定制注意事项
归档
  • 二月 2026 5
  • 一月 2026 3
  • 十二月 2025 5
  • 十一月 2025 2
  • 十月 2025 5
  • 九月 2025 5
  • 八月 2025 2
  • 七月 2025 1
网站信息
文章数目 :
1016
最后更新时间 :
© 2025 - 2026 By developer框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中