码迷,mamicode.com
首页 >  
搜索关键字:community    ( 2516个结果
Redis操作的封装类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using ServiceStack.Redis; namespace Com.QFGame.QNX.Community.R...
分类:其他好文   时间:2015-11-09 12:33:32    阅读次数:264
安卓模拟器安装apk,上网
1、首先找到安装安卓模拟器的文件夹;2、目录:D:\Java\Android-all\platform-tools3、运行cmd命令:adb install D:\Java\Android-all\platform-tools\community.apk就是这么简单。--------------模拟...
分类:移动开发   时间:2015-11-08 14:58:47    阅读次数:149
如何创建本地数据库
一、安装与配置mysql1、下载mysql进入http://www.mysql.com/downloads/下载mysqlMySQL Community Server下载mysql。2、安装mysql
分类:数据库   时间:2015-11-07 23:08:33    阅读次数:189
C#学习单向链表和接口 IList<T>
C#学习单向链表和接口 IList 作者:乌龙哈里 时间:2015-11-04平台:Window7 64bit,Visual Studio Community 2015参考:MSDN 索引器(C# 编程指南)《数据结构(C#语言版)》下载When to use IEnumerable, IColle...
分类:Windows程序   时间:2015-11-05 00:22:53    阅读次数:348
C++写geohash
http://www.cnblogs.com/LBSer/p/3310455.htmlhttp://www.sxrczx.com/pages/my.oschina.net/853294317/blog/296594.htmlhttp://community.apicloud.com/bbs/foru...
分类:编程语言   时间:2015-11-04 19:07:48    阅读次数:788
Centos7安装mysql缺乏yum源怎么安装
找到mysql5.6的centos的repo源,终于解决mysql的安装问题:1.确保centos安装了wget,没有的话安装wget1yum install wget2.下载mysql的repo源1wget http://repo.mysql.com/mysql-community-release...
分类:数据库   时间:2015-11-02 20:45:28    阅读次数:166
C# 常用接口学习 ICollection<T>
C# 常用接口学习 ICollection 作者:乌龙哈里 时间:2015-11-01平台:Window7 64bit,Visual Studio Community 2015参考: Microsoft Refernce Souce MSDNWhen to use IEnumerable, ICol...
分类:Windows程序   时间:2015-11-02 00:05:22    阅读次数:352
学习Java Web(一):安装eclipse和Tetty、MySQL
现在有一个SpringMVC的项目要进行开发,需要先安装以下软件。1、安装JDK配置其环境和安装Eclipse;2、安装Maven和在Eclipse中配置Maven;3、Eclipse里面安装Tetty插件;4、安装mysql-installer-community-5.6.10.1和Navicat...
分类:数据库   时间:2015-11-01 13:54:45    阅读次数:243
C# 常用接口学习 IComparable 和 IComparer
C# 常用接口学习 IComparable 和 IComparer 作者:乌龙哈里 时间:2015-11-01平台:Window7 64bit,Visual Studio Community 2015参考: Microsoft Refernce Souce MSDN章节:接口 IConmparabl...
分类:Windows程序   时间:2015-11-01 06:51:53    阅读次数:540
CentOS无法挂载ntfs
挂载时出现mount: unknown filesystem type 'ntfs'需要安装NTFS-3G在http://www.tuxera.com/community/ntfs-3g-download/下载安装或者通过yum安装sudo yum install fuse-ntfs-3g
分类:Web程序   时间:2015-10-31 20:09:06    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!