LAMP搭建1.apache集成了php模块,apache和php相对于一个东西。yuminstallhttdp-yyuminstallphp-yyuminstallmysqlmysql-server,创建完数据库之后,mysqladmin-urootpasswordyujiangleimysql的配置文件在/usr/share/mysql/mysql-medium.cnf/etc/my.cnf配置文件:HTTP/etc/httpd/..
分类:
其他好文 时间:
2014-09-24 19:15:27
阅读次数:
164
Struts上传和下载一、文件单个上传fileupload.jar1.upload.jsp,注意enctype="multipart/form-data",type="file"1 2 上传文件:3 ...
分类:
其他好文 时间:
2014-09-24 18:54:57
阅读次数:
162
路由,就是不同的URL有不同的处理方式,例如/start的“业务逻辑”和/upload的不同。在现在的现实下,路由过程会在路由模块中“结束”,并且路由模块并不是真正针对请求采取行动的处理程序模块,所以,当处理程序变更时,需要修改的内容不用涉及到路由。通常在请求处理程序就绪的时候设置路由。当应用程序需...
分类:
Web程序 时间:
2014-09-24 18:20:17
阅读次数:
200
dpi是什么呢?dpi是“dot per inch”的缩写,每英寸像素数。四种密度分类: ldpi (low), mdpi (medium), hdpi (high), and xhdpi (extra high)一般情况下的普通屏幕:ldpi是120,mdpi是160,hdpi是240,xhdpi...
分类:
移动开发 时间:
2014-09-24 11:55:06
阅读次数:
175
php测试文件 <?php header("Content-type:text/html;charest=utf-8"); $fileDir=‘Upload/File/content.txt‘; echo ‘文件路径:‘.$fileDir.‘<br/>‘; echo ‘路径目录|dirname():‘.dirname($fileDir).‘<br/>‘; echo ...
分类:
Web程序 时间:
2014-09-24 01:52:45
阅读次数:
205
A text file is a sequence of characters stored on a permanent medium like a hard drive, flash memory, or CD-ROM. To read a file, you can use open to c...
分类:
其他好文 时间:
2014-09-23 02:45:53
阅读次数:
267
一,实验目的利用Haproxy+Discuz实现数据的动静分离二,实验模型三,实验环境四,实验内容1,首先在node2,3上安装http服务,安装PHP2,提供NFS文件共享存储配置node2的web根目录为nfs共享目录为挂载在node3的文件根目录下。node3:mount-tnfs172.16.18.1:/var/www/html/upload/v..
分类:
其他好文 时间:
2014-09-23 02:27:14
阅读次数:
322
一、下载文件夹wgetftp://hehe[:port]/upload/wordpress-3.9.2/*--ftp-user=test--ftp-password=test-r
#tip:url一定要打开到需下载的目录,并在该目录上层用*表示全部二、下载多个文件ftp客户端登陆
ftp127.0.0.1
#关掉提示(不再每个文件提示是否y)
promptoff
#拿到test下..
分类:
系统相关 时间:
2014-09-22 19:57:33
阅读次数:
246
http { ? ? include ? ? ? mime.types; ? ? default_type ?application/octet-stream; ? ? client_max_body_size 50m...
分类:
其他好文 时间:
2014-09-22 15:13:43
阅读次数:
224
dpi是什么呢? dpi是“dot per inch”的缩写,每英寸像素数。 四种密度分类: ldpi (low), mdpi (medium), hdpi (high), and xhdpi (extra high) 一般情况下的普通屏幕:ldpi是120,mdpi是160,hdpi是240,xh...
分类:
移动开发 时间:
2014-09-22 14:00:32
阅读次数:
243