码迷,mamicode.com
首页 >  
搜索关键字:data import    ( 128077个结果
viewpager动态加载listView数据
package com.example.viewpage;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;import android.annotation....
分类:其他好文   时间:2014-05-26 19:22:48    阅读次数:262
poj3094
QuicksumTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 13523Accepted: 9407DescriptionA checksum is an algorithm that scans a packet of data ...
分类:其他好文   时间:2014-05-26 19:21:24    阅读次数:267
ios message box
@interface K3ViewController : UIViewController@end#import "K3ViewController.h"@interface K3ViewController ()@property (weak, nonatomic) IBOutlet UILab...
分类:移动开发   时间:2014-05-26 19:15:17    阅读次数:259
jQuery 动态加载树
本案例中用到了jquery的 tree插件,在本文的附件中可以下载jsp代码: "> jQuery Tree Refresh both Trees =-=====================java代码:本人用的是 servletpackage com;import...
分类:Web程序   时间:2014-05-26 19:11:15    阅读次数:367
Notes on Large-scale Video Classification with Convolutional Neural Networks
Use bigger datasets for CNN in hope of better performance. A new data set for sports video classification: sports-1M.CNN in one frame is about the sam...
分类:Web程序   时间:2014-05-26 19:10:33    阅读次数:597
关于JUnit的测试
把以前的笔记整理一下,做个备份方便以后查阅: 要测试的代码如下:package dao.jdbc;import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import util.D....
分类:其他好文   时间:2014-05-26 18:40:52    阅读次数:202
HashSet类
1 import java.util.HashSet; 2 import java.util.Hashtable; 3 import java.util.Iterator; 4 import java.util.Scanner; 5 import java.util.Set; 6 7 publi.....
分类:其他好文   时间:2014-05-26 18:05:24    阅读次数:139
那些琐碎的知识-----登录验证码
1、新建文件CheckCode.aspx 前台不用写,后台代码为: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.We....
分类:其他好文   时间:2014-05-26 18:04:47    阅读次数:207
XEvent – SQL Server Log文件对磁盘的写操作大小是多少
原文:XEvent – SQL Server Log文件对磁盘的写操作大小是多少本篇是上一篇SQL Server Log文件对磁盘的写操作大小是多少的续,使用XEvent收集SQL Server Data文件和Log文件的写大小,脚本如下:DECLARE @DBNAME VARCHAR(256)SE...
分类:数据库   时间:2014-05-26 17:54:07    阅读次数:355
InetAddress类
1 import java.net.*; 2 public class IPAddressTest{ 3 public static void main(String[] args){ 4 try{ 5 //获得本机的InetAddress信...
分类:Web程序   时间:2014-05-26 17:26:05    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!