- 博客(4)
- 资源 (17)
- 收藏
- 关注
原创 centos7 下磁盘挂载(自用记录)
fdisk /dev/vdcnp1wqmkfs.xfs /dev/vdc1mkdir /datamount -o noatime /dev/vdc1 /dataecho '/dev/vdc1 /data xfs defaults,noatime 0 0' >>/etc/fstab
2020-03-18 17:22:25
153
原创 openresty安装步骤(自用)
1 wgethttps://openresty.org/download/openresty-1.13.6.1.tar.gzhttps://openresty.org/download/openresty-1.15.8.1.tar.gz(当前最新版)2 tar -xzvfopenresty-1.13.6.1.tar.gz3 cdopenresty-1.13.6.1...
2020-03-18 17:19:56
257
原创 angular 背景图片,当图片不存在时显示默认图片
htmldirectivexxx.directive('errorSrc', function () { var errorSrc = { link: function postLink(scope, element, attrs) { element.bind('error', function() {
2015-04-01 14:44:58
3216
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