centos 编译安装apache httpd

wget http://mirror.bit.edu.cn/apache/httpd/httpd-2.4.39.tar.gz wget http://mirror.bit.edu.cn/apache/apr/apr-1.7.0.tar.gz wget http://mirror.bit.edu.cn/apache/apr/apr-util-1.6.1.tar.gz 解...

ASP.NET CORE中的IOC注册类的三种方式

AddSingleton(): When we use the AddSingleton() method to register a service, then it will create a singleton service. It means a single instance of that service is created and that singleton in...

安卓 andriod 4.2 html5 video标签loop属性不循环播放的问题

给威海税务大厅调整试电视机顶盒APP时,APP里面是一个HTML5网页,遇到HMLT5无法循环播放视频的问题。经过上网查资料,发现andriod4.2确实会存在这个问题,解决的办法就是不用loop属性,使用Js来控制循环播放。代...

linux创建大文件

例如创建一个50M大小的文件 dd if=/dev/zero of=50M.file bs=1M count=50