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来控制循环播放。代...
MySQL查询IP地址是否在某个区间
SELECT * FROM table where (INET_ATON("127.0.1.2") BETWEEN INET_ATON(ipstart) AND INET_ATON(ipend));
MySQL按关键字截取字符串substring_index
SELECT ip, SUBSTRING_INDEX(ip, '-', 1) AS ipstart, SUBSTRING_INDEX(ip, '-', -1) AS ipend FROM orgip;
make: protoc: Command not found
apt-get install protobuf-compiler
add-apt-repository universe 报错命令不存在
可以使用下面的命令代替 apt-get install -y software-properties-common
MySQL查看建表脚本
SHOW CREATE TABLE 表名
linux创建大文件
例如创建一个50M大小的文件 dd if=/dev/zero of=50M.file bs=1M count=50
Windows子目录映射到根目录
subst [盘符] [要映射的路径] 解除映射: subst /d [盘符]
