uniapp 开发
uniapp component
组件使用
组件自动导入123456"easycom":{ "autoscan": true, "custom": { "^tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue" // 匹配components目录内的vue文件 }}
tui-sticky 吸顶容器
包含 以下 tui 组件 :
tui-sticky
tui-list-view
tui-list-cell
123456789101112131415161718192021222324252627282930<tui-sticky :scrollTop="scrollTop" stickyHeight="104rpx" container> <!-- header start --> <template v-slot:header> ...
Docker被墙,如何继续使用?
Docker Download
自从docker官方仓库在中国大陆被墙后,docker的部署方式也发生了改变。解决docker安装问题:https://github.com/shenjianZ/docker_installer
安装docker
1sudo curl -fsSL https://gitee.com/tech-shrimp/docker_installer/releases/download/latest/linux.sh| bash -s docker --mirror Aliyun
启动docker
1sudo systemctl start docker
设置开机自启
1sudo systemctl enable docker
Docker pull images
将image下载到阿里云镜像仓库中解决docker pull 镜像问题:https://github.com/shenjianZ/docker_image_pusher
登录阿里云镜像服务 https://cr.console.aliyun.com/,
启用个人实例,创建一个命名空 ...
page
deploy
About me
about
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment