阿里云优惠券领取

摘要: 1. 常量 常量中的数据类型只可以是布尔型、数字型(整数型、浮点型和复数)和字符串型 定义格式: const identifier [type] = value, [type]可以省略,编译器会根据变量的值推断其类型 定义类型 显式类型定义: const a string = "bac" 隐式类型定 阅读全文
posted @ 2018-09-04 16:05 StimmerLove 阅读(133) 评论(0) 推荐(0)
摘要: PHP 7.0 编译安装 1. 下载PHP7.0.9 wget http://cn2.php.net/get/php-7.0.9.tar.bz2/from/this/mirror -- 下载php镜像 tar xvf mirror -- 解压镜像 cd php-7.0.9/ -- 进入安装目录 su 阅读全文
posted @ 2018-09-04 14:37 StimmerLove 阅读(654) 评论(0) 推荐(0)
hello everybody!!!!!