码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
java获取cpu和内存
利用jar包sigar 下载地址:http://sourceforge.net/projects/sigar/files/latest/download?source=files 需要将sigar-x86-winnt.dll放入windows的jdk安装目录的bin目录下,或者是64为的sigar-
分类:编程语言   时间:2016-03-08 16:33:52    阅读次数:205
electron调用C++动态链接库
1、实验环境2、centOS下安装nodejs下载已经编译好的node.jswgethttp://nodejs.org/dist/latest-v5.x/node-v5.7.1-linux-x64.tar.gztarzxvfnode-v5.7.1-linux-x64.tar.gzmvnode-v5.7.1-linux-x64/usr/local/node配置NODE_HOME,进入profile编辑环境变量vim/etc/profile#setforno..
分类:编程语言   时间:2016-03-07 17:08:15    阅读次数:207
Celery+rabbitmq+mysql+flower
flower:http://docs.celeryproject.org/en/latest/getting-started/index.htmlhttp://flower.readthedocs.org/en/latest/config.htmlhttps://denibertovic.com/posts/celery-best-practices/http://daimin.github.io/posts/celery-shi-yong.htmlhttp://ju.outofmemory.cn/entry..
分类:数据库   时间:2016-03-04 02:01:15    阅读次数:1399
Google C++ 风格指南内容整理
之前一直没有全面的看过Google C++风格指南,现在很多公司进行C++开发都要求按照Google C++风格。在这个网站 http://zh-google-styleguide.readthedocs.org/en/latest/contents/ 有人已经把其翻译成中文。为了便于以后查看,下面
分类:编程语言   时间:2016-02-27 17:55:18    阅读次数:187
centos安装python2.7.11
源码安装之后yum会不工作,修改yum #!/usr/bin/python 改成#!/usr/bin/python2.4(系统自带的老版本) 然后就可以工作了。 安装pip http://pip-cn.readthedocs.org/en/latest/installing.html
分类:编程语言   时间:2016-02-25 13:49:39    阅读次数:219
mongodb c api编译
1. autoconf-latest.tar.gz http://ftp.gnu.org/gnu/autoconf/ tar xzvf autoconf-latest.tar.gz ./configure --prefix=/home/stars/support/mongo-c/autoconf-2
分类:数据库   时间:2016-02-23 12:56:59    阅读次数:157
memcached
Memcached安装: 1 2 3 4 5 6 7 8 wget http://memcached.org/latest tar -zxvf memcached-1.x.x.tar.gz cd memcached-1.x.x ./configure make && make test && mak
分类:系统相关   时间:2016-02-19 20:31:58    阅读次数:326
Feedback:OBDSTAR X-100 PRO key programming and mieage tested ok
OBDSTAR X-100 PRO Latest feedback: 1)key programming ok: Insignia 2011 read security code +program keys OK just make key for ford focus 2011 on 80bit
分类:数据库   时间:2016-02-16 18:40:41    阅读次数:229
Windows下Git客户端和Github设置
第一步:安装GitForWindowsmsysgit是Windows版的Git,从https://git-for-windows.github.io/下载,然后按默认选项安装即可。下载链接:https://github.com/git-for-windows/git/releases/latest然后各种下一步,建议使用默认选项。安装完成后,在开始菜单里找到“Git”->“G..
分类:Windows程序   时间:2016-02-16 15:05:29    阅读次数:293
ASP.NET Core 1.0 Configuration 配置管理
documentation: https://docs.asp.net/en/latest/fundamentals/configuration.html github: https://github.com/aspnet/Configuration/ 项目结构 配置的接口定义与基础实现 Micro...
分类:Web程序   时间:2016-02-01 17:40:31    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!