分类 web前端 下的文章

webpck不能编译这个属性-webkit-box-orient: vertical

https://github.com/fanyifanbumaimeng/Articles/issues/48

/* autoprefixer: ignore next */
-webkit-box-orient: vertical;

autoprefixer版本是6.3.3,用 autoprefixer: off /可以解决问题,用/ autoprefixer: ignore next /不行。新版本,所以使用/ autoprefixer: ignore next */是可以的。

公钥加密,也叫非对称(密钥)加密(public key encryption),属于通信科技下的网络安全二级学科,指的是由对应的一对唯一性密钥(即公开密钥和私有密钥)组成的加密方法。它解决了密钥的发布和管理问题,是商业密码的核心。在公钥加密体制中,没有公开的是私钥,公开的是公钥。

- 阅读剩余部分 -