P5

  Google's BigTable 原理(翻译) 文档

Google's BigTable 原理 (翻译) Google's BigTable 原理 (翻译)     题记:google 的成功除了一个个出色的创意外,还因为有 Jeff Dean 这样的软件架构天才。

ljp123456 2014-03-22   613   0
P

The Oracle Hacker's Handbook: Hacking and Defending Oracle 文档

Exploring every technique and tool used by black hat hackers to invade and compromise Oracle, this in-depth guide shows you how to find the weak spots in your databases so you can better defend them.<br> It's terribly important that Oracle get security right, and so far their record has been poor. The Oracle RDBMS has had more critical security vulnerabilities than any other database server product. By critical, I mean those flaws that can be exploited by a remote attacker with no user ID and password and which gives them full control over the database server. To put these critical security vulnerabilities in context, IBM's DB2 has had 1; Informix has had 2; and Microsoft's SQL Server has had 2. Oracle has had 9. That's more than the other database servers put together. In terms of flaws that require a user ID and password but yield full control when exploited, again Oracle outstrips the rest by far.

ThinkJ 2015-04-08   3158   0
P14

  S2SH 框架整合 文档

S2SH框架整合 一、首先建立工程MyS2SH,其目录如下图所示: 二、添加Spring Capabilities。 注意:最好选择Copy checked 选项,这样对包的管理比较好。 选择合适的

zc9861692 2012-06-06   3535   0
P11

  N-S 流程图学习 文档

4 2.4.2 用流程图表示算法 4 2.4.3 三种基本结构和改进的流程图 8 2.4.4 用N-S流程图表示算法 9 2.4.5 用伪代码表示算法 10 2.4.6 用计算机语言表示算法 11 2.5

yexuanpk 2012-05-08   2978   0

s3Capcha jQuery plugin 开源项目

这个jQuery插件能够让你用选择图片的方式来代替填写验证码的验证方式。

码头工人 2019-02-23   629   0
Forms   jQuery   PHP  

s2sh整合<二> 博客

org/dtds/struts-2.0.dtd" > < struts > < package name = " s2sh " extends = "struts-default" >

quguiliang 2011-04-06   2250   0

s2sh整合<一> 博客

整合 开发工具Eclipse 6.5/6.6 GA 1.首先创建一个web工程,我们暂且启明为 s2sh 这里我们选择的是Java EE 5.0 finish 2.向工程加入hibernat

quguiliang 2011-04-06   1924   0
P60

  Struts2 学习笔记 文档

 Struts2学习笔记 Java相关课程系列笔记之十三 笔记内容说明 Struts2(李翊老师主讲,占笔记内容100%); 目 录 一、 Struts2概述 1 1.1为什么要用Struts 1 1

ainubis 2014-04-08   667   0
P38

  Struts2笔记_2 文档

----------------------------------------- 真正的 Struts2 框架的定义:框架(Framework)是一个提供了可重用的公共结构的半成品 使用Struts

495182948 2011-12-07   638   0
P31

  Struts2 学习笔记 文档

 目录 l 建立一个Struts2 工程 - 2 - l 用Action的属性接收参数 - 10 - l 使用Domain Model (实体模型) 接收参数 - 11 - l Struts2_2.1

食梦鱼儿 2015-06-23   961   0
P7

  Struts2与extjs如何整合 文档

Struts2与extjs集成 *****补充:IDE开发环境 用Myeclipse8.5或8.6或5.5,(注意8.0M1蓝/绿色版在Ext与struts2整合时常出错,所以最好不用8.0M1版),对8

kevin.fan 2011-08-10   3200   0
Struts2   Web框架   Apache   HTML   JSON  
P13

  Liferay Struts2 完整实例_修正 文档

目录 一.Liferay,ext开发环境的搭建 1 二.集成struts2 3 1.依赖包: 3 2.使用Struts2 3 三.使用Hibernate. Spring 4 1.建立bean 4 2

cc2723 2012-08-23   574   0
P64

  Struts2源代码分析 文档

1. Struts2架构图 请求首先通过Filter chain,Filter主要包括ActionContextCleanUp,它主要清理当前线程的ActionContext和Dispatcher;

shenhua 2011-07-22   4091   0
P39

  Struts2 学习笔记 文档

 Struts学习笔记                       第页 共39页 Struts2 学习笔记 ---wjt276 [二○一○年一月五日 完] Struts学习笔记                       第页

sheng1988 2012-04-07   692   0
P6

  全面讲解Struts2的Action 文档

Struts2的Action Struts2框架中的Action是业务控制器,是Struts2框架的核心。用户提交的所有请求,都是通过Action进行业务逻辑处理的。在Struts2框架中,Action是实现企业应用的关键部分。

gzx2080205 2011-08-10   3522   0
P23

  Struts2源代码分析 文档

本章讲述Struts2的工作原理。   读者如果曾经学习过Struts1.x或者有过Struts1.x的开发经验,那么千万不要想当然地以为这一章可以跳过。实际上Struts1.x与Struts2并无我们

hbjzws 2011-05-17   7845   0
P58

  工作中总结的Struts2 文档

一、准备工作及实例 1.解压struts-2.1.6-all.zip apps目录:struts2自带的例子程序 docs目录:官方文档。 lib 目录:存放所有jar文件。 Src 目录:源文件存放地

tenstars 2011-04-07   261   0

Struts2 json plugin实战2 经验

1. 首先是在struts2的工程里添加struts2-json-plugin.xxx.jar库,如果是使用的maven,添加以下dependency org

jopen 2012-02-01   54769   0

Struts2 json plugin实战1 经验

1. 首先是在struts2的工程里添加struts2-json-plugin.xxx.jar库,如果是使用的maven,添加以下dependency org

jopen 2012-02-01   36608   0
P41

  Struts2、Spring、Hibernate实例 文档

Struts2、Spring和Hibernate应用实例 Struts作为MVC 2的Web框架,自推出以来不断受到开发者的追捧,得到广泛的应用。作为最成功的Web框架,Struts自然拥有众多的优点:MVC

luwanchuan 2011-11-19   414   0
1 2 3 4 5 6 7 8 9 10