有种想法,想学Java!
现在的我啊,还是个学生,刚刚学了点VB,动作最大也就是用VB编写了一个计算阶乘的工具,说出来真是让各位看官笑掉大牙……但是我突然有种想法,想学Java,本人专业是通信工程,觉得移动通信会有相当大的前途,于是萌生了这个想法!各位看官别笑话我,能提拔的提拔点,不能提拔的给点鼓励!在下谢过各位了!
相关文档:
今天遇到一个很诡异的bug,调试了半天也没有看出来有什么问题,抽象一下代码如下:
public class Instance
{
public static Instance instance = new Instance();
public static Map<String, String> map = new HashMap<String, String>();
public static Instance instance()
{
r ......
http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp
Categories of Java HotSpot VM Options
Standard options recognized by the Java HotSpot VM are described on the Java Application Launcher reference pages for Windows
, Solaris
and Linux
. This document deals exclusively wit ......
现在UrlRewriter技术有两个技术平台的,一个就是在Java方向的,另一个就是.NET方向的。这次是Java方向的应用。
首先让我们了解它的工作原理,说白了它就是一个简单的过滤器(Filter),看看源码你就会很快的明白,它就是通过我们在jsp中常用的两个方法实现的forward(),sendRedirect().
下面我们就快速的为你的网站搭建U ......
create or replace procedure updateProject is
begin
update project p set p.total_intend_gather =
(select sum(ig.gather_sum) from intend_gather ig where ig.project_number=p.project_number);
up ......
/************************************************************************
* & ......