摘要: (1). $pt = new pt(['test']); echo 'test'; 运行结果为:pt is start ...Array ( [0] => test ) testpt is die... 执行完echo输出在执行析构方法 (2). pt::test1('afad'); 运行结果为:a 阅读全文
posted @ 2017-01-06 19:28 沉潜蓄力 阅读(201) 评论(0) 推荐(0)
摘要: 第一步 在C:\Windows\System32\drivers\etc下的hosts文件下添加 第二步 找到Apache 下的httpd.conf 文件 打开,去掉171行前边的# 第三步 在apache的配置文件vhosts.conf中,配置以下内容 重启Apache就可以。。。。域名配好了。。 阅读全文
posted @ 2017-01-06 12:01 沉潜蓄力 阅读(3293) 评论(2) 推荐(1)