Posted @ 5/9/2010 9:02 PM
I found it’s not easy to find the solution about how to convert a XML element to string in JDom by java. here is the solution: Element dpExport = new Element("dpExport");
String innderText = new XMLOutputter().outputString(dpExport);
Read the rest of entry »
Posted @ 11/28/2009 1:58 AM

文档 | 视频 | 演示 | 下载 |
Flajaxian FileUploader 在一个.NET控件里提供了多个文件的异步传输,并且没有页面的往返。
Read the rest of entry »
Posted @ 11/27/2009 7:41 PM
Read the rest of entry »
Posted @ 11/23/2009 2:12 AM
Posted @ 11/22/2009 2:38 PM
今天在网上看到一个使DNN支持为手机提供内容的模块。mobiNuke, 这个模块可以在不更改DNN的基础上,直接把DNN的内容装化为在移动设备上显示。
Read the rest of entry »
Posted @ 11/18/2009 2:09 PM
之前一直为DNN的自动化测试苦恼,今天看到一个自动化测试框架:
http://dotnetnukeautomation.codeplex.com/
有时间试用一下。
Posted @ 11/16/2009 1:09 AM
When we use FIR as a ad bar, we want FIR can take the visitor to specific web page when visitor click the image. Here it’s the solution for this reqirement.
please enter the "Edit ImageRotator options" page
Read the rest of entry »
Posted @ 8/17/2009 6:25 PM
持证人员在《北京市工作居住证》有效期满后,申请单位继续聘用的,应在《北京市工作居住证》有效期满前一个月内办理续签手续;超过有效期限一个月未办理续签手续的,《北京市工作居住证》自然失效。申请办理《北京市工作居住证》续签应提供的材料:
Read the rest of entry »
Posted @ 8/17/2009 2:42 PM
需要解决的问题: 如何从一个Asp.net的Unit Test转换 如何处理数据库访问的问题 参考文章: 这一篇比较有用:Unit testing DotNetNuke projects just became easier Unit Testing a DotNetNuke Private Assembly Module Bludgeoning DotNetNuke Unit Testing into life TestDrivenDNNModule http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1732/Default.aspxhttp://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1733/Default.aspxhttp://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1739/Default.aspxhttp://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1899/Default.aspx
Read the rest of entry »
Posted @ 8/9/2009 9:52 PM
如果你想写一段清除IE缓存的.NET代码,搜索互联网,你应该能发现一段这样的代码:
但当你实际运行这段代码是,却发现无论如何也没有办法让这段代码稳定的运行,并且IE缓存目录下的文件似乎也无法删除,这是为什么呢?
Read the rest of entry »