1、手动建立目录结构 project
|--?pom.xml
`--?src
????|--?main
????|???`--?java
????|???`--?resources
????|???`--?webapp
????|???????`--?web.xml
????|?...
分类:
移动开发 时间:
2015-03-28 14:28:50
阅读次数:
184
Pythonimport MySQLdb有可能报:site-packages/pkg_resources.py:1031: UserWarning: /home/***/.python-eggs is writable by group/others and vulnerable to attack...
分类:
数据库 时间:
2015-03-28 10:03:44
阅读次数:
164
一:根据某种规则缩短字符串
/*
* 根据规则缩短字符串
*/
public class Dome07 {
public static void main(String[] args) {
String str = "C:\\Windows\\Resources\\Themes\\aero";
while (true) {
System.out.println(str);
...
分类:
编程语言 时间:
2015-03-22 09:17:57
阅读次数:
158
本文其实还算不上真正的启动代码解析,本文主要还是从启动流程上分析到startHMaster部分,初次之外本文将就HBase的伪分布式调试方式进行相关的介绍.
我们将源码倒入到Intellij IDE之后会得到如下的代码结构:
这里我们进入hbase-server中在src/main下面的resources中添加hadoop-metrics2-hbase.properties,hbase...
分类:
其他好文 时间:
2015-03-21 11:15:01
阅读次数:
237
我们的目的是搭建一个可以在任何地方使用的hadoop开发环境。创建maven项目创建一个maven项目,什么类型的项目随便引入hadoop配置文件copy hadoop的配置文件到src/main/resources文件中,只考有用的就行,core-site.xml,hdfs-site.xml,mapred-site.xml,yarn-site.xml等。设置环境变量hadoop的配置文件夹中的配置...
分类:
系统相关 时间:
2015-03-19 18:23:53
阅读次数:
200
1 下载human_resources.rar
2 解压到$ORACLE_HOME/demo/schema/human_resources/目录下
3 在sys或system用户下运行hr_main.sql脚本
4 输入必要的参数(下面输入仅为举例)
hr用户密码:hr
表空间:users
临时表空间:temp
sys密码:xxxxxx
日志生成目录:(Linux为$ORACLE_...
分类:
数据库 时间:
2015-03-19 16:29:38
阅读次数:
203
http://www.uisdc.com/10-necessary-mobile-ui-design-resources#交互设计中如何增加趣味性、提升愉悦http://www.uisdc.com/interaction-design-to-enhance-interest实用的图标下载网站http...
分类:
移动开发 时间:
2015-03-18 11:50:36
阅读次数:
165
SpringMVC处理静态资源,主要是两个标签,mvc:resources和mvc:default-servlet-handler。在详细说明他们的原理之前,需要先简单说明下SpringMVC中请求处理机制:HandlerMapping和HandlerAdapter。 #1 HandlerMapp...
分类:
编程语言 时间:
2015-03-18 01:21:43
阅读次数:
273
Timeouts are import for programs that connect to external resources or that otherwise need to bound execution time. Implementing timeouts in Go is eas...
分类:
其他好文 时间:
2015-03-16 14:18:04
阅读次数:
126
(1)支持的服务器平台。有关支持的平台的列表,请参见《VMware兼容性指南》,网址为:http://www.vmware.com/resources/compatibility。(2)ESXi6.0要求主机至少具有两个CPU内核。(3)ESXi6.0支持2006年9月后发布的64位x86处理器。这其中包括了多种多核处理器。有关受支持处..
分类:
其他好文 时间:
2015-03-15 20:00:11
阅读次数:
6470