码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
MySQL/MariaDB随笔一
1.yum 安装后先跑一下系统自带的安全脚本,否则数据库很不安全,任何人都可以登录 [root@xixi ~]# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL Maria ...
分类:数据库   时间:2020-04-21 20:04:50    阅读次数:127
boost serialization: intrusive and non-intrusive
boost serialization it has 2 modes: intrusive and non intrusive intrusive mode non intrusive mode How does boost impl the 2 modes? A: By function over ...
分类:其他好文   时间:2020-04-21 15:28:44    阅读次数:71
Koa源码解读
Koa源码解读 给你一个无删减版代码的Koa源码解读,几乎每一行以及导入的库都有解读喔。 NOTE:本文的Koa源码版本为2.11.0 一、Koa源码 在看源码之前,先记住一句话: 整个过程实际就是在对 请求信息 进行信息获取及判断 和 对 回应信息 进行数据的逻辑及添加的处理 context使用n ...
分类:其他好文   时间:2020-04-21 00:00:44    阅读次数:74
495. Teemo Attacking
问题: 给定一个攻击时间点数组,和每一次攻击所持续的时间长度。 求在攻击时间点数组的攻击下,一共能持续多久。 Example 1: Input: [1,4], 2 Output: 4 Explanation: At time point 1, Teemo starts attacking Ashe ...
分类:其他好文   时间:2020-04-19 12:46:49    阅读次数:54
A - Mahmoud and Ehab and the bipartiteness CodeForces - 862B (二分图)(黑白染色)
Examples input Copy 31 21 3 output Copy 0 input Copy 51 22 33 44 5 output Copy 2 Note Tree definition: https://en.wikipedia.org/wiki/Tree_(graph_theor ...
分类:其他好文   时间:2020-04-19 00:30:02    阅读次数:83
css文本样式
文本常用的css样式: color 设置文字的颜色,如: color:red; font-size 设置文字的大小,如:font-size:12px; font-family 设置文字的字体,如:font-family:'微软雅黑'; font-style 设置字体是否倾斜,如:font-style ...
分类:Web程序   时间:2020-04-18 23:10:29    阅读次数:79
674. Longest Continuous Increasing Subsequence
Problem : Given an unsorted array of integers, find the length of longest continuous increasing subsequence (subarray). Example 1: Example 2: Note: Le ...
分类:其他好文   时间:2020-04-18 14:06:13    阅读次数:59
PyTorch学习(一)
"PyTorch官网" "PyTorch官方教程" "PyTorch官方文档" "动手学深度学习PyTorch版" 安装 新建环境: 安装一些可能要用到的包(非必须,看自己情况): 安装PyTorch: GPU版根据CUDA版本不同命令也不同,可以去 "这里" 查看安装命令 ...
分类:其他好文   时间:2020-04-17 21:46:01    阅读次数:65
Elasticsearch系列---聚合查询原理
介绍聚合查询的内部原理,正排索引是如何建立的和优化的,fielddata的使用,最后简单介绍了聚合分析时如何选用深度优先和广度优先 ...
分类:其他好文   时间:2020-04-17 09:17:05    阅读次数:56
How to reset Nissan 350Z SRS light on after replacing clock spring?
Car model and year: GT - 2006 Nissan 350Z RevUp DE Note : GT model of 350z has a traction control whereas the base models don't (apparently). So, if y ...
分类:编程语言   时间:2020-04-16 15:10:21    阅读次数:152
7370条   上一页 1 ... 33 34 35 36 37 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!