虽然网上有很多教程,但是我在这里进行简单对我用到的总结一下。加载Rewrite模块:在conf目录下httpd.conf中找到LoadModule
rewrite_module modules/mod_rewrite.so这句,去掉前边的注释符号“#”,或添加这句。.htacess文件,开头内容如下...
分类:
数据库 时间:
2014-04-30 02:25:42
阅读次数:
591
如果Hbase的时间没有同步,启动主节点会起来,子节点的regionServer就不会起来。错误日志如下:aused by:
org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(org.apache.hadoop.hbase.ClockOutO...
分类:
其他好文 时间:
2014-04-30 00:50:16
阅读次数:
565
1,FlowLayout管理器流式布局管理器,组件按照从左到右的流式顺序布局,JPanel组件中的默认布局管理器。2,BorderLayout管理器边框布局管理器,将容器分为东西南北中五个区域,每个区域只能添加一个组件,该组件的大小由其所在的区域决定。它是JFrame中的默认布局管理器。3,Grid...
分类:
其他好文 时间:
2014-04-28 11:18:32
阅读次数:
643
1,创建主窗体 在内存中实例化JFrame对象
通过使用setSize(),setBounds()或者pack()方法给JFrame设置大小
通过使用setTitle()设置标题,setDefaultCloseOperation()设置关闭策略,setLocationRelativeTo()设...
分类:
其他好文 时间:
2014-04-28 11:16:39
阅读次数:
486
所需工具1.Windows 7 32 Bit OS(你懂的)2.Apache Hadoop
2.2.0-bin(hadoop-2.2.0.tar.gz)3.Apache Hadoop
2.2.0-src(hadoop-2.2.0-src.tar.gz)3.JDK 1.74.Maven 3.2.1(a...
分类:
Windows程序 时间:
2014-04-28 08:33:25
阅读次数:
1187
在Android开
发中,在Activity中关联视图View是一般使用setContentView方法,该方法一种参数是使用XML资源直接创 建:setContentView
(int layoutResID),指定layout中的一个XML的ID即可,这种方法简单。另一个方法是 setConte...
分类:
移动开发 时间:
2014-04-28 08:23:38
阅读次数:
739
3.1 Installing mod_pythonTo install mod_python,
we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure
Apache so that it can ...
分类:
编程语言 时间:
2014-04-28 04:52:46
阅读次数:
735
首先了解http和https: HTTPS(Secure Hypertext Transfer
Protocol)安全超文本传输协议。 HTTPS和HTTP的区别: http是超文本传输协议,信息是明文传输,https 则是具有安全性的ssl加密传输协议
http和https使用的是...
分类:
其他好文 时间:
2014-04-28 02:48:33
阅读次数:
496
在android开发中LinearLayout很常用,LinearLayout的内控件的android:layout_weight在某些场景显得非常重要,比如我们需要按比例显示。android并没用提供table这样的控件,虽然有TableLayout,但是它并非是我们想象中的像html里面的ta....
分类:
其他好文 时间:
2014-04-28 02:23:05
阅读次数:
482
系统是ubuntu12.04一、安装apachesudo apt-get install
apache启动:sudo apachectl start (开机默认启动的)重启:sudo apachectl restart关闭:sudo
apachectl stop安装之后在浏览器中访问127.0.0....
分类:
系统相关 时间:
2014-04-27 23:57:43
阅读次数:
742