摘要:
/** * 目标:厨师做好了菜,服务员才能端走,需要交替 */ public class Main { public static void main(String[] args) { Food f = new Food(); Producer p = new Producer(f); Consumer c = new Consumer... 阅读全文
摘要:
1.我们先去官网下载一份Yii2的高级模版。 2.Yii 2 with advanced application template 3.advanced目录开始配置 cd advanced 4.php init(可能会提示The OpenSSL PHP extension is required b 阅读全文