名称不能以“1”字符(十六进制值0x31)开头
摘要:名称不能以“1”字符(十六进制值0x31)开头 这个错误是xml节点开头是数字
阅读全文
posted @
2012-03-20 17:35
Glyson
阅读(1441)
推荐(1)
ListBox的ItemHeight问题
摘要:private void listboxbatch_DrawItem(object sender, DrawItemEventArgs e) { e.DrawBackground(); e.DrawFocusRectangle(); //让文字位于Item的中间 float difH = (e.Bounds.Height - e.Font.Height) / 2; RectangleF rf = new RectangleF(e.Bounds.X, e.Bounds.Y + difH, e.Bounds.Width, e.Font.Height); e.Graphics.DrawString(
阅读全文
posted @
2012-03-12 18:10
Glyson
阅读(566)
推荐(0)
面向对象之己见
摘要:面向对象设计(Object-Oriented Design,OOD)方法是OO方法中一个中间过渡环节。其主要作用是对OOA分析的结果作进一步的规范化整理,以便能够被OOP直接接受。面向对象设计(OOD)是一种软件设计方法,是一种工程化规范。
阅读全文
posted @
2012-03-08 10:08
Glyson
阅读(172)
推荐(0)