网上有各种版本的php-fpm开机自动启动脚本, 其实你编译后源目录已经生成自动脚本。不用做任何修改即用。cp {php-5.5.x-source-dir}/sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
分类:
Web程序 时间:
2015-09-07 14:16:59
阅读次数:
149
https://github.com/kayalshri/tableExport.jquery.pluginhttps://github.com/kayalshri/tableExport.jquery.pluginExport HTML Table toJSONXMLPNGCSVTXTSQLMS-...
分类:
Web程序 时间:
2015-09-07 14:17:02
阅读次数:
578
原文:http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/最近遇到了要在ubuntu 12.04 上升级php版本的问题,下面是升级php到最新的版本的方法:Please note: ...
分类:
Web程序 时间:
2015-09-07 14:15:15
阅读次数:
217
1、append(content|fn)://给所有的p加$("p").append("Hello");2、appendTo(content):把所有匹配的元素追加到另一个指定的元素元素集合中。 $("") .appendTo("div") .addClass("test")//返回被追加的...
分类:
Web程序 时间:
2015-09-07 14:12:37
阅读次数:
167
昨天刚刚买完了阿里云,准备大干一场有点小小的激动。 我选择的镜像系统式centos7,我原来使用过centos6.5 所以觉得使用起来应该问题不大。 首先,就是先更新一下系统的软件,在更新之前先了解一下更新的方法的区...
分类:
Web程序 时间:
2015-09-07 13:11:49
阅读次数:
621
Note:要从零开始搭建,就不要嫌中间遇到各种eggache的问题! 一.下载apache源代码 1.下载地址:http://httpd.apache.org/download.cgi? 找稳定的最新的版本(Stable Release) ?? 得到文件 httpd-2.4.3.tar...
分类:
Web程序 时间:
2015-09-07 13:11:58
阅读次数:
285
Test1.class.php <?php????
????class?Test1{????????
????public?function?__construct(){????????????
????????echo?"Test1<br>";????????
???????...
分类:
Web程序 时间:
2015-09-07 13:11:40
阅读次数:
150
npm install xls-to-json var node_xj = require("xls-to-json"); ? node_xj({ ??? input: "input.xls",? // input xls ??? output: "output.json" // output json??? ? ? }, function(err, resul...
分类:
Web程序 时间:
2015-09-07 13:09:41
阅读次数:
144
在开发中,为了避免二次提交,遮罩层的运用越来越普遍 看了很多代码,下面跟大家分享一下我认为最简单的遮罩层实现方式: 1.样式如下设置: CSS代码: [html]? view plain copy <style?type="text/css">????...
分类:
Web程序 时间:
2015-09-07 13:08:45
阅读次数:
171
1.首先为什么要用js命名空间 ? ? ? ? ?在我们的项目中,如果多个人为同一个页面写js的话,命名冲突就有可能发生,如果所有的函数都是全局的话,如下: a.js中 function?com()
{
??.....
} b.js中 func...
分类:
Web程序 时间:
2015-09-07 13:08:36
阅读次数:
180
今天项目中,运用到了通过curl传输图片,留下做笔记 foreach?($files?as?$key?=>?$file)?{
????$post[$key]?=?‘@‘.realpath($file[‘tmp_name‘]).";type=".$file[‘type‘].";filename=".$file[‘name‘]...
分类:
Web程序 时间:
2015-09-07 13:07:41
阅读次数:
163
class?Courier{
public?$name;
public?function?__construct($name){
$this->name=$name;
}
} 自动加载的实现
????public?function?__autoload($calssname){
???include?strtolower($classname).‘....
分类:
Web程序 时间:
2015-09-07 13:09:40
阅读次数:
152
http://netsecurity.51cto.com/51cto网络安全频道http://www.nsfocus.com.cn/index.html绿盟科技http://www.wooyun.org/乌云漏洞平台http://zone.wooyun.org/白帽子技术社区http://www.cnhonkerarmy.com/中国红客联盟http://bbs.bitscn.com/forum-5-1.html网管之家http://www.c..
分类:
Web程序 时间:
2015-09-07 13:03:59
阅读次数:
143
1,安装php可通过官网进行下(wgethttp://www.php.net/get/php-5.5.0.tar.bz2/from/jp1.php.net/mirror)。2,安装相关的依赖包,确保安装之前有安装gd,png,curl,xml等等lib开发库可以使用yum进行安装。[root@localhostconf]#yuminstallgccmakegd-devellibjpeg-devellibpng-dev..
分类:
Web程序 时间:
2015-09-07 13:00:58
阅读次数:
176
解决:通过chrome找出该插件的css文件bootstrap-timepicker.css及该css(.bootstrap-timepicker-widget.dropdown-menu.open),在该css中插入:z-index:11000;.bootstrap-timepicker-widg...
分类:
Web程序 时间:
2015-09-07 12:54:35
阅读次数:
181
隐藏 index.php保证apache配置文件httpd.conf里的LoadModulerewrite_module modules/mod_rewrite.so开启(去掉#)将相对应目录的AllowOverride 改为ALL在根目录下,即在index.php同级目录下新建.htaccessR...
分类:
Web程序 时间:
2015-09-07 12:56:43
阅读次数:
181