摘要:
微信小程序轮播图实现,比Android 轮播图来说,显得轻松多了。微信小程序提供swiper组件,官网api提供的swiper滑块视图容器。 属性名类型默认值说明 autoplay Boolean false 是否自动切换 current Number 0 当前所在页面的 index interva 阅读全文
摘要:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici 阅读全文
摘要:
1. 基本介绍 MySQL 内建的复制功能是构建大型,高性能应用程序的基础。将 MySQL 的 数亿分布到到多个系统上去,这种分步的机制,是通过将 MySQL 的某一台主机的数据复制到其它主机( Slave )上,并重新执行一遍来实现的。复制过程中一个服务器充当服务器,而一个或多个其它服务器充当从服 阅读全文