本文和大家重点讨论一下DIV高度自适应的三种有效解决方法,它们分别是一是JS法、二是背景图填充法、三是“补丁大法”(比较变态)。 DIV高度自适应的三种有效解决方法 DIV+CSS设计俨然已成网页设计界的标准...
国外的上传图片工具,可以有自己的空间
Cpied form : http://cloudinary.com/blog/introducing_a_complete_and_modern_ui_widget_for_cloud_based_image_uploading#face_detection_based_cropped_thumbnail Many websites and mobile a...
Top 10 mistakes in handling website images and how to solve them
Images are a major part of any modern website. Images nowadays account to more than 60% of a website's total bandwidth. This is even more pronounced when dealing with cutting-edge web design. On ...
ftp问题:解决vsftpd的refusing to run with writable root inside chroot错误
升级vsftpd或者vsftpd-ext后,登录时可能会出现这样的错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这是由于下面的更新造成的: - Add stronger checks for the configurat...
httpd 两种工作类型prefork和worker工作模式
Apache is the most common and famous webserver. Everyone knows about apache and most of us also have hands on experience with apache. But few of us know that apcahe2 comes with 2 multi processing m...
百度BAE,让我爱又恨
提起百度的bae,有他很多的优点和创新之处,但是缺点也是很多的。下面唠叨唠叨我对他的爱和恨。 低廉的价格,速度的保证,在全国乃至国外都有访问速度的保证。svn和git的提交代码,为我们代码的回滚提供了方便...
there are stopped jobs问题解决
当我们要退出linux系统的时候,有的时候就会弹出“there are stopped jobs” 这个信息 ,这是因为我们有强制阻止的jobs。 通过jobs -l 可以列出被终止的jobs.我们可以通过kill 命令杀死他门 或者job %1 杀死第一...
给软件添加右键菜单
当我们使用绿色版的软件时候,是不需要向注册表中写入数据的,但是这个也带来了一个问题,比如我经常使用的编辑软件sublime.他的绿色版未对注册表进行编辑,我们想用它打开一个软件就很不方便。能不能让他在右键...
织梦后台添加文章时,提示标题不能为空
问题症状:V5.7登录后台后,发布英文标题没问题,发布中文会提示“标题不能为空”。 问题根源:htmlspecialchars在php5.4默认为utf8编码,gbk编码字符串经 htmlspecialchars 转义后的中文字符串为空,也就是标题...
thinkphp部署注意事项
thinkphp 部署的时候需要注意一些事项:否则你会发现一些本地环境明明没有任何问题,但是服务器上却是运行错误。 1.对配置文件的修改,因为本机和服务器的数据库或者其他配置不一定是一致的。 2.需要清除缓...