码迷,mamicode.com
首页 >  
搜索关键字:community    ( 2516个结果
树状数组入门
传送门:https://www.topcoder.com/community/data-science/data-science-tutorials/binary-indexed-trees/#introduction 下面对树状数组进行一些分析: inline int Lowbit(int x){ ...
分类:编程语言   时间:2016-10-05 15:07:12    阅读次数:176
Delphi的几个跨平台小游戏例子。
Embarcadero开源了几个FireMonkey的小游戏,支持Windows, Android,Ios, MacOS等。 源码地址: https://github.com/EmbarcaderoPublic/DelphiArcadeGames 游戏介绍: http://community.emb ...
分类:Windows程序   时间:2016-10-05 00:55:03    阅读次数:224
05Mybatis_入门程序——根据id查询用户
这篇文章我们来做一个入门的案例: 建表; 1 /* 2 SQLyog v10.2 3 MySQL - 5.1.72-community : Database - mybatis 4 *********************************************************** ...
分类:其他好文   时间:2016-09-30 11:44:37    阅读次数:241
Centos7 安装Mysql 然而mysql-server 安装失败的问题
安装mysql和mysql-devel都成功,但是安装mysql-server失败,如下: 解决办法: 1. 下载mysql的repo源 $ wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 2. 安装mysql- ...
分类:数据库   时间:2016-09-30 01:09:44    阅读次数:273
Spark Streaming使用Kafka保证数据零丢失
来自: https://community.qingcloud.com/topic/344/spark-streaming使用kafka保证数据零丢失 spark streaming从1.2开始提供了数据的零丢失,想享受这个特性,需要满足如下条件: 数据输入需要可靠的sources和可靠的recei ...
分类:其他好文   时间:2016-09-29 21:17:05    阅读次数:120
02Mybatis_原生态jdbc编程中的问题总结——从而引生出为什么要用Mybatis
我们先用jdbc去编写一个例子: 第一步:建表 1 /* 2 SQLyog v10.2 3 MySQL - 5.1.72-community : Database - mybatis 4 ******************************************************** ...
分类:数据库   时间:2016-09-29 20:39:14    阅读次数:164
单片mongoDB
MongoDB:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/#install-mongodb-community-edition一、下载安装#curl-Ohttps://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.2.9.tgz或#wgethttps://fastdl.mongodb.org/linux/mongodb-linux-x86_64..
分类:数据库   时间:2016-09-27 20:48:03    阅读次数:189
Python: Win7 64位如何安装MongoDB?
Windows 7 64位安装MongoDB 官网tutorial: https://docs.mongodb.com/v3.0/tutorial/install-mongodb-on-windows/ 一、获得MongoDB Community Edition 1.确定需要安装哪种MongoDB? ...
分类:数据库   时间:2016-09-27 18:07:43    阅读次数:226
mongodb学习笔记(一)
安装mongodb与windows环境 首先下载mongodb的安装包或者是zip的解压包 去官网下载https://www.mongodb.com/download-center?jmp=nav#community 我采用的是安装包安装,安装完后的目录结构为 你可以将3.2里面的全部文件剪切到你新 ...
分类:数据库   时间:2016-09-26 12:51:56    阅读次数:238
dotNet Core开发环境搭建及简要说明
一、安装 .NET Core SDK 在 Windows 上使用 .NET Core 的最佳途径:使用Visual Studio. 免费下载地址: Visual Studio Community 2015 .下载安装之后 再下载以下两件东西: Visual Studio 2015 Update 3  ...
分类:Web程序   时间:2016-09-26 11:01:07    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!