1、参考文档:http://www.elasticsearch.org/guide/en/elasticsearch/hadoop/current/configuration.htmlhttp://www.elasticsearch.org/guide/en/elasticsearch/hadoop...
分类:
其他好文 时间:
2014-08-23 09:58:30
阅读次数:
213
修改Tomcat 文件 catalina.bat rem Guess CATALINA_HOME if not defined set JAVA_OPTS=-Xms32m -Xmx512m ? 增加这个 set "CURRENT_DIR=%cd%"...
分类:
编程语言 时间:
2014-08-22 19:50:39
阅读次数:
188
1, In your current role, tell me about a design decision you've had to make2,Can you give me an example of a bad design decision you've made in the pa...
分类:
其他好文 时间:
2014-08-22 19:36:29
阅读次数:
158
Description
The rail roads of Japan are being redesigned. So the governent is planning to install ultra-modern Magnetic trains instead of the current
normal trains. As fuel price have gone hi...
分类:
Web程序 时间:
2014-08-22 12:57:18
阅读次数:
401
在开发winphone程序时候 我们经常遇到调试。在调试的时候 可能会重复打开 debug一下。可是有时候 经常遇到 "正在加载...."字样。而且很慢。效率很低。测试发现 在 返回 程序的时候 条用一下App.Current.Terminate(); 重复打开就没事了。各位 可以推测一下具体为啥这...
分类:
其他好文 时间:
2014-08-22 10:32:45
阅读次数:
234
select trunc(sysdate,'yyyy') from dual;--返回当年第一天.select trunc(sysdate,'mm') from dual; --返回当月第一天.select trunc(sysdate,'d') from dual;-返回当前星期的第一天.selec...
分类:
其他好文 时间:
2014-08-21 11:00:13
阅读次数:
201
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:
Web程序 时间:
2014-08-21 09:42:24
阅读次数:
274
class LRUCache提供两个接口:get(int key)和set(int key,value)
#include
using namespace std;
class LRUCache{
public:
LRUCache(int cap):current(0),capacity(cap){
A=new node[ca...
分类:
编程语言 时间:
2014-08-21 00:17:53
阅读次数:
383
解决问题:按照某一长宽比例,剪裁图片的上部和下部,保留中间的内容。当然也可以自定义需要剪裁留下的区域
前提:需要添加Framework:CoreGraphics.framework
代码:
- (UIImage*) crop:(UIImage*)theImage{
// Get size of current image
CGSize size = [theImage siz...
分类:
移动开发 时间:
2014-08-21 00:15:43
阅读次数:
189
/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javauname -a显示系统隐藏文件。在终端(Terminal)中输入如下命令:defaults write ~/Library/Preferences/c...
分类:
其他好文 时间:
2014-08-20 19:33:42
阅读次数:
206