- 2023-11-08laravel:自动加载自定义类(10.27.0)
一,配置1,在laravel项目的根目录下添加extend目录,如图:2,编辑composer.json,在autoload增加一行:"":"extend/",如图:生成自动加载文件:liuhongdi@lhdpc:/data/laravel/dignews$composerdump-autoload-oGeneratingoptimizedautoloadfiles...命令的解释:将PSR-
- 2023-07-05git在日志中查找这个文件
git在日志中查找这个文件.gitlog--pretty=oneline--branches--文件名或gitlog--pretty=oneline--branches--文件夹名注意:文件(夹)名和--前必须有空格参考:https://www.yii666.com/blog/330372.html?action=onAll
- 2023-01-13idea查看某个类的提交记录
使用如下命令加文件全路径:gitlog--pretty=oneline文件路径名例如:G:\gitcode\finance>gitlog--pretty=onelineG:/gitcode/xxxx/xxxx-xxxx-xxxx/src/main/java/com/xxxx
- 2023-01-11Reduce Depth of an Existing Git Repo 让 git 只保留最近 n 次的 commit 删除其余的
shallowclonegitclone--depth=1https://github.com/cloudwu/skynet.gitgitlog--oneline|wc-l1du-hs.git792K .gitfullyclone,andreducethed
- 2022-12-27git命令
Git是目前世界上最先进的分布式版本控制系统。Workspace:工作区Index/Stage:暂存区Repository:仓库区(或本地仓库)Remote:远程仓库 1.安装gitwindows上面的话,直接下载exe
- 2022-11-06git学习之通俗易懂篇(九)【查看历史版本的各种方式】
1、gitlog--oneline 【在一行上展示每一次提交】看得更清楚些~2、gitlog--oneline--graph 【看到变化过程】tips:(1)如果commit的次数比较多,就会