01 2014 档案
摘要:phalcon在phpstorm里的配置视频:http://www.tudou.com/programs/view/yXw6e_Rshwk/
阅读全文
摘要:1.找到httpd.conf 里面;找到# Virtual hosts 开启虚拟机Include conf/extra/httpd-vhosts.conf2 编辑httpd-vhosts.conf,所以我这里的路径是D:\wamp\Apache2\conf\extra。 ServerAdmin phpwork.com DocumentRoot "D:/wamp/www/phpwork" ServerName phpwork.com ServerAlias www.phpwork.com ErrorLog "logs/phpwork.com-error.log&qu
阅读全文
摘要:1:中文官方网站:http://phalconphp.com/zh/ 挺好可以好好看文档可安装http://bullsoft.org/phalcon-docs/这个去查找,这是个部分中文的手册!Phalcon 尝试开发出最快的 PHP 框架。所以,你现在有一个更简单、健壮的方式开发应用程序了,而且完全不用考虑性能问题。 享受编程的快乐吧!测试结果对比:http://bullsoft.org/phalcon-docs/reference/benchmark/hello-world.html
阅读全文
摘要:1:下载和安装Wampserver2.4-x86.exe 服务器;2:到phalcon官方网站下载对应的dll文件 phalcon_x86_VC9_php5.4.0_1.2.5 我下的是这个版本 所以用的wamp版本的php也是 php 5.4版本;所以没啥问题!3:下载完了dll文件放在 刚安装好的wamp服务器下:因为我安装的是D盘:D:\wamp\bin\php\php5.4.16\ext 放在个路径下就可以了启动服务器查看是否安装成功:说明成功了;4:开始开发第一个程序:http://docs.phalconphp.com/en/latest/reference/tutorial.ht
阅读全文
摘要:原文出处:http://www.kuqin.com/webpagedesign/20120208/317938.html 这个网站我自己先保存起来;有时间了慢慢看!我们常用的script标签,有两个和性能、js文件下载执行相关的属性:defer和asyncdefer的含义【摘自https://developer.mozilla.org/En/HTML/Element/Script】This Boolean attribute is set to indicate to a browser that the script is meant to be executed after the doc
阅读全文
浙公网安备 33010602011771号