码迷,mamicode.com
首页 >  
搜索关键字:lease    ( 2829个结果
Caffe初试
1.基本概念 Caffe是一个比较流行的神经网络框架,它支持C++、Python等语言,容易上手,但是代码貌似不怎么好读,等有空我。。。再议 ;) 2.Windows10下的部署 环境:Win10+VS2013+OpenCV+CUDA7.5+Cudnn+Caffe 我之前已经配置好了OpenCV2了 ...
分类:其他好文   时间:2017-02-28 22:45:29    阅读次数:303
It is possible that this object was over-released, or is in the process of deallocation解决办法
使用wekwebview时,push后,再pop返回,报错了: 解决方案: 1. 不要在 dealloc 方法中,使用 weak self 2. A控制器(包含scrollView及其子类,并设置了其代理),B控制器(webView,并设置了webView.scrollView.delegate = ...
分类:其他好文   时间:2017-02-28 15:28:20    阅读次数:3224
Linux 环境下Web环境搭建————ActiveMQ
1.下载安装包http://activemq.apache.org/activemq-5143-release.html 2.解压至指定目录 bin目录下为执行脚本 (脚本无法执行需要修改权限(chmod 775 activemq)) 3. 设置activeMQ配置环境./activemqrc ac ...
分类:Web程序   时间:2017-02-27 19:03:45    阅读次数:237
Spring Boot -- actuator
Spring Boot有四大神器,分别是auto-configuration、starters、cli、actuator,本文主要讲actuator。actuator是spring boot提供的对应用系统的自省和监控的集成功能,可以对应用系统进行配置查看、相关功能统计等。 使用actuator 添 ...
分类:编程语言   时间:2017-02-27 01:14:02    阅读次数:316
[Big Data - ZooKeeper] ZooKeeper: A Distributed Coordination Service for Distributed Applications
ZooKeeper ZooKeeper: A Distributed Coordination Service for Distributed Applications Design Goals Data model and the hierarchical namespace Nodes and ...
分类:移动开发   时间:2017-02-26 10:45:27    阅读次数:184
jquery.min.map 404 (Not Found)出错的原因及解决办法
Chrome 更新后出现了 jquery.min.map 404 (Not Found) 的信息 这个到底是什么东西?查询了一下,得到了以下资料 JQuery 官方解释 摘录一下內容 从 jQuery 1.9.0 版本后在原始代码里会有 @ sourceMappingURL=jquery.min.m ...
分类:Web程序   时间:2017-02-25 19:54:15    阅读次数:364
js基本小例子
1. PC - js 返回指定范围的随机数(m-n之间)的公式 Math.random()*(n-m)+m return false return false // event.preventDefault()会阻挡预设要发生的事件. // event.stopPropagation()会阻挡发生冒 ...
分类:Web程序   时间:2017-02-25 12:13:38    阅读次数:320
Elasticsearch之中文分词器插件es-ik
前提 什么是倒排索引? Elasticsearch之分词器的作用 Elasticsearch之分词器的工作流程 Elasticsearch之停用词 Elasticsearch之中文分词器 Elasticsearch之几个重要的分词器 elasticsearch官方默认的分词插件 1、elastics ...
分类:其他好文   时间:2017-02-24 22:12:56    阅读次数:787
RecoderUtils录音工具类
import android.media.MediaRecorder; import android.os.Environment; import java.io.File; import java.io.IOException; public class RecoderUtils { privat... ...
分类:其他好文   时间:2017-02-23 20:56:55    阅读次数:171
【BZOJ4099】Trapped in the Haybales STL
【BZOJ4099】Trapped in the Haybales Description Farmer John has received a shipment of N large hay bales (1≤N≤100,000), and placed them at various locat ...
分类:移动开发   时间:2017-02-22 19:32:45    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!