If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0 with simple c ...
分类:
其他好文 时间:
2020-02-05 18:21:41
阅读次数:
84
QT_4 QMainWindow QMainWindow是一个为用户提供主窗口程序的类,包含一个菜单栏(menu bar)、多个工具栏(tool bars)、多个锚接部件(dock widgets)、一个状态栏(status bar)及一个中心部件(central widget),是许多应用程序的基 ...
11.特殊符号 <: < >: > 空格: 12.列表标签 1.无序列表-> <ul></ul> <li></li> 要符合嵌套的规范 type属性:改变前面标记的样式(一般都是用CSS去控制) 2.有序列表-> <ol></ol> <li></li> 有序列表用的非常少,经 ...
分类:
其他好文 时间:
2020-02-04 14:19:03
阅读次数:
80
链接地址为 https://mint-ui.github.io/docs/#/en2/loadmore ,这里需要注意引入的方式,我这里是用cdn的方式引入的。请结合官方API阅读本文章。2、在vue中注册对应组件loadmore 具体代码位置如下(也可使用全局注册)123456789101112n... ...
分类:
移动开发 时间:
2020-02-04 14:10:41
阅读次数:
172
html <body> <div id="wrapper" style="display: block;"> <div id="head"> <div class="head_wrapper"> <div class="form"> <div class="form_wrapper"> <div i ...
分类:
其他好文 时间:
2020-02-03 18:57:40
阅读次数:
76
java流程控制要点 一、java7增强后的switch switch语句后面的控制表达式的数据类型只能是byte、short、char、int四种整数类型,不能是boolean类型,java7以后允许枚举类型和java.lang.String类型。 二、循环结构控制 java提供了continue... ...
分类:
编程语言 时间:
2020-02-02 14:16:11
阅读次数:
85
plt.hist() 字体测试 plt.hist(x, bins=None, range=None, density=None, weights=None, cumulative=False, bottom=None, histtype='bar', align='mid', orientation ...
分类:
其他好文 时间:
2020-02-02 11:49:47
阅读次数:
81
Silence主题 一个简洁的主题, 不带广告,我很喜欢 cnblogs 域名解析 这需要注意一点是:github.io项目名需要和用户名一致才能正确访问,否则会报404 Markdown格式化编辑 类似的编辑器很多,但是代码行数很长的时候很多编辑器都强制换行了,而这个能加入横向滚动,发布到微信公众 ...
分类:
其他好文 时间:
2020-02-02 11:37:56
阅读次数:
56
1. legend位置 fieldset { position: relative; } legend { position: absolute; bottom: 0; right: 0; } ...
分类:
Web程序 时间:
2020-02-02 01:50:48
阅读次数:
108