自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Fred Lee的程序人生

Fred Lee的专栏文章,交友空间,资源共享,技术合作!

  • 博客(7)
  • 资源 (41)
  • 收藏
  • 关注

转载 唐骏离职新华都当老板

每经记者 戴高城 发自上海《每日经济新闻》1月18日刊发的《新华都帝国松动:陈发树兄弟清仓解禁股 唐骏[微博]或将走人》报道最终得以证实:10天之后,唐骏选择“转身”走人。昨日(1月28日),唐骏连发4条微博向外界透露辞去新华都实业集团股份有限公司 (以下简称新华都集团)总裁兼CEO,并表示将“重新出发”,新的起点则是港澳资讯。对此,新华都集团方面向媒体表示,唐骏从未在新华都上市公司任

2013-01-29 10:04:05 857

转载 jQuery 技巧

jQuery 技巧,以前发布了很多了,具体的可以参考脚本之家以前发布的文章。1、关于页面元素的引用 通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。2、jQuery对象与dom对象的转换 只有jquery对象才能使用jquery定

2013-01-23 17:10:29 546

转载 系统的MAC地址修改

如今大家都是ADSL上网,当你查网费时就会发现,每次上网电信都会记录下你的网卡MAC地址,这是因为IP地址是动态的(每次上网都不同),而MAC地址却是不变的──每张网卡都有一个与众不同的MAC(物理)地址,因此MAC地址就成了客户的网上身份证,通过记录MAC地址,即可确认是你上的网!   一、MAC地址的用途   MAC地址在网卡中是固定的,每张网卡的MAC地址都不一样。网卡在制作

2013-01-23 12:38:51 801

原创 Tomcat配置SSL协议 支持https

1〉生成密钥在Dos命令提示符窗口下执行以下命令: keytool -genkey -alias tomcat -keyalg RSA -keypass changeit -storepass changeit -keystore server.keystore -validity 3600通过以上步骤生成server.keystore证书文件拷贝到Tomcat目录

2013-01-22 14:52:18 1349

转载 Hyperic HQ架构概述

Hyperic HQ是一个基于Java的软件资源监测和管理平台。体系结构的关键要素是HQ Server,可用于集中管理和持久性存储,以及HQ Agent,提供了对每个监测平台基础地监测和控制。1.HQ AgentHQ Agent可以运行在想要使用Hyperic HQ管理的每一台机器上。在第一次启动时,agent自动发现机器上运行的软件,并定期重新扫描配置的更改。HQ agent收集可用

2013-01-17 11:30:47 5438 1

转载 使用 CAS 在 Tomcat 中实现单点登录

