1、首先,强化了Web网页的表现性能。除了可描绘二维图形外,还准备了用于播放视频和音频的标签。2、其次,追加了本地数据库等Web应用的功能。3、HTML5(text/html)浏览器将在错误语法的处理上更加灵活。HTML5在设计时保证旧的浏览器能够安全的忽略掉新的HTML5代码。与HTML4.01相 Read More
posted @ 2016-04-25 22:52 不解凡忧 Views(336) Comments(0) Diggs(0) Edit
今天发现服务器上Tomcat 8080端口起不来,老提示端口已经被占用。 使用命令: ps -aux | grep tomcat 发现并没有8080端口的Tomcat进程。 使用命令:netstat –apn 查看所有的进程和端口使用情况。发现下面的进程列表,其中最后一栏是PID/Program n Read More
posted @ 2016-04-25 22:05 不解凡忧 Views(983) Comments(2) Diggs(0) Edit
sort--对数组的val进行排序 ksort--对数组的key值进行排序 asort--对数组进行排序,键与值的对应关系不变 1、sort对数组排序 格式如下:bool sort(array &$array[,int $sort_flags]) 使用这个函数结束后单元将被从低到最高重新安排 返回b Read More
posted @ 2016-04-25 21:18 不解凡忧 Views(3157) Comments(0) Diggs(0) Edit
redis的PHP扩展包安装方法 扩展下载地址: igbinary: http://windows.php.net/downloads/pecl/releases/igbinary/1.1.1/ memcache: http://windows.php.net/downloads/pecl/rele Read More
posted @ 2016-04-25 14:03 不解凡忧 Views(8092) Comments(0) Diggs(0) Edit
#wget http://pecl.php.net/get/memcache-2.2.6.tgz # tar zxf memcache-2.2.6.tgz # cd php/bin/phpize # /usr/local/php/bin/phpize # ./configure --with-php Read More
posted @ 2016-04-25 13:19 不解凡忧 Views(196) Comments(0) Diggs(0) Edit