我们按步骤来,(1)安装XAMPP集成软件包wordpress 的运行要求是在 php +
MySQL +
Apache的服务器环境,所以要先搭建该环境,我用的是XAMPP软件包,安装很方便。下载地址:http://baoku.360.cn/soft/show/appid/346安装XAMPP的过程...
分类:
其他好文 时间:
2014-05-16 06:00:10
阅读次数:
461
http://acm.hdu.edu.cn/showproblem.php?pid=1558先判断线段相交,然后用并查集合并。 1 #include 2
#include 3 #include 4 #define maxn 20000 5 using namespace std; 6 7 i...
分类:
其他好文 时间:
2014-05-16 05:18:02
阅读次数:
353
在APACHE服务器上的访问方式上去除index.php下面我说下apache下,如何去掉URL里面的index.php例如:你原来的路径是:localhost/index.php/index改变后的路径是:localhost/index1.httpd.conf配置文件中加载了mod_rewrite...
分类:
Web程序 时间:
2014-05-16 05:12:22
阅读次数:
351
//生成图片,第一个参数宽,第二个高1.$image =
imagecreatetruecolor(100,25);//生成颜色,当第一次调用生成颜色的方法,是生成背景颜色2.$backgroundColor =
imagecolorallocate($im,0,0,0);//第二次调用这个方法,是...
分类:
Web程序 时间:
2014-05-16 04:52:15
阅读次数:
361
文件a.php文件b.php";//生成图片echo
$_SESSION["code"];//生成验证码值?>
分类:
Web程序 时间:
2014-05-15 16:43:41
阅读次数:
278
FE俗称前端,是区别服务端开发的一个新的开发类职位,但目前随着FE自身能力的一些完善,以及Node.js的流行,现在一些服务端的一些需求也放在前端来开发,对应的语言可能是PHP,Node.js,Python,Ruby等,这就是所谓的大前端,与之相对应的后端开发跟倾向于对性能要求比较高的C,C++的开...
分类:
其他好文 时间:
2014-05-15 16:26:01
阅读次数:
292
1 #include 2 #include 3 using namespace std; 4
5 int main() 6 { 7 string str=""; 8 string str2=""; 9 char max;10 while
(getline(ci...
分类:
其他好文 时间:
2014-05-15 16:20:41
阅读次数:
258
imagecreatetruecolor(宽,高);
图片宽高imagecolorallocate(图片,红,绿,蓝)
调用(三原色)生成颜色的方法,是生成背景颜色imagestring(图片,字体大小,字所在的x轴,字所在的y轴,要显示的验证码,字体颜色)header
要把...
分类:
Web程序 时间:
2014-05-15 15:59:13
阅读次数:
432