摘要:
一、c/c++语言: 1.关于动态链接库的搜索问题: LIBRARY_PATH is used by gcc before compilation to search for directories containing libraries that need to be linked to you 阅读全文
摘要:
1.getClass: public final native Class<?> getClass(); 返回当前对象运行时的类的对象。 2.hashCode: public native int hashCode(); 这个方法是为哈希表这种数据结构提供支持的。(例如HashMap) hashco 阅读全文
摘要:
es启动默认不能使用root用户,所以需要新创建一个用户来启动。 启动时可能出现的问题: [1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536] [2]: 阅读全文