码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
第十一章 springboot + mongodb
1、mongodb在mac上的安装 下载mongodb,https://www.mongodb.org/ 解压缩到一个指定文件夹,如:/Users/enniu1/Desktop/zjg/mongodb-osx-x86_64-3.2.6(这是我的mongodb的版本) 配置PATH 输入命令:"vi ...
分类:数据库   时间:2016-05-01 19:01:53    阅读次数:385
UITableViewCell图片视差效果
UITableViewCell图片视差效果 效果 源码 https://github.com/YouXianMing/Animations 细节 OffsetImageCell.m OffsetCellViewController.m ...
分类:其他好文   时间:2016-05-01 19:00:31    阅读次数:210
Webstrom (或Phpstrom)使用git(oschina-码云)
1、登录"码云"(题外话,这名字起得真好),创建一个新项目 2、自动进入了新项目主页,复制该git 仓库的https地址,第4步会用到 3、打开Webstrom,选择checkout git 4、把第2步复制好的地址填写上,点击"clone"即可克隆此项目到本地 5、clone好之后,我们在本地随便 ...
分类:Web程序   时间:2016-05-01 17:48:28    阅读次数:803
Deep Reinforcement Learning 入门
Deep Reinforcement Learning 入门 最近对Deep Reinforcement Learning比较感兴趣,想一步一步的走进该学习策略,立帖为证,哈哈。。。 知乎上有一个不错的介绍入门的帖子:https://www.zhihu.com/question/41775291 首 ...
分类:其他好文   时间:2016-05-01 17:44:50    阅读次数:185
Elasticsearch集群管理工具head插件安装
Elasticsearch-head是一个elasticsearch的集群管理工具,它是完全由html5编写的独立网页程序,你可以通过插件把它集成到es。或直接下载源码,在本地打开index.html运行它。该工具的git地址是: https://github.com/Aconex/elastics ...
分类:其他好文   时间:2016-05-01 16:16:54    阅读次数:154
『原创』CentOS6.5安装Elasticsearch1.7.5
1、 首页到官方网站下载最新安装包 https://www.elastic.co/downloads/elasticsearch elasticsearch-1.7.5.tar.gz 2、 将软件包上传到 /usr/local/mypackages/ 目录下。 3、 将软件解压到 /usr/loca ...
分类:其他好文   时间:2016-05-01 16:15:31    阅读次数:257
Elasticsearch集群监控工具bigdesk插件安装
bigdesk是elasticsearch的一个集群监控工具,可以通过它来查看es集群的各种状态,如:cpu、内存使用情况,索引数据、搜索情况,http连接数等。 项目git地址: https://github.com/lukas-vlcek/bigdesk。和head一样,它也是个独立的网页程序, ...
分类:其他好文   时间:2016-05-01 16:03:31    阅读次数:220
composer
参考: https://getcomposer.org/doc/00-intro.md Introduction# Composer is a tool for dependency management in PHP. It allows you to declare the libraries ...
分类:其他好文   时间:2016-05-01 14:56:30    阅读次数:364
开启Visual Studio 2013时,出现Microsoft.VisualStudio.Web.PasteJson.JsonPackage无法载入的可能解決方案
1.先下载:http://www.jb51.net/dll/Microsoft.VisualStudio.Web.PasteJson.dll.html Microsoft.VisualStudio.Web.PasteJson.dll 下载 2.https://dotblogs.com.tw/terr ...
分类:Web程序   时间:2016-05-01 14:51:59    阅读次数:415
[原]SQLite的学习系列之获取数据库版本
最先了解到SQLite是基于其作为移动客户端数据存储平台,以下是其官网(https://www.sqlite.org/)关于SQLite的一段介绍: <!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> SQLite是遵守ACID的轻 ...
分类:数据库   时间:2016-05-01 14:50:07    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!