可自定义进度条 ClipLoading
- 授权协议: GPL
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://justinzzc.github.io/ClipLoading/
- 软件文档: https://github.com/justinzzc/ClipLoading/blob/master/readme.md
软件介绍
ClipLoading
外形可自定义的一个基于canvas的进度条
配置项
dom节点 element
可用配置项 options
基本使用方法
<head>
<script src="../clipLoading.js"></script>
</head>
<body>
...
<div class="loading" id="fire"></div>
...
<script>
var fire = new ClipLoading(document.getElementById('fire'));
</script>
</body
UNIX环境高级编程(第3版)
史蒂文斯 (W.Richard Stevens)、拉戈 (Stephen A.Rago) / 戚正伟、张亚英、尤晋元 / 人民邮电出版社 / 2014-6-1 / 128.00元
《UNIX环境高级编程(第3版)》是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的第3版。在本书第2版出版后的8年中,UNIX行业发生了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持前一版风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/......一起来看看 《UNIX环境高级编程(第3版)》 这本书的介绍吧!
