Spring的@RequestBody非常牛x,可以将提交的json直接转换成POJO对象。 正好今天有这样的需求,使用一下,结果一直报415,十分头疼。 HTTP 415 错误 – 不支持的媒体类型(Unsupported media type) 我的angularJs是这样写的 url与scop ...
分类:
编程语言 时间:
2017-02-26 12:48:23
阅读次数:
189
URL: cnblogs.com: https://home.cnblogs.com/u/--CYH--/ github.com : https://github.com/JohnsonGreen Error: It is a project of analyzing “weibo”. I buil ...
分类:
其他好文 时间:
2017-02-26 12:21:55
阅读次数:
164
链接:https://www.nowcoder.com/practice/e08819cfdeb34985a8de9c4e6562e724?tpId=46&tqId=29030&tPage=1&rp=1&ru=/ta/leetcode&qru=/ta/leetcode/question-rankin ...
分类:
其他好文 时间:
2017-02-26 12:08:35
阅读次数:
207
此问题发生的条件是: 用bitcore官方提供的方式在linux进行npm安装,报错: Downloading bitcoin: https://github.com/bitpay/bitcoin/releases/download/v0.12.1-bitcore-4/npm ERR! Linux ...
分类:
系统相关 时间:
2017-02-26 12:06:29
阅读次数:
986
jQuery Validation插件为表单提供了强大的验证功能,让客户端表单验证变得更简单,同时提供了大量的定制选项,满足应用程序各种需求。 一、下载 插件下载地址:https://jqueryvalidation.org/ 二、使用 引入js文件: js代码: 三、API 1、rules:定义校 ...
分类:
Web程序 时间:
2017-02-26 11:58:51
阅读次数:
839
ES cluster 提供了针对不同模块的参数设置,可通过修改集群上各个节点的elasticsearch.yml文件,也可在集群运行时通过api接口来更新(https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster- ...
分类:
其他好文 时间:
2017-02-26 08:19:27
阅读次数:
258
https://leetcode.com/problems/serialize-and-deserialize-binary-tree/?tab=Description 下面这个解法里面的C++部分很好: https://discuss.leetcode.com/topic/28041/recurs ...
分类:
其他好文 时间:
2017-02-26 01:16:03
阅读次数:
181
题目: https://leetcode.com/problems/distinct-subsequences/?tab=Description 一般没有明显思路的情况下,都要想想DP,用下Divide-and-Conque 下面的思路很好,很清晰 https://discuss.leetcode. ...
分类:
其他好文 时间:
2017-02-26 01:15:05
阅读次数:
148
MicroSoft维护的caffe已经作为官方的caffe分支了,编译方式也改了,刚好最近重装了一次caffe windows, 记录一下里面的坑 https://github.com/BVLC/caffe/tree/windows 安装有两种方案: 方案一:使用vs2015,缺点要最新的win10 ...
前言:ijkplayer中一些问题记录优化,看下Agenda:
1、在弱网时如何优化
2、ijkplayer播放卡顿如何优化
3、如何支持https链接播放?
4、如何降低ijkplayer延迟效应
...
分类:
其他好文 时间:
2017-02-26 00:13:12
阅读次数:
4799