摘要: [MetadataType(typeof(UserMetadata))] public partial class User { internal sealed class UserMetadata { [Required(ErrorMessage = "ID is required")] public Int32... 阅读全文
posted @ 2012-01-16 22:11 时光的羁绊 阅读(143) 评论(0) 推荐(0)
摘要: test [MetadataType(typeof(UserMetadata))] public partial class User { internal sealed class UserMetadata { [Required(ErrorMessage = "ID is required")] public... 阅读全文
posted @ 2012-01-16 22:01 时光的羁绊 阅读(120) 评论(0) 推荐(0)
摘要: 下拉菜单或移动的物体.先position:absolute 绝对定义在看不到的地方. 然后再某个东西hover时候,再绝对定位到另一个地方.鼠标下方,比如. 注意position:absolute默认相对body.也可以设置相对某一个为一个position:relative 的物体. 另存为 html, 运行示例. Hello World! create by http://www.ttcihui.com 阅读全文
posted @ 2011-01-11 09:46 时光的羁绊 阅读(167) 评论(0) 推荐(1)
摘要: 需要用到一个winform上用的html editor网页的很多,只找到一个winform的..NET Win HTML Editor Control 价格很贵破解吧.网上有类似文章1,把dll 导出到 ilildasm.exe e:\crash\WinHTMLEditorControl.dll /out=e:\crash\WinHTMLEditorControl.il2,去掉 publickey 段落去掉 click here to perchase 提示3,sn 一个 snk.sn -k e:\crash\WinHTMLEditorControl.snk4,ilasm e:\crash\W 阅读全文
posted @ 2010-06-02 11:24 时光的羁绊 阅读(765) 评论(0) 推荐(2)