在.NetFramework中集合类有很多种,比如:Array(数组),ArrayList(数组列表),List(列表),HashTable(哈希表),Dictionary(字典),Stack(堆栈) ,Queue(队列)ArrayList是数组的复杂版本,ArrayList 类提供在大多数Coll...
分类:
其他好文 时间:
2014-09-01 19:20:33
阅读次数:
188
spring定时器1.需要使用的包:spring.jar,quartz-1.6.0.jar2.定时动作实现类:package com.capinfo.ronease.back.quartz;import java.lang.reflect.InvocationTargetException;impo...
分类:
编程语言 时间:
2014-09-01 17:37:13
阅读次数:
186
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.OleDb;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Microsoft.Off...
分类:
其他好文 时间:
2014-09-01 16:03:33
阅读次数:
225
1. front-view2. back-code
分类:
其他好文 时间:
2014-09-01 15:20:13
阅读次数:
192
给出一个长为n的数列的k个排列(1?≤?n?≤?1000; 2?≤?k?≤?5),求这个k个数列的最长公共子序列的长度
dp[i]=max{dp[j]+1,where j
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define pb push_back
...
分类:
其他好文 时间:
2014-09-01 14:04:23
阅读次数:
192
Struts2 在项目中用到的核心是拦截器interceptor,OGNL(Object Graph navigation Language)对象图导航语言(用来操作ValueStack里面的数据),Value Stack和ActionContext。strut2是基于WebWork,WebWork...
分类:
其他好文 时间:
2014-09-01 13:49:53
阅读次数:
492
==================================主程序usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication6
{
classProgram
{
staticvoidMain(string[]args)
{
//有序列表会按照键排序
Sorted..
分类:
其他好文 时间:
2014-09-01 02:55:53
阅读次数:
155
package leetcode;import java.util.Stack;/** * Created by smallstrong on 14-8-31. *///For example,// Given s = "the sky is blue",// retur...
分类:
其他好文 时间:
2014-08-31 14:26:01
阅读次数:
173
歌手 Kate Voegele 是美国俄亥俄州的一位年轻创作型歌手,她会唱歌、会写歌、特别擅长弹吉他、还会弹钢琴。她是美国新生代歌手中的佼佼者。99 Times--KateVoegele So you seeYou’ve got me back again for moreAnd it seemsY...
分类:
其他好文 时间:
2014-08-31 13:10:31
阅读次数:
259