传送门: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
Embarcadero开源了几个FireMonkey的小游戏,支持Windows, Android,Ios, MacOS等。 源码地址: https://github.com/EmbarcaderoPublic/DelphiArcadeGames 游戏介绍: http://community.emb ...
这篇文章我们来做一个入门的案例: 建表; 1 /* 2 SQLyog v10.2 3 MySQL - 5.1.72-community : Database - mybatis 4 *********************************************************** ...
分类:
其他好文 时间:
2016-09-30 11:44:37
阅读次数:
241
安装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
来自: https://community.qingcloud.com/topic/344/spark-streaming使用kafka保证数据零丢失 spark streaming从1.2开始提供了数据的零丢失,想享受这个特性,需要满足如下条件: 数据输入需要可靠的sources和可靠的recei ...
分类:
其他好文 时间:
2016-09-29 21:17:05
阅读次数:
120
我们先用jdbc去编写一个例子: 第一步:建表 1 /* 2 SQLyog v10.2 3 MySQL - 5.1.72-community : Database - mybatis 4 ******************************************************** ...
分类:
数据库 时间:
2016-09-29 20:39:14
阅读次数:
164
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
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与windows环境 首先下载mongodb的安装包或者是zip的解压包 去官网下载https://www.mongodb.com/download-center?jmp=nav#community 我采用的是安装包安装,安装完后的目录结构为 你可以将3.2里面的全部文件剪切到你新 ...
分类:
数据库 时间:
2016-09-26 12:51:56
阅读次数:
238
一、安装 .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