ch3.1 new c++11 language features 3.1.1 important minor syntax changes space in template expression vector< list<int> > // ok in each c++ version vect ...
分类:
其他好文 时间:
2019-10-13 20:55:20
阅读次数:
103
a.http是一个协议。 - 数据格式 - 一次请求和响应之后断开连接(短连接、无状态) b. 服务端可以向客户端主动推送消息吗?不可以 c. 服务端只能做出响应。 d. 为了伪造服务端向客户端主动推送消息的效果,我们使用:轮询和长轮询。 轮询的,就用一个定时器,2秒不断的发送请求。 长轮询--没有 ...
分类:
Web程序 时间:
2019-10-11 12:10:44
阅读次数:
109
css [v - cloak] { display: none!important; } html ...
分类:
其他好文 时间:
2019-10-10 16:12:56
阅读次数:
128
/*M/////////////////////////////////////////////////////////////////////////////////////////// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING ...
分类:
其他好文 时间:
2019-10-09 12:12:21
阅读次数:
68
马尔可夫决策过程 MDP 基于模型的动态规划方法(Model-Based,DP) 策略搜索 策略迭代 值迭代 无模型的强化学习方法(Model-Free) 蒙特卡洛方法(MC):效率不高,但是能够展现 model-free 类算法的特性; 时序差分方法(TD,Important):直接从 episo ...
分类:
其他好文 时间:
2019-10-08 23:58:32
阅读次数:
199
D. Distinct Characters Queries time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are g ...
分类:
其他好文 时间:
2019-10-07 21:11:46
阅读次数:
200
```cpp /* * * Name: Segment Tree * Copyright (C) 2017-2019 zhangtianli * */ /* * * basic operation * * - in main * - tree "name" * - init() *important... ...
分类:
其他好文 时间:
2019-10-05 20:38:22
阅读次数:
90
原题链接在这里:https://leetcode.com/problems/reverse-pairs/ 题目: Given an array nums, we call (i, j) an important reverse pair if i < j and nums[i] > 2*nums[j ...
分类:
其他好文 时间:
2019-10-05 10:29:35
阅读次数:
80
/*mUtils.js*/ export const param2Obj = url => { const search = url.split('?')[1] if (!search) { return {} } return JSON.parse('{"' + decodeURIComponen... ...
分类:
Web程序 时间:
2019-09-30 16:45:24
阅读次数:
112
设置黄色背景变成白色背景:input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;} input:-webkit-autofill:focus { box-shadow: 0 0 0px 1000px wh ...
分类:
其他好文 时间:
2019-09-27 21:00:40
阅读次数:
323