码迷,mamicode.com
首页 >  
搜索关键字:gitlab import exist repository    ( 77108个结果
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
json类 方便调用
jsonutil类 1 package *********** 2 3 import java.lang.reflect.Field; 4 import java.lang.reflect.Type; 5 import java.util.ArrayList; 6 import jav...
分类:Web程序   时间:2014-04-29 13:41:02    阅读次数:749
12 StatusBar
1 package com.szy.status; 2 3 import android.app.IntentService; 4 import android.app.Notification; 5 import android.app.NotificationManager; 6 impor.....
分类:其他好文   时间:2014-04-29 13:32:48    阅读次数:549
快速排序算法
利用挖坑填数+分治实现的快排代码如下:import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.util.Formatter;import java.ut...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!