摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Xml;using System.Collections;namespace StoredProcedure{ pub... 阅读全文
posted @ 2009-06-25 16:34 小さいです哥 阅读(314) 评论(0) 推荐(0)
摘要: int a, b, c; a = 70; b = 50; c = 3; int sum = 0; for (int i = 1; i < 20; i++) { for (int j = 1; j < 33; j++) { for (int z = 1; z < 333; z++) { if ((a * i + b * j + z/3*10 ==1000)&&(z%... 阅读全文
posted @ 2009-06-17 11:06 小さいです哥 阅读(298) 评论(0) 推荐(0)
摘要: /// <summary> /// 按字节长度截取字符串(支持截取带HTML代码样式的字符串) /// </summary> /// <param name="param">将要截取的字符串参数</param> /// <param name="length">截取的字节长度</param> /// <param nam... 阅读全文
posted @ 2009-06-16 16:50 小さいです哥 阅读(543) 评论(0) 推荐(0)
摘要: <FORM name="Keypad" action=""><TABLE><B><TABLE border=2 width=50 height=60 cellpadding=1 cellspacing=5><TR><TD colspan=3 align=center><input name="ReadOut" type=... 阅读全文
posted @ 2009-06-05 16:41 小さいです哥 阅读(251) 评论(0) 推荐(0)
摘要: 序列化类 阅读全文
posted @ 2009-04-30 09:32 小さいです哥 阅读(295) 评论(0) 推荐(0)
摘要: [DllImport("user32.dll", EntryPoint="GetWindowLong")] public static extern int GetWindowLong ( int hwnd, int nIndex ); [DllImport("user32.dll", EntryPoint="SetWindowLong")] public static exte... 阅读全文
posted @ 2009-04-22 09:44 小さいです哥 阅读(1385) 评论(0) 推荐(0)
摘要: private Point mouse_offset;private void label1_MouseDown(object o, MouseEventArgs e){mouse_offset = new Point(-e.X, -e.Y);//}private void label1_MouseMove(object o, MouseEventArgs e){ ((Control)o).Cur... 阅读全文
posted @ 2009-04-22 09:27 小さいです哥 阅读(244) 评论(0) 推荐(0)
摘要: 爱情是自私的,谁都想抓住自己的幸福。哪怕这个幸福只是个幻觉,哪怕自己骗自己。其实我们都懂,只是“理智”这个词对于爱情来说,不过是一句空话。只是,当爱情带给自己更多的是痛苦的话:放自己一条生路,也放她一条生路...... 转身离开吧,不说再见。 阅读全文
posted @ 2009-04-20 08:16 小さいです哥 阅读(144) 评论(0) 推荐(0)
摘要: 文件同步类 阅读全文
posted @ 2009-04-18 16:33 小さいです哥 阅读(406) 评论(0) 推荐(0)
摘要: http://games.qq.com/a/20090417/000475.htm 阅读全文
posted @ 2009-04-18 11:57 小さいです哥 阅读(103) 评论(0) 推荐(0)