原文:http://www.cnblogs.com/GnagWang/archive/2011/02/27/1966606.html记下来,很重要。Java语言的关键字,当它用来修饰一个方法或者一个代码块的时候,能够保证在同一时刻最多只有一个线程执行该段代码。
一、当两个并发线程访问同一个对象obj...
分类:
编程语言 时间:
2014-06-06 16:35:50
阅读次数:
351
应该放在表格里面提交的应该放在 form --熟悉 name -名称
action="longin.php"(提交到那里) method="get ,post" title-说明文件input type = pas
--name="这里写用户名"复选框 kanshu单选 男-------必须是在同一...
分类:
Web程序 时间:
2014-06-06 16:28:06
阅读次数:
231
這一篇要說明的是,如何使用 JDK 7 推出的 NIO 2 進行 TCP
程式開發,底下的類別圖只是其中較重要的部份,要詳細了解各類別關係,及各類別的 method,請查閱 API Documents。NIO 2 同時提供
blocking 和 non-blocking 的模式,blocking 模...
分类:
其他好文 时间:
2014-06-04 16:38:07
阅读次数:
306
ASP.NET MVC学前篇之Lambda表达式、依赖倒置前言
随着上篇文章的阅读,可能有的朋友会有疑问,比如(A.Method(xxx=>xx>yy);)类似于这样的函数调用语句,里面的xxx=>xx>yy这些到底是怎么用的?依赖倒置原则的实现也会在本篇幅的最后来粗略的讲解一下。
本篇没有核心的主...
分类:
Web程序 时间:
2014-06-04 16:21:13
阅读次数:
244
package com.saic.grape.controller;
public class Data {
private int j=0;
/**
* 加法
*/
public synchronized void inc() {
j++;
System.out.println("inc 加法运算>>"+j);
}
/**
* 减法
*/...
分类:
编程语言 时间:
2014-06-04 14:03:01
阅读次数:
356
struts就是充当拦截器(过滤器)的作用。在web.xml配置过滤器, 1 package
cn.itcast.framework.core; 2 3 import java.io.IOException; 4 import
java.lang.reflect.Method; 5 im...
分类:
其他好文 时间:
2014-06-03 14:33:00
阅读次数:
294
占没有查到替换的方法,先记着!The method
startManagingCursor(Cursor) from the type Activity is deprecatedThe constructor
SimpleCursorAdapter(Context, int, Cursor, St...
分类:
移动开发 时间:
2014-06-02 16:05:59
阅读次数:
309
Agile software developmentAgile software
developmentis a group ofsoftware development methodsbased oniterative and
incremental development, in which r...
分类:
其他好文 时间:
2014-06-02 10:18:52
阅读次数:
201
myeclipse 10 载入新的项目报错Cannot return from outside
a function or method解决方法:方法一:window -->preferences -->myeclipse
-->validation -->javascript validator ...
分类:
系统相关 时间:
2014-06-02 08:47:49
阅读次数:
332
/**
* @author gao
*/
package gao.org;
public class RunnableDemo implements Runnable{
@Override
public void run() {
// TODO Auto-generated method stub
for(int i=0;i<10;i++){
System.out.pri...
分类:
编程语言 时间:
2014-06-01 18:12:33
阅读次数:
441