打开eclipse的时候突然出现了faild to creat the java Virtual Machine解决办法:打开解压后的Eclipse文件夹,找到eclipse.ini配置文件打开该文件,以下为用nodepad++打开为例按照以上提示修改,然后重启eclipse即可。原因:本机内存太小...
分类:
编程语言 时间:
2014-08-10 01:30:19
阅读次数:
394
(转)浅析HTML5在移动应用开发中的使用(原)http://www.iteye.com/magazines/672012-03-07来自UECD.163.com编辑wangguo有38498人浏览收藏html5移动开发appUI猎头职位:上海:Junior Product Manager前言HTM...
分类:
移动开发 时间:
2014-08-10 01:27:49
阅读次数:
572
可以用以下办法解决:使用SDK Manager更新时出现问题 Failed to fetch URLhttps://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection tohttps://dl-ssl.g...
分类:
移动开发 时间:
2014-08-09 22:56:19
阅读次数:
237
题目连接 :http://acm.hdu.edu.cn/showproblem.php?pid=4924题意 : n( 2 #include 3 #include 4 #include 5 6 using namespace std; 7 map mp; 8 const int...
分类:
其他好文 时间:
2014-08-09 22:55:29
阅读次数:
415
MacIf you're using the excellenthomebrewpackage manager, you can install node with one command:brew install node.Otherwise, follow the below steps:Ins...
学习Machine Learning,阅读文献,看各种数学公式的推导,其实是一件很枯燥的事情。有的时候即使理解了数学推导过程,也仍然会一知半解,离自己写程序实现,似乎还有一道鸿沟。所幸的是,现在很多主流的Machine Learning方法,网上都有open source的实现,进一步的阅读这些源码...
分类:
其他好文 时间:
2014-08-09 21:01:49
阅读次数:
2028
主要参考这篇文章: http://xyztony1985.blog.163.com/blog/static/3611782011752420104/感谢原博主Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentC...
#include #include #include #include #include #include #include using namespace std;class manager;class employeeInfo;manager *gMgr;string strDept[]={.....
分类:
其他好文 时间:
2014-08-09 13:14:37
阅读次数:
339
安装前准备
1. 虚拟机3个,安装Centos 6.5, 内存设置为4GB
2. 配置yum源为163(不配置,在安装软件时,慢的要死)
3. 关闭防火墙( iptables),disabled SELinux
4. 配置静态IP,并在/etc/hosts中将Hadoop集群中的主机名加进去
安装
1. 在Cloudera官网上下载 cloudera-manager-i...
分类:
其他好文 时间:
2014-08-09 00:12:07
阅读次数:
313
原文直通车:Class Loader HOW-TO 目录 概述 类加载器的定义 XML解析器和Java 运行在security manager下 概述 和其他服务器程序类似,Tomcat也定义了一些类加载器(实现了java.lang.ClassLoader的类)用以实现让Tomcat的容器的不同部分...
分类:
其他好文 时间:
2014-08-09 00:04:49
阅读次数:
273