
日志文章列表
MVP:mocking when the view has only "setter"
|
Supervising Controller 是MVP的实现形式之一,它的特点是view对model有一定的了解,并可以对其做修改。较早前的一篇文章“MVP: modify data only one time”中讨论了在Supervising Controller模式下view的ge.. |
MVP:Form之间通信的方式
|
在开发Win Form程序的过程中难免会碰到一个界面要调用另一个界面的情况。简单点的比如弹出消息窗口MessageBox,我们可能需要根据MessageBox的返回结果来决定下一步的动作,这里我们使用了弹出窗口的执行结果(i.. |
the first touch with log4net
|
怎么写log4net的配置文件就不说了,来来去去就是那样,看看官网的手册就行了: log4net Manual - Configuration 第一次使用log4net,我的感觉有两个地方需要提一下: 不要忘记初始化log4net的工作环境 如果使.. |
substitute way to extract Shapes as images from MS Word do..
|
在“save pictures from MS Word”一文中介绍了提取word文档中图片的方法,其中提到了Shape与InlineShape在选取方式上区别: //select the range of the shape //Note: the.. |
save pictures from MS Word
|
作 为word文档解析的一部分,图片的提取非常的重要。在google上搜索word图片提取找到的基本是VBA的方式,写一段脚本嵌入word中然后执行 这样子,一来不熟悉,二来也不符合我对word文档处理的要求。我这里是需要从w.. |
mock your view,mock all
|
Rhion.Mocks今天发布了最新版3.0.1,这是一个Mocking Framework,开发者是Ayende。 Tags:
mock
|
mock your view,mock all
|
Rhion.Mocks今天发布了最新版3.0.1,这是一个Mocking Framework,开发者是Ayende。 |
validate a control with only one line code
|
【Update:blogspot又当机了,增加一个Spaces的链接,希望能打开】 |
Blogger comes back!
|
blogspot已经快两个星期不能访问了, 不知道搞什么,不过今天终于回复了 |
嵌入手机的投影仪
|
如何能更舒服观看存储在手持设备中的电影?德克萨斯仪器公司(TI,Texas Instruments)的说法是:将它们投射到墙上。在2007CTIA无线展(CTIA Wireless 2007 show)上,TI公司公开展示了一款含有该公司数字化光线处.. |
刚刚完成的算法-大跟堆(Max-Heap)的构造及堆排序
|
数据结构和算法是做程序的人必修的,既然在学习java语言,就用java实现吧! |
Configuring Session Cache Servers
|
燭he Session cache is an instance of the HttpSessionState class. Instances of this class are accessible through a Web Page or an HttpContext object and are useful when building ASP.NET Web Applicati.. |
将SQL Server Reporting Services的方法RenderStream()返回的图..
|
燱hen you use the Render() method of SQL Server reporting service, it returns to you the stream of the report. If you have images in your report and you are getting the stream of type HTML, the retu.. |
ASP.NET中Web窗体之间传递数据的方法
|
介绍Asp.net为开发者提供了非常好的事件驱动编程模型。这确实简化了程序的设计,但是同时也产生了一些问题。例如,在传统的asp中可以非常容易的在各个页面之间传递数据,但是如果在asp.net中使用服务端窗体、控件和.. |



RSS订阅
手机访问