客户端:import java.io.FileInputStream;import
java.net.Socket;/** * Created by 290248126 on 14-5-11. */public class Client {
public static void main(St...
分类:
编程语言 时间:
2014-05-11 23:31:37
阅读次数:
408
/** * Created by rabbit on 2014-5-9. */ class
ArrayTest2 { public static void BubbleSort(int [] arr) //创建冒泡排序方法 { for (int
x=0;x<arr.length-1;x++) ...
分类:
编程语言 时间:
2014-05-10 06:39:45
阅读次数:
355
用CIFilter生成QRCode二维码图片CIFilter不仅仅可以用来做滤镜,它还可以用来生成二维码.CIFilterEffect.h +
CIFilterEffect.m//// CIFilterEffect.h// CIFilter//// Created by YouXianMing...
分类:
其他好文 时间:
2014-05-10 06:31:01
阅读次数:
493
研究挖0day有一阵了,先是汇编后来是逆向,最近才开始尝试第一个shellcode,我是用这个程序尝试溢出的:/* * fb.c * * Created on:
2014年5月3日 * Author: yuris */#include#include#define PASSWORD "1...
分类:
其他好文 时间:
2014-05-10 00:21:54
阅读次数:
610
/** * Created by rabbit on 2014-5-9. */ class
ArrayTest2 { public static void SelectSort(int [] arr) //定义选择排序的方法 { for (int
x=0;x<arr.length;x++) { .....
分类:
编程语言 时间:
2014-05-09 19:49:37
阅读次数:
236
select Category from(select distinct Category from
T_Detail where CREATED_BY= @CREATED_BY AND RecordDate>=@RecordDate1 AND
RecordDate<@RecordDate2)t g...
分类:
数据库 时间:
2014-05-09 19:18:43
阅读次数:
339
ip范围限制函数
大家如果还有好的建议算法,就联系我!!:)
'******************************
'Function CheckIp(cInput_Ip,cBound_Ip)
'Created by qqdao, qqdao@263.net 2001/11/28
'说明:首先需要根据;号循环,然后判断是否含有"-",如果有则进行拆分处理,最后判断是否在范围内
...
分类:
其他好文 时间:
2014-05-09 15:18:32
阅读次数:
269
// GuideViewController.h// Created by l.h on
14-5-6.#import @interface GuideViewController : UIViewController@end ////
GuideViewController.m// Cr...
分类:
移动开发 时间:
2014-05-08 18:17:49
阅读次数:
640
paip.hql的调试故障排查流程总结
环境.myeclipse7.0 1
Hql的调试工具myeclipxe默认工具.../Hibernate8IDE 1
故障的排除方法overview 1
Hql调试流程 1
问题的解决Session factory not created for configuration 3
环境.myeclipse7.0
Hql的调...
分类:
其他好文 时间:
2014-05-07 08:44:18
阅读次数:
230
package com.leo.quickstart;import
java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;/** *
Created by Leo on 2014/5/4. */publi...
分类:
其他好文 时间:
2014-05-06 11:28:18
阅读次数:
512