上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 39 下一页
摘要: 软件开发中有一个极端的说法是“所有硬编码的字符串都应该放到资源文件中”,我个人对这个观点深表赞同,但有时限于项目的进度或是别的原因,还是习惯性的在代码中写了一些硬编码的字符串,比如像下面的这句代码: public void TestMethod() { string s = "这是一个测试字符串"; } 如果在代码中包含了大量的硬编码字符串,而在项目后期每当字符串的值发生变化时都需要重新编译生... 阅读全文
posted @ 2009-09-12 19:41 herobeast 阅读(325) 评论(0) 推荐(0)
摘要: Silverlight入门教程(五): 使用ListBox and DataBinding 组件显示列表数据-教程资料网 www.zhiweinet.com 阅读全文
posted @ 2009-09-03 14:39 herobeast 阅读(162) 评论(0) 推荐(0)
摘要: If you just want the extension method library or source, jump to the bottom. If not, read on… Silverlight is pretty limited when it comes to mouse events. Out of the box, you only have five events yo... 阅读全文
posted @ 2009-09-03 11:36 herobeast 阅读(273) 评论(0) 推荐(0)
摘要: by Morten 5/9/2009 6:10:00 PM In an earlier post, I created a small extension library that added several mouse gestures to Silverlight. However, the right-click only worked in Internet Explorer, and t... 阅读全文
posted @ 2009-09-03 11:31 herobeast 阅读(347) 评论(0) 推荐(0)
摘要: Mike Snow recently posted an article on how to do double clicks in Silverlight. However, his approach isn't very reusable, doesn't allow for multiple listeners and doesn't check to see if the mouse mo... 阅读全文
posted @ 2009-09-03 11:28 herobeast 阅读(305) 评论(0) 推荐(0)
摘要: jQuery插件之Tabpanel 原文:http://www.cnblogs.com/fromearth/archive/2009/05/11/1453850.html 阅读全文
posted @ 2009-08-09 08:17 herobeast 阅读(333) 评论(0) 推荐(0)
摘要: 序言:上次发了几个jQuery的插件和些心得, 很多园友(也许是自己站上的)发邮件希望能提供更多的源码, 正好这次有个同学希望在自己的坛子上挂个图片裁剪以生成头像的功能, 于是帮忙写了这么个插件.也许很多园友用得着, 就一并发上来啦. 正文:为了使层次分明及便于阅读, 整个解决方案如下: 其中BitmapCutter.Core是图片的服务器端处理程序, 类图为: 简单说明下, 更多说明可查看源码... 阅读全文
posted @ 2009-08-09 08:14 herobeast 阅读(459) 评论(0) 推荐(0)
摘要: http://www.bcstudy.cn/show.aspx?id=28500&cid=36 阅读全文
posted @ 2009-08-07 00:28 herobeast 阅读(374) 评论(0) 推荐(0)
摘要: Enterprise Architect 7.5汉化版下载 欢迎下载并使用由EA中文站 ( www.enterprisearchitect.cn ) 汉化并发布的Enterprise Architect 7.5.843 汉化版软件。 本站下载下载(原安装包 + 汉化补丁):本站下载点 汉化新世纪下载点(原安装包 + 汉化补丁):Enterprise Architect 7.5.843 汉化版 ... 阅读全文
posted @ 2009-08-07 00:04 herobeast 阅读(2956) 评论(0) 推荐(0)
摘要: 一、安装及汉化过程 访问www.enterprisearchitect.cn,下载最新的Enterprise Architect(以下简称EA)安装包及汉化包。执行安装程序: 【图1】 基本是一路“next”就可以安装成功了。然后执行汉化包: 【图2-1】 也是一路“下一步”就可以了,请注意在选择汉化路径的时候,需要浏览到原来安装的目录下。 这里就已经安装好了EA汉化版软件了。 【图2-2】... 阅读全文
posted @ 2009-08-07 00:02 herobeast 阅读(6462) 评论(1) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 39 下一页