样式表: <style> .triangle_border_up{ width:0; height:0; border-width:0 60px 60px; border-style:solid; border-color:transparent transparent red;/*透明 透明 灰* ...
分类:
Web程序 时间:
2019-05-30 14:44:20
阅读次数:
122
1. Two Sum 两数之和 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each inp ...
分类:
编程语言 时间:
2019-05-30 01:30:50
阅读次数:
127
本篇如题,是对上一个鼠标滚动事件的扩充 具体扩充内容: 1.可以添加点击元素(control_up/control_down)来控制页面的滚动 2.可以选择触发方式(点击、滚轮滚动、点击和滚轮滚动) ...
分类:
其他好文 时间:
2019-05-29 00:04:12
阅读次数:
146
这个题一看就是最小生成树,但是这题关键是确定边权。 首先为了安慰奶牛,一定要遍历每个奶牛并且回到起点,所以每条边会被经过两次,而为了通过这条边必须和两端点奶牛谈话,因此要再加上两端点的c值。综上(i,j)边权为l(i,j) * 2 + c_i + c_j。 ...
分类:
其他好文 时间:
2019-05-28 19:55:39
阅读次数:
132
报错信息: error: RPC failed; curl 18 transfer closed with outstanding read data remainingfatal: the remote end hung up unexpectedlyfatal: early EOFfatal: ...
分类:
Web程序 时间:
2019-05-28 09:28:33
阅读次数:
5723
Qt 5.10Qt Data VisualizationBars Example Qt 5.10.0 Reference Documentation ContentsRunning the ExampleCreating the ApplicationSetting up the GraphAddi ...
分类:
其他好文 时间:
2019-05-26 23:43:38
阅读次数:
184
系统:Centos7.4环境:jdk1.8.151, tomcat8.5.37,jenkins2.157 1,安装Jenkins [root@localhost ~]# systemctl stop firewalld 先关闭防火墙 [root@localhost ~]#wget http://up ...
分类:
其他好文 时间:
2019-05-26 17:51:53
阅读次数:
153
html概述及html文档基本结构 html概述:HTML是Hyper Text Mark-up Language 的首字母简写,意思是超文本标记语言,超文本指的是超链接,标记指的是标签,是一种用来制作网页的语言,这种语言由一个个的标签组成,用这种语言制作的文件保存的是一个文本文件,文件的扩展名为h ...
分类:
Web程序 时间:
2019-05-26 16:18:56
阅读次数:
116
用dp解 1)up定义为nums[i-1] < nums[i] down nums[i-1] > nums[i] 两个dp数组, up[i],记录包含nums[i]且nums[i-1] < nums[i]的最长子序列长度 down[], 记录包含nums[i]nums[i-1] > nums[i]的 ...
分类:
其他好文 时间:
2019-05-26 16:02:55
阅读次数:
79
第一章 太阳之影 视频这里:https://www.bilibili.com/video/av53597872 刚刚看到的微信推送的游戏,手机版居然都出了,之前倒是没自己亲手玩过。写技术文之余,偶尔也娱乐下,哈哈哈。之前看过别的up主在B站发的视频,没事就看了全集。现在自己下载了手游版体验了下,剧情 ...
分类:
其他好文 时间:
2019-05-26 12:55:13
阅读次数:
112