参考博文:http://blog.csdn.net/gxf212/article/details/3510009class Base { static int
a = 1; public Base() { System.out.println(" 55555"); }...
分类:
编程语言 时间:
2014-05-09 10:45:09
阅读次数:
309
【转载】http://www.codesky.net/article/200908/128600.htmlC#数据库备份及还原1.在用户的配置时,我们需要列出当前局域网内所有的数据库服务器,并且要列出指定服务器的所有数据库,实现代码如下:取得数据库服务器列表:public
ArrayList Get...
分类:
数据库 时间:
2014-05-09 05:21:53
阅读次数:
371
public class SelectPicActivity extends Activity
implements OnClickListener{/**** 使用照相机拍照获取图片*/public static final int
SELECT_PIC_BY_TACK_PHOTO = 1;/**...
分类:
其他好文 时间:
2014-05-09 05:17:46
阅读次数:
407
/** * */package com.test.controller;import
java.util.ArrayList;import java.util.List;/** * @author ST2014-12 * */public
class FindAllChildren { List.....
分类:
编程语言 时间:
2014-05-09 05:12:33
阅读次数:
1130
public boolean saveMyBitmap(Bitmap bmp, String
bitName) throws IOException { boolean flag = false; if
(Environment.getExternalStorageState().eq...
分类:
其他好文 时间:
2014-05-09 05:03:19
阅读次数:
306
1 public class T008 { 2 public static void
main(String[] args) { 3 int[] num = { 3, 4, 5, 1, 2 }; 4
System.out.println(min(num, 5...
分类:
编程语言 时间:
2014-05-09 04:12:47
阅读次数:
326
属性器的使用,通用的 写东西精致 细致public System.Int16 Status {
get; set; } public string StatusValue { get { if (Status =...
分类:
其他好文 时间:
2014-05-09 04:03:29
阅读次数:
256
1.循环 1 public class T009 { 2 public static void
main(String[] args){ 3 System.out.println(fibonacci(3)); 4 } 5 public static
long ...
分类:
编程语言 时间:
2014-05-09 03:58:09
阅读次数:
270
过程式析构:测试案例:test.cpp#include using namespace
std;class Test{public: Test(int dt=0){data=dt;} ~Test(){coutusing namespace
std;class Test{public: Test...
分类:
编程语言 时间:
2014-05-09 03:52:15
阅读次数:
374
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Net.Mail;namespace MailGet{ public
class Utility ...
分类:
其他好文 时间:
2014-05-09 03:30:26
阅读次数:
269