码迷,mamicode.com
首页 >  
搜索关键字:garbage collection    ( 6557个结果
SoapUI Pro Project Solution Collection-change the JDBC Request behavior
change the jdbc request : 1.change the driver name,connection string,query string or assert. the object we will use here is : JdbcRequestTestStep Test...
分类:数据库   时间:2014-09-20 21:03:49    阅读次数:320
SoapUI Pro Project Solution Collection –Easy develop Groovy Script to improve SoapUI ability
As you know the groovy script and java script language is the soapui supported .but unfortunately Soapui’s groovy editor had not provided a better edi...
分类:其他好文   时间:2014-09-20 20:43:39    阅读次数:358
SoapUI Pro Project Solution Collection-access the soapui object
Technorati 标签: Soapui pro,web service,apI Testing
分类:数据库   时间:2014-09-20 20:41:09    阅读次数:231
Collection of algorithm for sorting. 常见排序算法集(三) —— Quick Sort
Quick Sort...
分类:其他好文   时间:2014-09-20 16:11:39    阅读次数:256
集合Set、List、Map的遍历方法
1 package com.shellway.javase; 2 import java.util.ArrayList; 3 import java.util.Collection; 4 import java.util.HashSet; 5 import java.util.Iterator; ....
分类:其他好文   时间:2014-09-20 02:16:16    阅读次数:216
Collection of algorithm for sorting. 常见排序算法集(二)
Collection of algorithm for sorting heap sort 堆排序                The heapsort algorithm can be divided into two parts.                In the first step, a heap is built out of the data. The h...
分类:其他好文   时间:2014-09-19 19:24:45    阅读次数:220
Mapped Statements collection does not contain value for TaskMapper.selectByPrimaryKey
Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种:1、mapper.xml中没有加入namespace2、mapper.xml中的方法和接口mapper的方法不对应3、mapper.xml没有加...
分类:移动开发   时间:2014-09-19 17:14:25    阅读次数:272
使用重用机制创建cell的两种方法
一.UICollectionView使用的cell重用机制  1.首先服从协议,如果自定义cell,导入自定义cell类的头文件 2.定义全局变量重用标识符 static NSString *cellIdentifier = @“重用”; 3.注册cell(collection,为UICollectionView对象) [collection registerClass:[U...
分类:其他好文   时间:2014-09-19 13:54:15    阅读次数:228
MVC 生成图片,下载文件(图片不存在本地,在网上下载)
/// /// 生成图片 /// /// /// public FileStreamResult GenerateImage(FormCollection collection) { v...
分类:Web程序   时间:2014-09-19 13:36:35    阅读次数:150
[IOS UICollectionView模版]
创建CollectionCell模版:1、新建类CollectionCell继承自UICollectionViewCell2、新建Xib,命名为CollectionCell.xiba.选中CollectionCell.xib删掉默认的View,从控件中拖一个Collection View Cell(...
分类:移动开发   时间:2014-09-19 13:23:45    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!