学习表格 <table>:标签 表格 <th>用来定义一个表格的表头 <tr>用来定义表格内的行 <td>用来定义一个表格的单元格 tr 是行 td 是单元格 在学习中要一边练习一边学习 要加深学习后的知识印象。 ...
分类:
Web程序 时间:
2019-05-30 21:58:18
阅读次数:
158
134. Gas Station There are N gas stations along a circular route, where the amount of gas at station iis gas[i]. You have a car with an unlimited gas ...
分类:
Web程序 时间:
2019-05-29 23:43:11
阅读次数:
160
@RequestMapping(value = "down",method = RequestMethod.GET) @ResponseBody public void down(HttpServletRequest request, HttpServletResponse response) th... ...
分类:
编程语言 时间:
2019-05-29 14:54:54
阅读次数:
131
TH-Nebula是开源的业务风控系统,本文以撞库场景为例,把手教你部署本系统,以及如何利用咱们这套风控来阻断风险,并提供模拟测试demo。 ...
分类:
其他好文 时间:
2019-05-29 14:28:24
阅读次数:
192
搭建试验测试环境时,为了减少搭建时产生的未知错误导致已经完成的部分前功尽弃,我一般习惯步步为营,将阶段性完成部分做快照,待试验环境搭建和测试完成之后,再从后往前逐个删除所做快照以合并到虚机硬盘中。同一个虚机创建快照越多虚机的运行效率就越慢,删除合并快照可以显著提高虚机运行效率。
分类:
其他好文 时间:
2019-05-29 10:35:35
阅读次数:
245
创建自己的QwtPlot (1) 增加一个类比如curvePlotWidget,继承自QwtPlot (2)代码示例 1 curvePlotWidget::curvePlotWidget(QWidget *parent) 2 : QwtPlot(parent) 3 { 4 ui.setupUi(th ...
分类:
其他好文 时间:
2019-05-27 09:19:15
阅读次数:
620
1,本机电脑在某一盘符内创建文件夹,用于虚拟机存储2,打开VM,菜单文件-》新建虚拟机3,默认(选择配置类型:自定义高级)-》默认(硬件功能兼容性版本:workstation15.x)-》默认(操作系统安装来源:稍后安装操作系统)-》默认(操作系统:linux,版本centos764位)-》centos虚拟机命名及存放目录(第一步创建的目的文件夹)-》默认(处理器配置,全为1)-》虚拟机内存,滚动
分类:
系统相关 时间:
2019-05-26 17:38:36
阅读次数:
162
定义一个委托实现回调函数 public delegate void CallBackDelegate(string message); 程序开始的时候 //把回调的方法给委托变量 CallBackDelegate cbd = CallBack; //启动线程 Thread th = new Thre ...
分类:
编程语言 时间:
2019-05-26 16:22:20
阅读次数:
141
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs ...
分类:
其他好文 时间:
2019-05-26 12:48:18
阅读次数:
99
Given two words (beginWord and endWord), and a dictionary's word list, find all shortest transformation sequence(s) from beginWord to endWord, such th ...
分类:
其他好文 时间:
2019-05-26 09:45:18
阅读次数:
99