You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is sisi ('R', 'G' and 'B' — colors of ...
分类:
其他好文 时间:
2020-02-29 10:19:53
阅读次数:
69
作者:struct_mooc 博客地址:https:////www.cnblogs.com/structmooc/p/12376601.html 一. Sublime text3的安装 1.sublime text3下载 这里有两种办法,如下: 1)直接从官网下载,下载地址为http://www.s ...
分类:
编程语言 时间:
2020-02-28 13:53:39
阅读次数:
77
https://www.alsa-project.org/alsa-doc/alsa-lib/pcm_external_plugins.html External Plugin: I/O Plugin The I/O-type plugin is a PCM plugin to work as th ...
分类:
其他好文 时间:
2020-02-28 01:03:06
阅读次数:
85
解决方法: 先将模板路径放置templates目录下,发现可以访问,说明th:replace是可以用的。 那可能是出现在路径问题上面。 于是我开始调错,改路径。 后来在网上查找资料。说了很多种方法。 第一种,见截图: 但上面应该写错了,不应该是ServletContextTemplateResolv ...
分类:
编程语言 时间:
2020-02-28 00:55:25
阅读次数:
735
var vm = new Vue({ el: '#example', data: { message: 'Hello' }, computed: { // 计算属性的 getter reversedMessage: function () { // `this` 指向 vm 实例 return th ...
分类:
移动开发 时间:
2020-02-27 11:39:54
阅读次数:
140
重置样式 @charset "utf-8"; html,body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;} body{font-si ...
分类:
Web程序 时间:
2020-02-27 01:08:07
阅读次数:
978
AtCoder Beginner Contest 152 F Tree and Constraints (容斥定理+树上路径的性质) We have a tree with NN vertices numbered 11 to NN. The ii th edge in this tree conn ...
分类:
其他好文 时间:
2020-02-27 00:49:31
阅读次数:
135
//归并排序 class ArrayList { constructor () { this.array = [] } insert (data) { return this.array.push(data) } mergeSort () { this.array = this.merge_1(th ...
分类:
编程语言 时间:
2020-02-26 20:45:42
阅读次数:
79
大概配置过程 视频讲解 1.下载安装:https://code.visualstudio.com/ 2.语言设置:先按左箭头所指的,然后输入chinese点击install进行下载安装即可 3.编译配置: MinGW-w64 - for 32 and 64 bit Windows 建议安装到c盘,安 ...
分类:
其他好文 时间:
2020-02-26 18:42:21
阅读次数:
111
th:text 用于显示值 th:object 接收后台传来的对象 th:action 提交表单 th:value 绑定值 th:field 绑定字段值 th:if 条件成立 th:unless 条件不成立 th:switch/th:case switch结构 th:each 遍历元素 th:fra ...
分类:
其他好文 时间:
2020-02-25 23:22:02
阅读次数:
85