Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.Parameters:colum...
分类:
数据库 时间:
2014-09-10 10:49:10
阅读次数:
275
Author:Hyphen
今天又接触到一个新名词--“AOP”,当我在电话听到这个词时,一头雾水,因为在学校里面学过OOA,OOD,当然还有OOP,就是没听过AOP.
AOP:Aspect Oriented Programming,用中文表达就是:面向切面编程。
在做开发设计时,你有你的核心关注点,就是你要实现的主要功能,好比某项数据操作,这些具体的功能是相对独立的,但在实现这些核...
分类:
其他好文 时间:
2014-09-10 09:38:30
阅读次数:
159
源起:
C++ Primer 第五版,Exercise 9.38
Write a program to explorer how vectors grow in the library you use.
环境:
WIN 7 + VS 2008 32bit
测试代码:
#include
#include
#include
using namespace std;
...
分类:
编程语言 时间:
2014-09-09 21:34:39
阅读次数:
432
A method and apparatus for detecting a Return-Oriented Programming exploitation. At a computer device, a mechanism to detect a control transfer of a c...
分类:
其他好文 时间:
2014-09-09 19:43:29
阅读次数:
219
In computer science, functional programming is a programming paradigm, a style of building the structure and elements of computer programs, that treat...
分类:
其他好文 时间:
2014-09-09 11:07:08
阅读次数:
225
Book DescriptionAs an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms...
分类:
编程语言 时间:
2014-09-07 18:33:05
阅读次数:
263
以下为java的一些常见的题
1.
代码:
package cn.wwh.www.exercise;
import java.util.Scanner;
/**
* 类的作用:1.输出N * N的乘法口诀表
*
*
* @author 一叶扁舟
* @version 1.0
* @创建时间: 2014年9月4日 下午6:09:08
*/
public class Pri...
分类:
其他好文 时间:
2014-09-06 06:30:42
阅读次数:
181