码迷,mamicode.com
首页 >  
搜索关键字:import    ( 67912个结果
java mail
1 package com.lyz.mail; 2 3 import java.io.IOException; 4 import java.util.Date; 5 import java.util.Enumeration; 6 import java.util.Properties...
分类:编程语言   时间:2014-04-30 01:29:16    阅读次数:2479
图片自动加水印
1 package cn.tfri.filter.watermark; 2 3 import java.io.IOException; 4 5 import javax.servlet.Filter; 6 import javax.servlet.FilterChain; 7 import j...
分类:其他好文   时间:2014-04-30 00:31:48    阅读次数:652
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
ActionProxy相关实现类
package com.opensymphony.xwork2;import com.opensymphony.xwork2.config.Configuration;import com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:其他好文   时间:2014-04-29 19:12:40    阅读次数:729
Result实现类
package org.apache.struts2.dispatcher;import com.opensymphony.xwork2.ActionInvocation;import com.opensymphony.xwork2.Result;import com.opensymphony.xw...
分类:其他好文   时间:2014-04-29 18:55:17    阅读次数:415
10 Service02
package com.szy.service;import android.app.IntentService;import android.content.Intent;import android.util.Log;public class ExampleIntentService exten...
分类:其他好文   时间:2014-04-29 18:02:50    阅读次数:432
苹果地图定位和显示区域
//// ViewController.m// mapdemo001//// Created by apple on 14-4-28.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#...
分类:移动开发   时间:2014-04-29 17:02:06    阅读次数:529
【Thinking In Java零散笔记】对于持有对象一章中的显示系统环境变量代码分析
今天仍旧进行着学习java的计划。在学习到持有对象一章中,看到了如下代码: 1 import java.util.*; 2 3 public class EnvironmentVariables { 4 public static void main(String[] args) { 5 ...
分类:编程语言   时间:2014-04-29 15:49:20    阅读次数:507
苹果地图2,定位,标注,返回中心。
//// ViewController.m// mapdemo001//// Created by apple on 14-4-28.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#...
分类:移动开发   时间:2014-04-29 15:05:05    阅读次数:596
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!