编程语言

git强制覆盖操作

git强制覆盖操作git fetch --all && git reset --hard origin/master && git pull

安装和卸载django

在dos命令行中输入pip如下命令进行安装

Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in * on line 44

Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in * on line 44

go语言int16数据类型

int16是整型类型: int(取决于操作系统), 例如 int8 ,uint8 , int16, int32, int64, uint8, uint16, …。

go语言int8数据类型

int8是整型类型: int(取决于操作系统), 例如 int8 ,uint8 , int16, int32, int64, uint8, uint16, …。

go语言uint8数据类型

uint8是整型类型: int(取决于操作系统), 例如 int8, int16, int32, int64, uint8, uint16等

go语言helloworld

go语言hello world

php语言的抽象类和抽象方法

php抽象类就是使用关键字abstract修饰的类就成为了抽象类;抽象类不能被实例化,只能被继承;如果类方法被声明为抽象的,那么其中就不能包括具体的功能实现。

the environment file is invalid!

The environment file is invalid!Failed to parse dotenv file. Encountered unexpected whitespace at [Site Shop].

gd扩展报错freetype-confignotfound

docker中php扩展freetype安装