CAS 介绍CAS 是 Yale 大学发起的一个开源项目,旨在为 Web 应用系统提供一种可靠的单点登录方法,CAS 在 2004 年 12 月正式成为 JA-SIG 的一个项目。CAS 具有以下特点:·        开源的企业级单点登录解决方案。 ·        CASServer 为需要独立部署的Web 应用。·        CASClient 支持非常多的客户端(这

2013-01-11 17:35:56 679

转载 JDK自带的实用工具native2ascii.exe

在做Java开发的时候,常常会出现一些乱码,或者无法正确识别或读取的文件,原因是编码方式的不一致。native2ascii是sun java sdk提供的一个工具。用来将别的文本类文件(比如*.txt,*.ini,*.properties,*.java等等)编码转为Unicode编码。一.获取native2ascii  安装了jdk后,假如你是在windows上安装,那么在jdk的安装目录

2013-01-05 10:21:51 1013

core-java.rar

具体可以参考我的文章 <<Java 正则表达式的使用指南>> ,文章中对Java常见的一些正则表达式进行了详细描述,丰富的例子程序让你对文章有更实际的体验。 In this article, we will discuss the Java Regex API and how regular expressions can be used in Java programming language.

2019-06-06

curl for windows10 x64

curl for windows10 x64 , version Version 7.56.1 (23 Oct 2017) Daniel Stenberg (23 Oct 2017) - RELEASE-NOTES: 7.56.1 - THANKS: update at 7.56.1 release time - [Jon DeVree brought this change] mk-ca-bundle: Remove URL for aurora Aurora is no longer used by Mozilla https://hacks.mozilla.org/2017/04/simplifying-firefox-release-channels/ - [Jon DeVree brought this change] mk-ca-bundle: Fix URL for NSS The 'tip' is the most recent branch committed to, this should be 'default' like the URLs for the browser are. Closes #1998 - imap: if a FETCH response has no size, don't call write callback

2017-10-27

Java线程检测和数据收集工具

通过jps 和jstack定时收集java进程的线程信息

2016-11-03

jQuery插件国际化开发代码

通过代码让你很快就熟悉了基于jQuery插件进行国际化软件设计的方法。

2014-11-16

Hyperic hqapi 使用手册

Hyperic HQAPI最新的使用参考手册.一书在手,万事不愁!

2014-09-19

JavaEE 6 Servlet 3.0 中的新特性

• 易于开发和部署 • 模块化web.xml • 动态配置 • 异步Servlet 技术进步无极限,学习跟进吧!

2013-10-09

SSH2 Integration Sample

it tell you the integration between “Struts2 + Spring + Hibernate“. Make sure you check the following tutorials before continue. Struts 2 + Hibernate integration example Struts 2 + Spring integration example Struts 1.x + Spring + Hibernate integration example

2013-05-14

Vmware vFabric 5 云端应用程序平台

应用程序平台市场 vFabric概览 vFabric 5 GemFire简介 SQLFire简介 tc Server简介 RabbitMQ简介 Hyperic简介

2012-06-26

Building and Running Spring Applications on SpringSource tc Server

Table of Contents 1. Building/Running Spring Applications on SpringSource tc Server?. 2. Widespread Adoption of Spring and Tomcat. 3. What is tc Server?. 4. Spring and tc Server Share Common Philosophy. 5. Combining Spring Framework and tc Server. 6. Conclusion.

2012-06-26

Migrating JEE Applications from WLS/WAS to SpringSource tc Server

I don't want to say too much, please check the content as below: 1. Migrating JEE Applications to tc Server?. 3 2. Planning and Cost Analysis. 3 3. JEE Specification and JEE Application Servers. 6 4. Java EE 5.0 API Support. 7 5. Code Migration Strategies. 9 6. Remoting Services. 14 7. DataSources. 14 8. Security. 14 9. Messaging. 15 10. Administration and Management. 15 10.1 Server Administration and Management. 15 10.2 Application Administration and Management. 16 11. Conclusion. 16

2012-06-26

2012Oracle开发日全套资料

# 压缩文件 weblogic12c.rar javaee6-hol-2012-wls12c_13273848887826615.pdf VDD-Keynote.pdf Supercharging WLS Apps With Coherence.pdf WebLogic_JavaEE6.pdf VDD-EE6Tools.pdf TotalWebLogicServerDevelopment.pdf # # 总计 大小 压缩后大小 文件数 # 15552776 12946669 6

2012-02-28

10 款富有创意的博客名片设计

非常新潮的名片设计,紧跟时代潮流,做互联网时代的先锋战士。

2012-02-27

JQueryDataTables sample code

The code give you examples that you can easily implement fully functional tables with pagination, sorting, and filtering in a Java web application

2012-02-21

Java Networking and Proxies Code

启动一个线程,可以时刻检测访问的某个URL是否通过proxy,检测出proxy的详细信息等。

2012-02-21

JavaEE6 new feature

A lot of change introduced in Java EE 6 as below: New model:Annotation-based programming model Light weight:Reduce or eliminate need for DD Others:Traditional API for advanced users etc...

2012-02-20

HTML5 入门学习材料一网打尽

随着Adobe宣布放弃Flash在移动终端的支持和发展,HTML5已经成为大家未来移动网络开发的不二选择,当前HTML5已经成为研发的热点,跟进新技术是你的需要,更是我们IT人的使命。 HTML5 Introduction Welcome to HTML5 HTML5 Essentials HTML5 & CSS3

2011-12-30

CFA3 真题 1999-2010

不可多得的资源,我花重金购买的资源,不分享太可惜了,而且这个东西如果你需要,还真能发挥作用,祝你好运!

2011-12-30

J2EE6 and weblogic

Good document, you deserve to have it.

2011-12-16

Oracle WebLogic Server 12c new feature

务须多言,Oracle12c 收个基于云计算的应用服务器,值得期待。

2011-12-16

ReleaseOverview for Websphere8

If you still have little knowledge about the new technology websphere 8, I want to say you are outing. Catch on by this document.

2011-12-16

JBoss7 introduction

JBoss 7 changed a lot with the previous one, you can start quickly by this introduction.

2011-12-16

GROOVY入门经典

如果有想学习Groovy,那么这本就是学习Groovy的入门必备手册了。

2011-09-08

sample code for WebSphere Application Server Administration Using Jython

WebSphere Application Server Administration Using Jython 是很经典,费了好久才在CSDN上找到,还没有代码参考,故特意在此放上,供参考。

2011-07-18

Performance Tuning Guide and Reference

Performance Tuning Guide and Reference. The book is based on Oracle9g,but the principle can also be applied for any platform.

2011-05-25

Oracle11g 完全参考手册

一直在找一个完整版的,这次找到了,分享给大家。 1326页,只能当参考书了,不然会看死人的。 PDF格式,超清晰,资源有限,期望给3分,见谅! This book is dedicated to my family and friends. You are a blessing indeed.

2011-05-25

CFA Level 2 Mock Exam

Questions relate to Ethical and Professional Standards. Questions relate to Financial Statement Analysis. Questions relate to Equity Investments ...

2010-04-06

perl 处理大的数据文件

源代码中提供了perl如何处理大的XML文件的方法,并在文件中对文件进行基于正则表达式的替换操作以形成新的文件。此方法既能极大的降低内存消耗,又提高了读取速度。

2009-08-24

ASN.1-BER规则.pdf

此文属国家通信标准文件,详细描述了几种编码之间的区别,并重点对BER的编码规范进行了透彻的描述

2009-08-24

JAVA 模式培训教材

公司内部经典JAVA模式教程,相对其他电子书,此教案针对性更强,更容易理解,帮助上手。

2009-08-24

程序员常用JavaScript特效

文章集中总结了程序员在使用JavaScript中几种特殊用法,增加你对JavaScript的理解,值得珍藏!

2009-05-29

J2EE服务器调优幻灯片资料

Performance Tuning Overview. J2EE Tuning Zones. Platform (OS) Tuning. JVM Tuning. WebLogic Core Tuning.

2009-04-16

JVM内存调优深入文章共享

最近总结JVM内存调优的一些东西,基本上是网上一些资料的汇总。 文章从算法,垃圾回收机制等多个方面对JVM的工作机制进行描述,使读者对JVM 有个全面的了解。

2009-04-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除