- 博客(0)
- 资源 (15)
- 收藏
- 关注
registry64.rar
windows10 64位测试
static {
System.load("path\\ICE_JNIRegistry.dll");
}
RegistryKey registryKey = Registry.openSubkey(Registry.HKEY_CURRENT_USER, Internet, RegistryKey.ACCESS_READ);
// 注册表表项键
RegistryValue registryValue = registryKey.getValue("ProxyEnable");
boolean proxyEnable = ((RegDWordValue) registryValue).getData() != 0; // 代理设置是否开启
System.out.println("IE 是否启用了代理设置: " + proxyEnable);
//系统打印
// IE 是否启用了代理设置: true
2020-02-18
James Gosling,Bill Joy,Guy Steele 等 著;陈昊鹏 译 Java语言规范 (基于 Java SE 8).pdf
James Gosling,Bill Joy,Guy Steele 等 著;陈昊鹏 译 Java语言规范 (基于 Java SE 8).pdf
知识共享
2018-02-27
winutils.exe 文件针对hadoop2.x在windows运行的插件
Exp:
Could not locate executable null\bin\winutils.exe in the Hadoop binaries
解决:
System.setProperty("hadoop.home.dir", "F:/hadoop");
或者设置环境变量 hadoop_home
2016-09-20
runjettyrun.jetty7-1.3.2
由于国内禁用了国外网站。所以没法下载。本jetty 插件是用于eclipse,myEclipse,spring sts ide,都可以使用。这是本人购买了软件才,下载到的。贡献给大家。同时给点支持!
2015-09-17
在linux中编译64位的 hadoop 2.4.1native
1.已经编译好的 hadoop2.4.1 x64
用法:将hadoop-2.4.1/lib/native下所有文件删除,然后将包中的文件放入
2.自己安装搜索“编译64位的hadoop 2.4.1”参考:http://hadoop.apache.org/docs/r2.3.0/hadoop-project-dist/hadoop-common/NativeLibraries.html
The native hadoop library is written in ANSI C and is built using the GNU autotools-chain (autoconf, autoheader, automake, autoscan, libtool). This means it should be straight-forward to build the library on any platform with a standards-compliant C compiler and the GNU autotools-chain (see the supported platforms).
The packages you need to install on the target platform are:
C compiler (e.g. GNU C Compiler)
GNU Autools Chain: autoconf, automake, libtool
zlib-development package (stable version >= 1.2.0)
Once you installed the prerequisite packages use the standard hadoop pom.xml file and pass along the native flag to build the native hadoop library:
$ mvn package -Pdist,native -Dskiptests -Dtar
You should see the newly-built library in:
$ hadoop-dist/target/hadoop-2.3.0/lib/native
编译需要用到的插件比较多,所有方便还是下载我的吧!
2014-10-28
J2EE应用与BEA.WebLogic.Server第2版
本书前一版非常畅销。第二版是第一版的修订和更新,是使用J2EE 1.3(参考了J2EE 1.4的特性)和新的BEA WebLogic Server 8.1来开发基于Web的应用程序的全新指南。
本书可引导读者逐步学会构建完整而健壮的Web应用程序。书中介绍的内容包括构建用户界面的原型、编码服务器端表示逻辑和JSP代码、实现数据库连接、建立中心注册表、提供JMS消息、编码EJB以及集成电子邮件功能。在这个过程中,本书在介绍增强的可用性、可靠性和安全性最佳实践的同时,还介绍了每个模块是如何适合于整体应用程序设计的。本书覆盖的主题包括:
利用模型-视图-控制器(MVC)设计模式;
使用JDBC和BEA WebLogic的事务支持来集成企业数据库;
为使应用程序运行在集群化的BEA WebLogic Server环境中而做的准备;
开发完全利用BEA WebLogic容器服务的EJB;
测试、编译和部署的最佳实践和准则;
使用WebLogic Workshop,即BEA统一开发环境;
利用BEA WebLogic Platform,在端到端应用程序框架中集成业务流程和后台系统。
2012-10-26
Java分布式应用学习笔记01分布式Java应用和SOA .pdf
Java实现网络通信、RPC;基于SOA实现大型分布式Java应用;编写高性能Java应用;构建高可用、可伸缩的系统四个部分,共七章内容。作者结合自己在淘宝网的实际工作经验展开论述,既可作供初学者学习,也可供同行参考。分布式java应用简单的说就是多层架构直接的信息转换。
2012-10-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人