约定几个目录/usr/local/php/sbin/php-fpm/usr/local/php/etc/php-fpm.conf/usr/local/php/etc/php.iniphp-fpm的启动参数
Choose here
javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql
编译时,指定编译生成的文件名:
Choose here
javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql
go build -o 文件名[.exe](win) xxx.go
Choose here
javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql
class Person
{
static int num = 0;//访问修饰符 static 类型 变量名 = 初始值;
//静态代码块
static {