本月博客排行
-
第1名
arpenker -
第2名
kaizi1992 -
第3名
wy_19921005
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- javashop
- e_e
- tanling8334
- arpenker
- sam123456gz
- zysnba
- kaizi1992
- xiangjie88
- lemonhandsome
- ganxueyun
- xyuma
- Xeden
- wangchen.ily
- zhanjia
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- ajinn
- daizj
- xpenxpen
- wjianwei666
- ranbuijj
- 喧嚣求静
- kingwell.leng
- silverend
- lchb139128
- kristy_yy
- jveqi
- lich0079
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- zhangjijun
- lxguy
- lyndon.lin
最新文章列表
在不同浏览器中获取File Input的路径
<!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd"><html><head><title>File Input</title><meta http-equiv=&quo ...
升级到ubuntu11.04后遇到的一些问题的总结
1.ubuntu11.04安装apache2.2,php5.3,mysql5环境
一、ubuntu11.04
安装 Apache2:
sudo apt-get install apache2
sudo /etc/init.d/apache2 restart //
重启APACHE
错误
apache2: Could not reliably determine the se ...
09暑假笔记(7)-mediawiki中有些文件不能上传的问题
有时虽然已经在localsetting.php的上传设置里面增加了扩展名,但还是无法上传,那么需要查看一下includes/DefaultSetting.php设定了可以上传哪些文件类型$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg' );可以看出,允许上传的文件类型并不多.而且,有些文件为型是禁止上传的,比如规定如下$wgFileBlac ...