教办幼儿园摇号未录取。公益性幼儿园摇号未录取。
成都市公益性幼儿园新生名单张榜公示,我们现居地附近公益幼园还有空余学位。补录是最后一丝希望。
妻子打电话催促我马上回家登记。
Continue reading [转载] 幼园摇号记
教办幼儿园摇号未录取。公益性幼儿园摇号未录取。
成都市公益性幼儿园新生名单张榜公示,我们现居地附近公益幼园还有空余学位。补录是最后一丝希望。
妻子打电话催促我马上回家登记。
Continue reading [转载] 幼园摇号记
if you are trying to attache the new network interface for your Ubuntu 18.04 EC2 instance, this post might help you to figure out.
Continue reading Set up your Secondary Network Interface for Ubuntu 18.04
this post will teach you how to deploy your own Docker registry and how to use Microsoft Azure Devops to automatically building your Github Go project, and deploy to your Docker Swarm Server
Continue reading Use Azure Devops Pipeline to build && deploy your project
this post will teach you how to deploy Kubernetes in multiple nodes mode based on Docker
Continue reading CentOS 7 Kubernetes Master-Node installation guide
用了好几个月的centos虚拟机在某次断电中突然发现启动不起来了,出现类似metadata I/O error: block 0x1 ("xfs_trans_read_buf_map")
这样的错误, 该虚拟机的逻辑卷使用xfs分区格式
查阅了stackoverflow后,使用一条命令即解决了该问题 xfs_repair -v -L /dev/dm-0
打造一个帅气的监控需要什么:
获取图片mime这种问题网上一搜就是mimetypes
的guess()
, 这种根据后缀判断文件类型的方式就有点曲线救国了,根据Ficapy介绍,unix上一般大多数的文件在开头都会有一串magic number(幻数),但不是所有文件都包含,根据幻数可以较准确判断出文件的类型 unix下允许使用后缀来标识文件类型,但实际上文件标不标后缀都是由开发者决定的
装饰器的主要作用是,在不修改其他函数的前提下,为被封装函数添加代码,装饰器语法优美,big很高
python装饰器一个使用的例子,主要功能是爬取网页,然后计算爬了多长时间 Continue reading Python装饰器使用例子 网页爬取测速