git命令简写设置方法
#git在下面的命令中,使用了一些简写,在这里说明一下:git st # git statusgit ci # git&n...
2023-01-17网站https改造后百度地图显示空白
网站进行了https改造后,百度地图页面的百度地图显示一片空白,这是因为百度地图的api也需要进行https改造了,具体方法。找到你使用api的页面 <head>...
2023-01-17A VirtualBox machine with the name 'homestead-7' already exists. Please use another name or delete t
在启动vagrantup时出现下面错误:A VirtualBox machine with the name 'homestead...
2023-01-171看懂php调试时var_dump()打印信息
能看懂调试信息是做开发的基础,然而初学者看的时候会比较困惑,于是特地整理一下:一、object(Member)#35(8){ ...
2020-11-14常用正则表达式
整数或者小数:^[0-9]+\.{0,1}[0-9]{0,2}$只能输入数字:"^[0-9]*$"。只能输入n位的数字:"^\d{n}$"。只能输入...
2019-02-16vagrant基础命令
Vagrant入门教程vagrant基础命令:vagrant--version(检查版本)vagrantboxlist(列出所有box)vagrantboxaddmetadata.js...
2017-11-29git add -A和git add .和git add -u的区别
#git· gitadd-A 提交所有变化· gitadd-u 提交被修改(modified)和被删除(deleted)文件,不包括新文件(n...
2017-06-01The host path of the shared folder is missing:
vagrantup时出现 Thehostpathofthesharedfolderismissing:说明Homestead.yaml文件配置错误,仔细检查一下,看看是不是...
2017-05-27atom添加右键打开文件菜单
#Atomatom在文件上右键打开文件的功能是自带的,只是需要配置一下,配置方法如下:file->settings->system->如图...
2017-05-06解决:git pull怎样解决冲突,合并冲突文件
#git使用gitpull代码时,经常会碰到有冲突的情况,提示如下信息:error: Your local changes to 'c/enviro...
2017-04-19