json_test login.jsp contextConfigLocation classpath:com/config/spring/spring-*.xml org.springframework.web.conte...
分类:
编程语言 时间:
2014-07-07 11:56:13
阅读次数:
213
以上是工程文件,下面开始测试package test.testservice;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autow...
分类:
编程语言 时间:
2014-07-07 11:50:50
阅读次数:
163
同步解决了线程中数据存取不一致的问题,而Object类中的等待与唤醒方法解决了重复存取的问题以下的生产者消费者Java源代码例子,很好的说明了这一点。其中包括Info类、Producter类、Consumer类、Test类。 Info类如下: 1 package per.producterconsu...
分类:
编程语言 时间:
2014-07-07 11:48:41
阅读次数:
221
soap_client.php "http://localhost/soap_server.php",'uri'=>"http://test-uri") ); echo $client->getVar(); } catch (SoapF...
分类:
Web程序 时间:
2014-07-07 10:59:59
阅读次数:
191
/********************************************************************** Author : Samson* Date : 06/18/2014* Test platform:* Mint 15* GNU bash, version...
分类:
其他好文 时间:
2014-07-07 10:01:11
阅读次数:
186
package com.expai.test;import java.util.Properties;import javax.activation.DataHandler;import javax.activation.DataSource;import javax.activation.File...
分类:
编程语言 时间:
2014-07-07 09:17:00
阅读次数:
140
电脑硬盘E盘下,建文件夹“test”,"test"下建立子文件夹“file”,"file"下建子文件夹“data”,电脑资源管理器显示目录 E:\test\file\data当前 路径 E:\test\file=============================================...
分类:
编程语言 时间:
2014-07-07 09:12:33
阅读次数:
528
@ContextConfiguration(locations = "classpath:conf/applicationContext.xml")@RunWith(SpringJUnit4ClassRunner.class)@Transactional@TransactionConfigurati...
分类:
编程语言 时间:
2014-07-07 09:11:52
阅读次数:
189
public class Test{ public static void main(String args[]){ System.out.println(0.05+0.01); System.out.println(1.0-0.42); System...
分类:
其他好文 时间:
2014-07-03 21:31:12
阅读次数:
218
创建四个文件,工程名为Test,分别为Test.creator , Test.config , Test.files , Test.includesTest.creator中写入[General]Test.config配置文件,可为空Test.files添加所有文件例如core/main.c co....
分类:
其他好文 时间:
2014-07-03 20:38:57
阅读次数:
164