会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liuwenbohhh
上一页
1
···
16
17
18
19
20
21
22
23
24
···
40
下一页
js slider
摘要: Nivoslider多种焦点图切换效果 首 页 网站模板 网页特效 Nivoslider多种焦点图切换效果教程 图片标题,支持HTML标签 sucaihuo.com. Powered by sucaihuo.com 本站皆为作者原创,转载请...
阅读全文
posted @ 2015-05-08 15:12 liuwenbohhh
阅读(392)
评论(0)
推荐(0)
一个确认商品表单
摘要: 简单jQuery商品属性选择表单 首 页 网站模板 网页特效 简单jQuery商品属性选择表单 颜色 深灰色 金色 银色 内存 16G ROM 尺寸 5.5寸 尺寸 港版(二网) 类型 价值:¥6099.00 月供:6281.97元(本金:60...
阅读全文
posted @ 2015-05-08 14:10 liuwenbohhh
阅读(159)
评论(0)
推荐(0)
strlen和mb_strlen
摘要: 在PHP中,strlen与mb_strlen是求字符串长度的函数,但是对于一些初学者来说,如果不看手册,也许不太清楚其中的区别。下面通过例子,讲解这两者之间的区别。先看例子:';//14 echomb_strlen($str,'utf8').'';//6 echomb_strlen($str,'gb...
阅读全文
posted @ 2015-05-08 11:09 liuwenbohhh
阅读(228)
评论(0)
推荐(0)
解决下载文件时,多种浏览器下中文乱码问题
摘要:
阅读全文
posted @ 2015-05-08 11:00 liuwenbohhh
阅读(212)
评论(0)
推荐(0)
利用ajax,canvas实现的测试php程序占用内存的代码
摘要: receive.phpceshi.php Your browser does not support the canvas element.
阅读全文
posted @ 2015-05-08 09:29 liuwenbohhh
阅读(216)
评论(0)
推荐(0)
canvas的自动画图
摘要: Your browser does not support the canvas element.
阅读全文
posted @ 2015-05-07 17:47 liuwenbohhh
阅读(207)
评论(0)
推荐(0)
centos 80端口占用
摘要: netstat -lnp|grep 80kill -9 1777 #杀掉编号为1777的进程(请根据实际情况输入)service httpd start #启动apache
阅读全文
posted @ 2015-05-07 16:03 liuwenbohhh
阅读(472)
评论(0)
推荐(0)
html5之文件操作
摘要: 用来把文件读入内存,并且读取文件中的数据。FileReader接口提供了一个异步API,使用该API可以在浏览器主线程中异步访问文件系统,读取文件中的数据。到目前文职,只有FF3.6+和Chrome6.0+实现了FileReader接口。1、FileReader接口的方法FileReader接口有4...
阅读全文
posted @ 2015-05-05 17:08 liuwenbohhh
阅读(10237)
评论(0)
推荐(0)
jquery的this和$(this)
摘要: 1.JQuery this和$(this)的区别相信很多刚接触JQuery的人,很多都会对$(this)和this的区别模糊不清,那么这两者有什么区别呢? 首先来看看JQuery中的 $() 这个符号,实际上这个符号在JQuery中相当于JQuery(),即$(this)=jquery();也就是说...
阅读全文
posted @ 2015-05-03 21:50 liuwenbohhh
阅读(172)
评论(0)
推荐(0)
github的使用
摘要: 第一步 git config --global user.name "Richard" git config --global user.email richard@gmail.com第二步git initgit add .git commit -m "first commit"git remo...
阅读全文
posted @ 2015-04-30 15:56 liuwenbohhh
阅读(89)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
40
下一页
导航
博客园
首页
联系
订阅
管理
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
公告
加群交流:
github:
我的github
昵称:
liuwenbohhh
园龄:
10年6个月
粉丝:
7
关注:
10
统计
随笔 - 402
文章 - 0
评论 - 3
阅读 -
25万
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
php
(125)
js
(64)
mysql
(22)
linux
(21)
thinkphp
(16)
nodejs
(15)
yii
(14)
jquery
(11)
css
(11)
nginx
(8)
更多
随笔分类
php(1)
随笔档案
2020年3月(1)
2018年10月(1)
2018年1月(2)
2017年12月(1)
2017年5月(4)
2017年4月(1)
2017年3月(1)
2017年2月(1)
2016年12月(3)
2016年8月(2)
2016年7月(6)
2016年6月(7)
2016年5月(9)
2016年4月(4)
2016年3月(9)
2016年2月(3)
2016年1月(5)
2015年12月(9)
2015年11月(19)
2015年10月(19)
2015年9月(9)
2015年8月(17)
2015年7月(29)
2015年6月(9)
2015年5月(28)
2015年4月(76)
2015年3月(117)
2015年2月(6)
2015年1月(2)
更多
阅读排行榜
1. linux的shell函数参数(18285)
2. mysql建立索引(13239)
3. html5之文件操作(10237)
4. pomelo架构概览(8967)
5. php如何判断两个时间戳是一天(6853)
评论排行榜
1. redis配置文件中文解释(2)
2. php phppowerpoint(1)
推荐排行榜
1. php读取qqwry.dat ip地址定位文件的类(1)
2. linux的shell函数参数(1)
3. mysql建立索引(1)
4. html5做的一个激光条(1)
最新评论
1. Re:redis配置文件中文解释
@养家糊口啊 抛砖引玉下,麻烦指出不好的地方...
--liuwenbohhh
2. Re:redis配置文件中文解释
这翻译水准,很多地方非常误导读者
--养家糊口啊
3. Re:php phppowerpoint
这个怎么读取内容啊,找了好久,网上都是新建ppt文件的,或者修改ppt的,就是没有读取
--lippor
点击右上角即可分享