码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
单词篇:(单词识记9)
play [v.]玩;游戏;演奏 同义替换词:game, competition, drama, sport 【词组】 playa role:起作用 形近词 display[v.] 陈列;展览;显示 playground[n.] 操场;运动场 family [n.]家,家庭;家族[adj.]家族的; ...
分类:其他好文   时间:2018-06-06 01:01:52    阅读次数:197
May 25. 2018 Week 21st Friday
Nothing for nothing. 不费力气,就一无所得。 These days I am busy in compiling a lightweight communication libraries for Python3.6 on windows. It is not a easy jo ...
分类:其他好文   时间:2018-06-05 10:14:54    阅读次数:144
自动曝光修复算法 附完整C代码
众所周知, 图像方面的3A算法有: AF自动对焦(Automatic Focus)自动对焦即调节摄像头焦距自动得到清晰的图像的过程 AE自动曝光(Automatic Exposure)自动曝光的是为了使感光器件获得合适的曝光量 AW自动白平衡(Automatic White Balance)白平衡的 ...
分类:编程语言   时间:2018-06-02 16:39:02    阅读次数:234
git 使用详解(3)—— 最基本命令 + .gitignore 文件
Git 基础 本章将介绍几个最基本的,也是最常用的 Git 命令,以后绝大多数时间里用到的也就是这几个命令。读完本章,你就能初始化一个新的代码仓库,做一些适当配置;开始或停止跟踪某些文件;暂存或提交某些更新。我们还会展示如何让 Git 忽略某些文件,或是名称符合特定模式的文件;如何既快且容易地撤消犯 ...
分类:其他好文   时间:2018-05-31 10:38:24    阅读次数:149
galera
galera cluster的设计与实现 Galera Cluster的优点 对等的multi-master,share nothing的高冗余结构 中间层 --建立连接、管理连接池,均衡负载,实现客户端与实例重连 galera参数解析 状态参数 20180530 galera的验证方法 binlo ...
分类:其他好文   时间:2018-05-30 21:28:19    阅读次数:215
RHEL 6.5----Varnish缓存服务器
官网: http://www.varnish-cache.org/releases/index.html 软件包官方下载地址: https://packagecloud.io/varnishcache/varnish41?page=1 https://packagecloud.io/varnishc ...
分类:其他好文   时间:2018-05-23 18:56:50    阅读次数:393
1.3.24
question: write a method removeafter() that takes a linked-list node as argument and removes the node following the given one(and does nothing if the ...
分类:其他好文   时间:2018-05-19 14:02:53    阅读次数:124
1.3.25
question: write a method insertafter() that takes two linked-list node arguments and inserts the second after the first on its list(and does nothing i ...
分类:其他好文   时间:2018-05-19 14:02:19    阅读次数:152
Java正则类
ava.util.regex 类 Pattern java.lang.Object 继承者 java.util.regex.Pattern 所有已实现的接口: Serializable public final class Pattern extends Object implements Ser.... ...
分类:编程语言   时间:2018-05-18 14:06:07    阅读次数:224
简单二叉树相关代码
1 #include 2 3 typedef struct tagBinaryTree* Node; 4 typedef struct tagBinaryTree BinaryTree; 5 6 struct tagBinaryTree{ 7 int key; 8 Node lchild; 9 No... ...
分类:其他好文   时间:2018-05-17 00:50:10    阅读次数:164
658条   上一页 1 ... 19 20 21 22 23 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!