07 2007 档案
一个简单的序列化与反序列化的例子
摘要:首先要引用一个命名空间Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System.Runtime.Serialization.Formatters.Binary;接着就是对你要序列化的对象进行序列化了Code highlighting p...
阅读全文
邮件附件的相关信息
摘要:STEP 1 - MUST define server valid path you should apply a valid and EXISTING !! folder on the SERVER from where to get the attach file. Usually this is the Upload folder path.you should get it that wa...
阅读全文
启用脚本调试(图例)
摘要:首先是修改一下IE的设置AB。然后就差不多啦。接着就是在脚本里添加一句:关键,debugger;这样就可以啦,调试吧!
阅读全文
TEXTBOX在MultiLine的情况下控制长度问题(附半角情况)
摘要:今天遇到TEXTBOX在多行情况下的最大长度问题,网上有一些解决方法,但是都不是我最终需要的,不过还是整理了一下,差不多符合要求了。此JAVASCRIPT方法还有一个地方需要解决,就是控制不了用户在复制、粘贴的情况下输入。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighte...
阅读全文