data: msgList: [ { title: '你有一笔奖励待发放' }, { title: '1.8元津贴到账,快点去打车吧' }, { title: '单单八折赢iPhone,一路迎春“发”' } ], wxml: <view class="notice"> <view class="le ...
分类:
微信 时间:
2021-02-26 12:53:34
阅读次数:
0
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:
其他好文 时间:
2021-02-25 12:03:20
阅读次数:
0
手机屏展示这样的效果,用swiper去实现, <template> <view class="container"> <view class="mas-promo-swiper-scroll-wrapper" :style="{ transform:'translateX(' +swiperMarg ...
分类:
移动开发 时间:
2021-02-25 11:49:26
阅读次数:
0
之前一般用 Cocoapods 和 Carthage 的管理工具来管理三方控件。 Swift Package Manager(Swift 包管理器,下面我们简称 SPM )就是一个用来管理 Swift 代码的分配的官方工具, 它为 Swift 编译系统集成了自动进行下载、编译和连接依赖的过程。 比如 ...
分类:
编程语言 时间:
2021-02-24 13:14:11
阅读次数:
0
1.自定一个注解 package com.hc.manager.common.aop.annotation;import java.lang.annotation.*;/** * LogAnnotation * * @author summer.chou * @version V1.0 * @dat ...
分类:
编程语言 时间:
2021-02-24 13:08:30
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2021-02-23 14:31:40
阅读次数:
0
翻译自微软官网 https://docs.microsoft.com/en-us/dotnet/desktop/wpf/advanced/dependency-properties-overview?view=netframeworkdesktop-4.8 1、依赖属性和CLR属性 在WPF中,属性 ...
搭建 Apache RocketMQ 单机环境 qianghong000关注0人评论1643人阅读2016-04-26 11:14:58 环境需求: 64位操作系统,建议使用Linux / Unix / CentOs7.3 64bit JDK 1.8+ Maven 3.2.x 一、安装Maven 安 ...
分类:
Web程序 时间:
2021-02-23 14:12:57
阅读次数:
0
史上最强鸿蒙教程来袭!大厂Offer拿到手软啊!成功收获美团,小米安卓offer ...
分类:
移动开发 时间:
2021-02-22 12:02:50
阅读次数:
0
\1. 查看Linux启动的服务 . 代码如下: chkconfig --list 查询出所有当前运行的服务 chkconfig --list atd 查询atd服务的当前状态 2.停止所有服务并且在下次系统启动时不再启动,如下所示: . 代码如下: chkconfig --levels 12345 ...
分类:
系统相关 时间:
2021-02-22 11:50:57
阅读次数:
0