上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: function filedown($id, $type){ $ziliao = M("ziliao"); $data = $ziliao->where("id=%d and type=%d",$id,$type)->find(); if(empty($data)){ $this->downerr... 阅读全文
posted @ 2014-11-14 15:42 贱书生 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 服务环境:apache2.2 + PHP5.2 + Sql Server 2008 R2一、所需库和工具1、SQLSRV20.EXE (php5.2版本对应的的Sql Server扩展库)注释:php5.2版本所需要的Sql Server扩展库下载地址:http://pan.baidu.com/s/... 阅读全文
posted @ 2014-11-14 15:40 贱书生 阅读(5691) 评论(0) 推荐(0) 编辑
摘要: 1、下载linux版本的tomcat和jre tomcat下载:http://pan.baidu.com/s/1nt7D87J; jre下载:http://pan.baidu.com/s/1sj4hAVV; 下载完成之后,上传到/usr/local (目录自定义) 2、安装jre#chmod u+x... 阅读全文
posted @ 2014-11-14 15:36 贱书生 阅读(899) 评论(0) 推荐(0) 编辑
摘要: 参考:http://kyfxbl.iteye.com/blog/1910891 http://showerlee.blog.51cto.com/2047005/1266712一、环境 httpd:Apache2.4.10 openssl:1.0.1 OS:CentOS5.7 四、在httpd中配置单... 阅读全文
posted @ 2014-11-13 11:32 贱书生 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: 1、查看源版本 openssl version -a 如果Linux系统默认安装了openssl,版本就是:OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 2、下载openssl-1.0.1g.tar.gz https://www.openssl.org/source/ ... 阅读全文
posted @ 2014-11-13 10:32 贱书生 阅读(423) 评论(0) 推荐(0) 编辑
摘要: Passwd 进入修改密码cd 进入个人的主目录cd /home 进入‘/home’目录cd .. 返回上一级目录cd ../.. 返回上两级目录cd - 返回上次所在的目录ls 查看目录中的文件ls –F 查看目录中的文件ls –l 查看... 阅读全文
posted @ 2014-11-13 10:31 贱书生 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 一、安装Apache 若要安装apache服务器软件,需要安装以下几个依赖软件 apr-1.4.6.tar.gz 下载地址:http://apr.apache.org/ apr-util-1.4.1.tar.gz 下载地址:http://apr.apache.org/ pcre-8.20.tar.g 阅读全文
posted @ 2014-11-13 10:30 贱书生 阅读(2722) 评论(0) 推荐(0) 编辑
摘要: HTML代码: {$vo.name} JQuery代码:function edit(msg,id){ var text = $(msg).text(); $(msg).html("= 0 || name == ""){ alert("相册名称不能为空且不能含有空格!"); $("inpu... 阅读全文
posted @ 2014-11-13 10:18 贱书生 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: 1.js方法:function replaceErrorImg(obj){ obj.src="images/common/error.bmp";}2.jquery绑定$('img').error(function() { $(this).attr("src", "images/common... 阅读全文
posted @ 2014-11-13 10:16 贱书生 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 我们在平常使用Jquery异步提交表单,一般是在submit()中,使用$.ajax进行。比如: $(function(){ $('#myForm').submit(function(){ $.ajax({ url:"/WebT... 阅读全文
posted @ 2014-11-13 10:15 贱书生 阅读(4758) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页