码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
Little Elephant and Magic Square
Little Elephant loves magic squares very much. A magic square is a 3?×?3 table, each cell contains some positive integer. At that the sums of integers ...
分类:其他好文   时间:2018-01-21 01:07:30    阅读次数:184
mm_camera_sock
QCamera 中 是需要进程间通讯的。因为 Camera Sensor 和 ISP Driver 在另一个Demon进程中,CameraHAL进程是需要和Demon进程通讯,那么使用的通讯方式是 UNIX Domain Socket IPC. Domain Socket : http://blog ...
分类:其他好文   时间:2018-01-20 14:03:47    阅读次数:192
Qt5.3.1 OpenCV2.4.9 开发环境配置
Windows下OpenCV2.4.9与Qt5.3.1开发环境的配置 ...
分类:其他好文   时间:2018-01-16 18:31:58    阅读次数:206
[Transducer + Ramda] Write highly performance / functional code by using transducer-js and ramda.js libs
Tansducer-js lib A high performance Transducers implementation for JavaScript. Transducers are composable algorithmic transformations. They are indepe ...
分类:Web程序   时间:2018-01-16 01:01:08    阅读次数:392
rest-assured的默认值与Specification重用
一、默认值 rest-assured发起请求时,默认使用的host为localhost,端口为8080,如果你想使用不同的端口,你可以这样做: 或者是简单点: 你也可能改变默认的baseURI、basePath、port和认证scheme: 这就意味着,类似 get("/hello") 这样的一个请 ...
分类:其他好文   时间:2018-01-12 20:28:06    阅读次数:256
在Spring Boot中使用Spring-data-jpa实现分页查询(转)
在我们平时的工作中,查询列表在我们的系统中基本随处可见,那么我们如何使用jpa进行多条件查询以及查询列表分页呢?下面我将介绍两种多条件查询方式。 1、引入起步依赖 2、对thymeleaf和jpa进行配置 打开application.yml,添加以下参数,以下配置在之前的文章中介绍过,此处不做过多说 ...
分类:编程语言   时间:2018-01-12 15:27:02    阅读次数:140
Log level with log4j and Spark
Log Level Usages OFF This is the most specific, which allows no logging at all FATAL This is the most specific one that shows fatal errors with little ...
分类:其他好文   时间:2018-01-12 11:23:10    阅读次数:203
keepalived(nat)+ftp+http
一、 环境要求需要2台LVS和n(n>=2)台RS操作系统 负载均衡模式 VIP NVIPRHEL7.4 NAT 193.168.141.30 192.168.102.165 LVS1 LVS2 RS1 RS2ens3:192.168.102.161 ens3:192.168.102.162 ens ...
分类:Web程序   时间:2018-01-11 15:47:59    阅读次数:289
rsync 同步命令
rsync是linux系统下的数据镜像备份工具。使用快速增量备份工具Remote Sync可以远程同步,支持本地复制,或者与其他SSH、rsync主机同步
分类:其他好文   时间:2018-01-10 11:35:29    阅读次数:145
the c programing language 学习过程3
ControlFlow 控制流 specify 指定 compound statement 复合语句 cryptic有隐含意义的 ambiguity歧义 robust稳健 disintegration解体 sparingly节制 algorithm演算法 appropriate适合的适当的 iter ...
分类:其他好文   时间:2018-01-08 16:42:23    阅读次数:101
899条   上一页 1 ... 58 59 60 61 62 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!