@ECHO OFF MD
E:\RECYCLED\UDrives.{25336920-03F9-11CF-8FD0-00AA00686F13}>NUL IF EXIST
O:\NUL GOTO DELETE SUBST O: E:\RECYCLED\UDrives.{25336920-03F9...
分类:
其他好文 时间:
2014-05-08 18:45:00
阅读次数:
235
1 /// 2 /// 获得目标服务器所有数据库名 3 /// 4 /// 5 /// 6 /// 7
public void getDataBaseNameList...
分类:
数据库 时间:
2014-05-08 18:42:04
阅读次数:
344
1.O(nlogk)海量数据 1 import java.util.TreeSet; 2 3
public class T030 { 4 public static void main(String[] args){ 5 int[] data =
{4,5,1,6,2,7,...
分类:
编程语言 时间:
2014-05-08 18:07:12
阅读次数:
422
private void treeView1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
{
if(e.Button==MouseButtons.Right)
{
TreeNode tn=treeView1.GetNodeAt(e.X,e.Y);
if(tn!=null)treeView1.SelectedNode...
分类:
其他好文 时间:
2014-05-08 16:24:44
阅读次数:
308
-(void)createImages
{
// Load the alpha image, which is just the same Ship.png image used in the clipping demo
NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"Ship.png" ofType:n...
分类:
移动开发 时间:
2014-05-08 16:17:52
阅读次数:
401
C++中的默认函数与default和delete用法...
分类:
编程语言 时间:
2014-05-08 16:02:54
阅读次数:
390
1、import java.io.*;//写进文档,然后又在显示器显示出来。public class
fileinputstream{public static void main(String[] args) throws IOException
{DataOutputStream out = n...
分类:
编程语言 时间:
2014-05-08 15:40:06
阅读次数:
376
1 import java.util.Stack; 2 3 public class T007 { 4
public static void main(String[] args) { 5 Queue q = new Queue(); 6 q.stack1...
分类:
编程语言 时间:
2014-05-08 15:32:24
阅读次数:
356
/* 内存管理原则: 1.谁alloc,new或copy,谁就进行一次release
2.谁retain,谁release */#import @interface Person : NSObject { Car * _car; int
_age;}- (void)setCar:(Car *)car...
分类:
其他好文 时间:
2014-05-08 10:18:57
阅读次数:
284
1 #include "windows.h" 2 #include "iostream" 3
#include "stdio.h" 4 5 void StartClone(int nCloneID){ 6 TCHAR
szFilename[MAX_PATH]; 7 GetModu...
分类:
其他好文 时间:
2014-05-08 08:00:45
阅读次数:
441