码迷,mamicode.com
首页 >  
搜索关键字:public sale    ( 83084个结果
java中static程序块和构造函数的执行情况
参考博文: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
C#数据库备份及还原的实现代码【转载】
【转载】http://www.codesky.net/article/200908/128600.htmlC#数据库备份及还原1.在用户的配置时,我们需要列出当前局域网内所有的数据库服务器,并且要列出指定服务器的所有数据库,实现代码如下:取得数据库服务器列表:public ArrayList Get...
分类:数据库   时间:2014-05-09 05:21:53    阅读次数:371
111
public class SelectPicActivity extends Activity implements OnClickListener{/**** 使用照相机拍照获取图片*/public static final int SELECT_PIC_BY_TACK_PHOTO = 1;/**...
分类:其他好文   时间:2014-05-09 05:17:46    阅读次数:407
java 遍历所有子节点
/** * */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
将Bitmap保存为本地图片
public boolean saveMyBitmap(Bitmap bmp, String bitName) throws IOException { boolean flag = false; if (Environment.getExternalStorageState().eq...
分类:其他好文   时间:2014-05-09 05:03:19    阅读次数:306
java实现——008旋转数组的最小数字
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
java实现——009Fibonacci数列
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
c++中对象析构顺序研究
过程式析构:测试案例: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
C#发送邮件代码
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!