码迷,mamicode.com
首页 >  
搜索关键字:sublime test    ( 38047个结果
springmvc3.2+spring+hibernate4全注解方式整合(一)
json_test login.jsp contextConfigLocation classpath:com/config/spring/spring-*.xml org.springframework.web.conte...
分类:编程语言   时间:2014-07-07 11:56:13    阅读次数:213
springmvc3.2+spring+hibernate4全注解方式整合(四)
以上是工程文件,下面开始测试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
多线程中的生产者消费者Java源代码(带注释)
同步解决了线程中数据存取不一致的问题,而Object类中的等待与唤醒方法解决了重复存取的问题以下的生产者消费者Java源代码例子,很好的说明了这一点。其中包括Info类、Producter类、Consumer类、Test类。 Info类如下: 1 package per.producterconsu...
分类:编程语言   时间:2014-07-07 11:48:41    阅读次数:221
PHP SOAP 使用示例
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
系统的启动模式(启动级别)的改动---使用upstart启动机制的
/********************************************************************** Author : Samson* Date : 06/18/2014* Test platform:* Mint 15* GNU bash, version...
分类:其他好文   时间:2014-07-07 10:01:11    阅读次数:186
Java邮件发送
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
C\C++编程中:相对路径+绝对路径
电脑硬盘E盘下,建文件夹“test”,"test"下建立子文件夹“file”,"file"下建子文件夹“data”,电脑资源管理器显示目录 E:\test\file\data当前 路径 E:\test\file=============================================...
分类:编程语言   时间:2014-07-07 09:12:33    阅读次数:528
spring测试父类,使用junit-4.4.jar,spring-test.jar
@ContextConfiguration(locations = "classpath:conf/applicationContext.xml")@RunWith(SpringJUnit4ClassRunner.class)@Transactional@TransactionConfigurati...
分类:编程语言   时间:2014-07-07 09:11:52    阅读次数:189
加减乘除的问题 - BigDecimal
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
添加工程到creator编辑器步骤
创建四个文件,工程名为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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!