轮播效果一 wxml: <view class='pageBox pageOne'> <view class='list'> <swiper indicator-dots="{{true}}" autoplay="{{false}}" previous-margin="{{'140rpx'}}" n ...
分类:
微信 时间:
2020-04-27 17:11:22
阅读次数:
491
mysql> select ts_code, max(end_date), debt_to_assets from tushare.fina_indicator group by ts_code; ERROR 1055 (42000): Expression #2 of SELECT list is ...
分类:
其他好文 时间:
2020-04-18 11:59:16
阅读次数:
76
create table fina_indicator(ts_code varchar(20) comment 'TS代码',ann_date date comment '公告日期',end_date date comment '报告期', ..... 报错信息:ERROR 1064 (42000) ...
分类:
数据库 时间:
2020-04-17 15:58:46
阅读次数:
84
用来实现 “滚动”和“缩放” 一、简单使用步骤: (1)创建UIScrollView; (2) 添加子控件; (3)设置滚动区域 注意:不能点击可能出现的情况 设置滚动区域 [scrollView setContentSize:self.btImage.frame.size]; 设置是否可以点击 [ ...
分类:
移动开发 时间:
2020-04-15 18:04:49
阅读次数:
79
wxml <!-- 轮播图 --> <view class='carousel'> <swiper class='carousel_swiper' indicator-dots="true" indicator-color="#f4f4f4" indicator-active-color="#4eb ...
分类:
微信 时间:
2020-04-13 12:08:35
阅读次数:
98
全局描述符 和一个段有关的信息需要 8 个字节来描述,所以称为 段描述符(Segment Descriptor) ,每个段都需要一个描述符。为了存放这些描述符,需要在内存中开辟出一段空间。在这段空间里,所有的描述符都是挨在一起,集中存放的,这就构成一个 描述符表 ,最主要的描述符表是 全局描述符表( ...
分类:
其他好文 时间:
2020-03-26 14:00:46
阅读次数:
101
介绍 现如今图神经网络取得了很大进展,最典型的两个模型是GCN模型和GAT模型,然而现有的图神经模型仍然存在以下两个问题: 1. 边特征未被有效考虑。比如GAT只考虑两个节点之间是否有边(binary indicator),GCN的边特征只能是一个实数(one dimensional real va ...
分类:
Web程序 时间:
2020-03-11 10:22:31
阅读次数:
106
template <van-swipe class="my-swipe-list" :autoplay="3000" indicator-color="#067EEA"> <van-swipe-item v-for="(item,index) in listTemp" :key="index"> < ...
分类:
其他好文 时间:
2020-02-28 21:09:07
阅读次数:
534
下载网址: CMORPH_blended: http://data.cma.cn/data/cdcdetail/dataCode/SEVP_CLI_CHN_MERGE_CMP_PRE_HOUR_GRID_0.10.html. PERSIANN_CDR: https://climatedataguid ...
分类:
其他好文 时间:
2020-02-25 16:04:53
阅读次数:
139
1.首先按顺序找到idea菜单栏中 File => Settings => Appearance & Behavior => Appearance中的window options选项,勾选show memory indicator选项卡。 2.然后找到编辑器顶部菜单栏中的Help => Edit c ...
分类:
其他好文 时间:
2020-02-09 16:39:01
阅读次数:
109