一、HttpServletResponse常见应用——生成验证码1.1、生成随机图片用作验证码 生成图片主要用到了一个BufferedImage类, 生成随机图片范例: 1 package gacl.response.study; 2 3 import java.awt.Color; 4 im...
分类:
编程语言 时间:
2014-07-11 19:17:57
阅读次数:
284
一、ServletConfig讲解1.1、配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个标签为servlet配置一些初始化参数。例如: 1 2 ServletConfigDemo1 3 gacl.servlet.study.Servl...
分类:
编程语言 时间:
2014-07-06 16:01:58
阅读次数:
285
For the exercises in this chapter we need a list of English words. There are lots of word lists available on the Web, but the most suitable for our pu...
分类:
其他好文 时间:
2014-07-05 22:45:55
阅读次数:
545
Iwanttostudyitallthetime,andnowIamreadytostudythisbookinthenextmouth.Time:2014/07/02先看一个程序体验一下:#include<iostream>
intmain()
{
/*Thisisatestexample*/
std::cout<<"Entertwonumbers:"<<std::endl;
intv1,v2;
std::cin>>v1>>v..
分类:
编程语言 时间:
2014-07-03 15:24:04
阅读次数:
221
Today,it`s my first day to start a new lesson with c#!At first ,I want to study it just because java is a old language ,and run slower than c# many pe...
分类:
其他好文 时间:
2014-06-26 16:46:23
阅读次数:
191
## 机器学习的定义-------- Arthur Samuel (1959). Machine Learning: Field of study that gives computers the ability to learn without being explicitly programme...
分类:
其他好文 时间:
2014-06-25 20:48:57
阅读次数:
337
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4640题意:给出一个无向图,边有权值。三个人初始时呆在1号点。在其余n-1个点中有些点要求被遍历到。且除了1号点之外每个点最多只能被一个人遍历。求要求被遍历的点中最后被遍历的点的最小时刻。思路:用f[st...
分类:
其他好文 时间:
2014-06-23 06:26:56
阅读次数:
277
首先说明一下创意的出处:http://www.zhangxinxu.com/study/201209/pictures-3d-slide-view.html(张鑫旭的博客 ),对前台感兴趣的可以没事去看看他的博客,很给力~
这篇博客的目的是因为上篇HTML5 CSS3专题 诱人的实例 CSS3打造百度贴吧的3D翻牌效果中有个关于CSS 3D效果的比较重要的知识点没讲到,就是perspective...
分类:
Web程序 时间:
2014-06-22 07:30:33
阅读次数:
435
secureCRT
修改PageUP,PageDown,Home,End键小trick:http://blog.csdn.net/shark_sq/article/details/6722512所有键盘Asc码字符分享:http://skylove.study-area.org/blog/categ...
分类:
其他好文 时间:
2014-06-13 19:37:22
阅读次数:
573
以往一直都是crontab+shell调用java程序,最近需要反过来,使用java调用shell程序,实现定时管理,今天总结一下。基础内容:java的java.lang.Runtime类提供了exec静态方法,可以执行本地脚本程序事例:package
study;import java.io.In...
分类:
编程语言 时间:
2014-06-13 18:15:21
阅读次数:
321