上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 25 下一页
摘要: 在Linux中安装Mongodb操作说明 MongoDB配置 (1) Red Hat Enterprise Linux 6.2(测试应用) (2) MonDB: mongodb-linux-x86_64-rhel62-3.0.3 http://www.mongodb.org 方法一:用linux命令 阅读全文
posted @ 2018-07-12 10:44 东北大亨 阅读(2128) 评论(0) 推荐(0)
摘要: [介绍]:MongoDB 是由C++语言编写的,是一个基于分布式文件存储的开源数据库系统。在高负载的情况下,添加更多的节点,可以保证服务器性能。MongoDB 旨在为WEB应用提供可扩展的高性能数据存储解决方案。MongoDB 将数据存储为一个文档,数据结构由键值(key=>value)对组成。Mo 阅读全文
posted @ 2018-07-12 10:38 东北大亨 阅读(394) 评论(0) 推荐(0)
摘要: linux 7.2 安装 jdk方法: (1). 以root用户登录linux系统, 应用Xmanager把文件拷贝到linux 系统的根目录。 (2). 进入opt/software建立jvm文件夹 Mkdir opt/software/jvm (3). 拷贝文件至 opt/software/jv 阅读全文
posted @ 2018-07-12 09:48 东北大亨 阅读(174) 评论(0) 推荐(0)
摘要: 一。消息头文件内容如下: // stdafx.h : 标准系统包含文件的包含文件,// 或是经常使用但不常更改的// 特定于项目的包含文件//#pragma once#include "targetver.h"#include <stdio.h>#include <tchar.h>#ifndef _ 阅读全文
posted @ 2018-07-11 15:46 东北大亨 阅读(1542) 评论(0) 推荐(0)
摘要: #include "stdafx.h"#include <iostream>#include<fstream>using namespace std;void copy(char* src, char* dst);int _tmain(int argc, _TCHAR* argv[]){ // 源文 阅读全文
posted @ 2018-07-11 14:31 东北大亨 阅读(2450) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <string> #include<windows.h> #include<iostream> #include <stdio.h> #include<cstring> using namespace std; int _tmain(int 阅读全文
posted @ 2018-07-11 14:28 东北大亨 阅读(5169) 评论(0) 推荐(0)
摘要: 由于好奇心驱使温习下c高级简化语言语言(个人解释可能不太准确)。下面用visual studio 2010 实现 HelloWord 打印 第一步:visual studio 2010 打开.文件 新建 项目,弹出了新建项目设置向导窗体: 直接确定。 第二步:在HelloWord.cpp中添加 #i 阅读全文
posted @ 2018-07-11 13:56 东北大亨 阅读(2852) 评论(0) 推荐(0)
摘要: 命令行方式: 添加10002端口方法 1.vi etc/sysconfig/iptables 2. 开放端口命令:-A INPUT -p tcp -m state --state NEW -m tcp --dport 10002 -j ACCEPT 3.重启服务:/etc/init.d/iptabl 阅读全文
posted @ 2018-05-09 15:20 东北大亨 阅读(616) 评论(0) 推荐(0)
摘要: 1、提示错误信息: zipSystem.TypeLoadException: Could not load type 'System.IO.Compression.CompressionLevel' from assembly 'System, Version=4.0.0.0, Culture=ne 阅读全文
posted @ 2018-04-03 11:11 东北大亨 阅读(1268) 评论(0) 推荐(0)
摘要: /// /// 模块名:操作postgres数据库公共类 /// 作用:根据业务需求对数据库进行操作. /// 注:系统中的公共方法,根据需要,逐一引入 /// 作者:东北大亨 /// 编写日期:2012-03-19 /// using System; using System.Collections.Generic; using System.Linq; using System.Tex... 阅读全文
posted @ 2018-01-18 17:45 东北大亨 阅读(1255) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 25 下一页