上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 程序一:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 1 #include 2 void main(){ 3 int a, b, c, i; 4 for (i = 100; i 2 void main() 3 { 4 int a, k ... 阅读全文
posted @ 2015-01-28 11:13 lizcao 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 看到的一个html5写的时钟 效果图 阅读全文
posted @ 2015-01-27 17:06 lizcao 阅读(2505) 评论(0) 推荐(0) 编辑
摘要: 1、workerman安装workerman是php的一个socket框架,简化了socket编程,已经为很多企业所用,今天在centos的ngix+php下安装了workerman,过程记录如下。官网上给的教程但是我已经安装了php环境,所以跳过上面的1,2,3,4步骤,直接下载workerman... 阅读全文
posted @ 2015-01-05 13:24 lizcao 阅读(8172) 评论(0) 推荐(0) 编辑
摘要: 下载redishttp://www.redis.cn/download.html下载php的redis扩展https://github.com/phpredis/phpredis#installation如redis官网上教程安装redis下载,解压和安装:$ wget http://downloa... 阅读全文
posted @ 2015-01-04 16:33 lizcao 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 下面的文章是我复制粘贴的,是学习jquery插件写法时搜到的好的教程。谢谢这些人写的博客,为表示尊重,我将博客的地址也粘贴出来,希望可以帮到其他人。-----------------------------------------------------分割线--------------------... 阅读全文
posted @ 2014-12-24 23:22 lizcao 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 使用了一款jquery上传的插件,ajax上传,可以显示上传的进度,高可配性,简要记录。插件地址http://hayageek.com/docs/jquery-upload-file.phpgithub地址:https://github.com/hayageek/jquery-upload-file... 阅读全文
posted @ 2014-12-24 22:40 lizcao 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1、关闭SELinux查看SELinux状态:(1)/usr/sbin/sestatus -v ##如果SELinux status参数为enabled即为开启状态SELinux status: enabled(2)getenforce ... 阅读全文
posted @ 2014-12-23 13:11 lizcao 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1、导航 Toggle navigation Project name ... 阅读全文
posted @ 2014-12-17 19:41 lizcao 阅读(205) 评论(0) 推荐(0) 编辑
摘要: sql注入,xss,跨域 阅读全文
posted @ 2014-12-12 13:54 lizcao 阅读(5945) 评论(1) 推荐(0) 编辑
摘要: nginx配置 阅读全文
posted @ 2014-12-10 17:30 lizcao 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页