码迷,mamicode.com
首页 >  
搜索关键字:important    ( 1878个结果
Chapter3 New Language Features
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
WebSocket协议
a.http是一个协议。 - 数据格式 - 一次请求和响应之后断开连接(短连接、无状态) b. 服务端可以向客户端主动推送消息吗?不可以 c. 服务端只能做出响应。 d. 为了伪造服务端向客户端主动推送消息的效果,我们使用:轮询和长轮询。 轮询的,就用一个定时器,2秒不断的发送请求。 长轮询--没有 ...
分类:Web程序   时间:2019-10-11 12:10:44    阅读次数:109
vue 实例未加载完成显示 花括号解决方案
css [v - cloak] { display: none!important; } html ...
分类:其他好文   时间:2019-10-10 16:12:56    阅读次数:128
OpenCV Mat&Operations
/*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
Codeforces Round #590 (Div. 3) C——1234C Pipes
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
LeetCode 493. Reverse Pairs
原题链接在这里: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
mockjs 模拟实现增删改查
/*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 自动填充颜色改变或透明
设置黄色背景变成白色背景: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
1878条   上一页 1 ... 24 25 26 27 28 ... 188 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!