如果你想要学习商品期货量化或者讨厌文华财经之类的软件给你的限制,现在就开始学习编程吧 ...
分类:
其他好文 时间:
2019-05-08 14:32:51
阅读次数:
220
先说一下flex一系列属性: 一、flex-direction: (元素排列方向) ※ flex-direction:row (横向从左到右排列==左对齐) ※ flex-direction:row-reverse (与row 相反) ※ flex-direction:column (从上往下排列= ...
分类:
其他好文 时间:
2019-04-30 10:46:07
阅读次数:
127
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <div class="par"> <div class="cld1">1</div> <div cla ...
分类:
Web程序 时间:
2019-04-26 13:02:12
阅读次数:
355
前言 这是个老掉牙的需求啦,不过仍然有很多人在网上找解决方案,特别是搜索结果排名靠前的那些,都是些只会介绍兼容性不好的使用-webkit-line-clamp的方案。 如果你看到这篇文章,可能代表你正是从那么多千篇一律的文章中跳转过来的,想找更好地方案的。那恭喜你,没有更好的,只有更合不合适的,当然 ...
分类:
Web程序 时间:
2019-04-24 17:33:23
阅读次数:
176
说起text-align,大家一定都不觉得陌生,我们常用关键字left、right、center实现行内元素相对父元素左、右、居中对齐,当然我们也使用justify来实现文本两端对齐。 如上图,两端对齐相对于左对齐,视觉上显得整齐有序。但justify对最后一行无效,通常这样的排版对整段文字是极好的 ...
分类:
Web程序 时间:
2019-04-23 15:48:08
阅读次数:
138
KIT305/KIT607Assignment 2Implementation and Evaluation of a Mobile ApplicationJournal and Mood Tracking ApplicationDue DateThe assignment has three as ...
分类:
其他好文 时间:
2019-04-19 19:44:58
阅读次数:
94
display: -webkit-box; display: -webkit-flex; -webkit-box-pack: justify; -webkit-box-align: center; -webkit-justify-content: space-between; ...
分类:
其他好文 时间:
2019-04-15 10:27:50
阅读次数:
168
<!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i ...
分类:
其他好文 时间:
2019-04-11 19:43:05
阅读次数:
518
1.安装node版本是6.11.3 2.安装淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org 3.npm install appium@1.7.2 -g 4. 安装 https://github.com/appiu ...
分类:
移动开发 时间:
2019-04-11 14:27:26
阅读次数:
290
A:对列表“60,35,81,98,14,47”进行排序 序号: 0 1 2 3 4 5 A[i]: 60 35 81 98 14 47 Count[0]: 0 0 0 0 0 0 i = 0 Count[1]: 3 0 1 1 0 0 i = 1 Count[1]: 1 2 2 0 1 i = 2 ...
分类:
编程语言 时间:
2019-04-10 20:29:47
阅读次数:
716