关于gitHub

http://www.oracle.com/technetwork/java/javase/downloads

$ git config --global user.name 'zdbadmin'

$ git config --global user.email '1271913481@qq.com'

git clone 拉取git项目地址
mkdir test
cd test
git init
touch al.php 新建文件
git add al.php 添加到暂存区
git status 查看状态
git commit -m '第一次修改文件' 提交到本地仓库

git push 同步到远程仓库
//git push报403错误没有权限在 .git/config配置文件中修改
[remote "origin"]
url = https://github.com/zdbadmin/biaoshihui.git
fetch = +refs/heads/*:refs/remotes/origin/*
修改为
[remote "origin"]
//url = https://用户名:密码@github.com/zdbadmin/biaoshihui.git
url = https://zdbadmin:zdb8317823761.@github.com/zdbadmin/biaoshihui.git
fetch = +refs/heads/*:refs/remotes/origin/*

 

取出数组中某个键的值
$first_names = array_column($records, 'first_name');
print_r($first_names);

ranger(1, 10, 2);
$array = array(4,5,1,2,3,1,1,2);
array_count_values($array);返回值出现次数

 

Linux查看安装路径的命令:

whereis php

which php :这个是查看正在运行的

转载于:https://www.cnblogs.com/zhang-bin/p/7845946.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值