GuojinH5

  • 首页
  • 关于
  • 归档
  • 友链
Apr 1, 2024
No Comments

windows git 换行符

git config --global core.autocrlf inputhttps://www.cnblogs.com/youpeng/p/11243871.html

继续阅读 »

Mar 28, 2024
No Comments

换系统步骤

备份秘钥备份代码备份文档备份图片视频

继续阅读 »

Mar 15, 2024
No Comments

微信小程序 input 错位 placeholder 层级过高

input错位原因微信小程序输入时候,会自动上推页面,会出现这个奇怪的问题解决只要让整个页面可以自动撑开即可,比如最外层的container不要限制高度placeholder层级只要给不想被错误覆盖的元素一个z-index

继续阅读 »

Mar 11, 2024
No Comments

git 用远端覆盖本地

https://blog.csdn.net/sinat_36184075/article/details/80115000git fetch --all git reset --hard origin/master git pull不切换分支直接he'binggit fetch origin git merge origin/guojin/newemail

继续阅读 »

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']);

继续阅读 »

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