最近的一个项目中要使文字垂直排列,也就是运用了CSS的writing-mode属性。 writing-mode最初时ie中支持的一个属性,后来在CSS3中增添了这一新的属性,所以在ie中和其他浏览器中的语法会有区别。 1.0 CSS3标准 demo 2.0 IE中 由于历史的原因,IE下该属性值则显 ...
分类:
Web程序 时间:
2018-07-08 13:53:59
阅读次数:
202
Best practices for writing Dockerfiles This document covers recommended best practices and methods for building efficient images. Docker builds images ...
分类:
其他好文 时间:
2018-07-05 21:27:44
阅读次数:
157
问题描述: 今天一同事在mysql中执行SQL语句的时候,报了/tmp空间不足的问题,报错如下: 故障分析: 通过以上的错误提示,可以知道是在执行SQL的时候,创建临时表进行排序的时候,/tmp空间不足导致的. 故障处理: 1.查看磁盘上tmp空间大小,发现/tmp空间剩余5.2GB 2.与同事沟通 ...
分类:
数据库 时间:
2018-07-05 19:59:06
阅读次数:
1587
[TOC] PS:本以为博客园的markdown进化了,想用一下toc,结果还是有很多不足,所以保留了自动添加目录的脚本,于是这篇博客有两份目录。 markdown环境:typora 首发日期:2018 07 04 标题语法 效果等同: 等同于html中的h1,h2,h3,h4,h5,h6,所以只有 ...
分类:
其他好文 时间:
2018-07-04 16:02:06
阅读次数:
152
Talk with a partner ['pɑ?tn?] (伙伴) 与同伴说一说 Comple the words 写全单词 first second third last name area code phone number Read the ID card . Complete the se ...
分类:
其他好文 时间:
2018-07-03 22:29:17
阅读次数:
162
一、RPM 准备环境 安装脚本setup.py内容如下: 在linux环境下执行打包编译命令: python2 setup.py bdist --formats=rpm formats参数=wininst则会打包为.exe程序 创建安装程序或包时,会出现一些错误和警告,只要看到 writing ma ...
分类:
编程语言 时间:
2018-07-03 20:11:21
阅读次数:
172
1. package.json 2. karma.config.js 3. test-context.js Reference: http://www.syntaxsuccess.com/viewarticle/writing-jasmine-unit-tests-in-es6 ...
分类:
其他好文 时间:
2018-07-03 18:16:55
阅读次数:
197
在内网主机CentOS 6.5新增一个2T硬盘,先关机断电再连接硬盘数据线和电源线。查看当前磁盘设备信息:[root@linuxidc ~]# fdisk -lWARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU
分类:
其他好文 时间:
2018-06-29 12:06:06
阅读次数:
173
I am writing a python script from which I hope to call the Matlab anovan function. I have attempted a basic test of this feature on file test.txt. Thi ...
分类:
编程语言 时间:
2018-06-28 13:50:48
阅读次数:
509
目的:所有的日志输出到共享存储目录中 方法:将 tomcat 的日志放置到 /data/logs/serverapi/ 下, 1. 修改tomcat/conf下的logging.properties 2. 修改tomcat/bin/catalina.sh ...
分类:
其他好文 时间:
2018-06-22 15:31:24
阅读次数:
225