闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

2010年5月24日

摘要: 转眼间,本命年,眼睛一睁,奔三了。  三十岁就这么悄无声息的来到了身边,叫我毫无防备。突然发现,有一种叫做岁月的东西,带着我的青春在拼命奔跑,转眼之间,它已不在原处。看看自己,还是依然年轻的面庞,仿佛一切都没有改变。 奔三的我,开始长出了小肚子,在我眼里,我把这种现象称为成熟; 奔三的我,开始静下心来听父母说话,不会再扬起脸逆反父辈传承的古训, 奔三的我,遇事开始听听父母的意见,能够转换角度思考问... 阅读全文

posted @ 2010-05-24 09:04 闲坐敲棋 阅读(191) 评论(0) 推荐(1) 编辑

摘要: 很长一段时间都处在一种回忆之中,那段充满激情,充满希望的时间段。一切都会有很大的变数,很激情,很冲动。 一直不知道自己是一种什么样的性格,有人说是内向,但又似乎完全不是那么回事,应该是一种比较叼的内向,那种骨子里充满一种玩乐,好斗的脾性。像是内向的成了精的感觉。有人或称这是一种执着,执着的剩下一个人孤独。执着往往本身就参杂着一种固执,固执的不知所措。25岁的我,依然还是那个胡乱爱想的小娃娃,还在... 阅读全文

posted @ 2010-05-24 08:53 闲坐敲棋 阅读(182) 评论(0) 推荐(1) 编辑

2010年5月16日

摘要: //定义全局变量var hilgindex = -1;var timeTmid;$(document).ready(function () { //先将DIV隐藏 var wordInput = $("#word"); var wordInputOffset = wordInput.offset(); $("#auto").hide().css("border", "1px black solid... 阅读全文

posted @ 2010-05-16 13:45 闲坐敲棋 阅读(218) 评论(0) 推荐(0) 编辑

2010年4月14日

摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Xml.Linq;using System.Xml;public class XMLHelper{ public XMLHelper() { // // TODO: Add constructor logic here /... 阅读全文

posted @ 2010-04-14 19:55 闲坐敲棋 阅读(237) 评论(0) 推荐(0) 编辑

2010年3月11日

摘要: /// <summary> /// 获取一个图片按等比例缩小后的大小。 /// </summary> /// <param name="maxWidth">需要缩小到的宽度</param> /// <param name="maxHeight">需要缩小到的高度</param> /// <param name="imag... 阅读全文

posted @ 2010-03-11 14:50 闲坐敲棋 阅读(166) 评论(0) 推荐(0) 编辑

2010年1月22日

摘要: Select Name FROM Master..SysDatabases orDER BY Name 2.获取所有表名: Select Name FROM DatabaseName..SysObjects Where XType='U' orDER BY Name XType='U':表示所有用户表; XType='S':表示所有系统表; 3.获取所有字段名: Select Name FROM ... 阅读全文

posted @ 2010-01-22 23:08 闲坐敲棋 阅读(255) 评论(0) 推荐(0) 编辑

2010年1月11日

摘要: ----这个是一个报表页面后台代码,在web页面引入 webbrowser 控件通过 webbrowser 实现打印,导出 public partial class FrmStoreReport : Form { private string _printHtml = string.Empty; private string _printContent = string.Empty; public... 阅读全文

posted @ 2010-01-11 22:34 闲坐敲棋 阅读(535) 评论(0) 推荐(0) 编辑

摘要: public static class DESSecurity { #region DES加密字符串 /// <summary> /// DES加密方法 /// </summary> /// <param name="plain">明文</param> /// <param name="key">密钥</param> /// ... 阅读全文

posted @ 2010-01-11 16:09 闲坐敲棋 阅读(233) 评论(0) 推荐(0) 编辑

2009年12月28日

摘要: public class TextBoxExt:TextBox { public TextBoxExt() { //绑定输入框事件 this.Leave += new EventHandler(TextBoxExt_Leave); this.KeyUp += new KeyEventHandler(TextBoxExt_KeyUp); this.DoubleClick += new EventHa... 阅读全文

posted @ 2009-12-28 08:55 闲坐敲棋 阅读(248) 评论(0) 推荐(0) 编辑

2009年12月22日

摘要: private Point GetPointAsParent(Control ctrl,Control parentCtrl) { int x, y; x=ctrl.Location.X; y=ctrl.Location.Y; while (ctrl.Parent!=null && !ctrl.Parent.GetType().Equals(parentCtrl.GetType()... 阅读全文

posted @ 2009-12-22 22:24 闲坐敲棋 阅读(243) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页