码迷,mamicode.com
首页 >  
搜索关键字:cee    ( 929个结果
630. Course Schedule III
630. Course Schedule III There are n different online courses numbered from 1 to n. Each course has some duration(course length) t and closed on dthda ...
分类:其他好文   时间:2017-08-05 13:19:59    阅读次数:166
sql for SB
select t1.projectLabel,t1.modulLabel,t1.environment,t1.succeedcount,t2.failedcount,t1.succeedcount+t2.failedcount as totalcount,t1.succeedcount*1.0/(t ...
分类:数据库   时间:2017-08-03 16:59:34    阅读次数:168
HIVE 原理
Overview HiveQL DDL statements are documented here, including: CREATE DATABASE/SCHEMA, TABLE, VIEW, FUNCTION, INDEX DROP DATABASE/SCHEMA, TABLE, VIEW, ...
分类:其他好文   时间:2017-08-01 14:21:10    阅读次数:266
MQTT的学习之Mosquitto发布-订阅(2)
在《MQTT的学习之Mosquitto安装&使用(1)》一文末尾,我已经模拟了发布-订阅模式,只是那时在服务器直接模拟的,并不是java代码模拟的。下面贴出Java代码 1、首先引入依赖包: 2、代码 ClientMQTT: PushCallback: ServerMQTT: 经过测试:Client ...
分类:其他好文   时间:2017-07-31 18:50:35    阅读次数:379
数组的循环及跌送方式
数组是元素的一个有序组合。在JavaScript中,数组可以使用正式的对象表示法来创建,或者可以使用直接量表示法来初始化。 复制代码 代码如下: var arrObject = new Array("val1", "val2"); // 作为对象的数组 var arrLiteral = ["val1 ...
分类:编程语言   时间:2017-07-30 20:05:56    阅读次数:255
超全!整理常用的iOS第三方资源
一:第三方插件 1:基于响应式编程思想的oc 地址:https://github.com/ReactiveCocoa/ReactiveCocoa 2:hud提示框 地址:https://github.com/jdg/MBProgressHUD 3:XML/HTML解析 地址:https://gith ...
分类:移动开发   时间:2017-07-30 17:14:07    阅读次数:206
leetcode 532. K-diff Pairs in an Array
Given an array of integers and an integer k, you need to find the number of unique k-diff pairs in the array. Here a k-diff pair is defined as an inte ...
分类:其他好文   时间:2017-07-29 16:36:32    阅读次数:170
tensorflow如何查看版本,tflearn如何混合模型
查看版本 import tensorflow as tf print tf.__version__ 混合模型 ...
分类:其他好文   时间:2017-07-29 15:17:43    阅读次数:387
leetcode 605. Can Place Flowers
Suppose you have a long flowerbed in which some of the plots are planted and some are not. However, flowers cannot be planted in adjacent plots - they ...
分类:其他好文   时间:2017-07-29 11:33:26    阅读次数:104
RSA算法实现传输数据的签名
在不同服务器或系统之间进行交互时我们往往需要进行身份的认证,以满足安全上的防抵赖和防篡改。 要实现以上要求使用非对称加密算法是目前最理想的方案。 以下是具体的实现: 1. 生成RSA算法私钥和公钥对,用openssl(openssl的安装网上有很多资料,可以自行查看) 生成RSA私钥 openssl ...
分类:编程语言   时间:2017-07-28 21:00:36    阅读次数:249
929条   上一页 1 ... 63 64 65 66 67 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!