升级中国DNN
摘要:我准备重新改造中国DNN 1、升级网站到dnn3 (只保留用户数据,将原来的网站作为中国DNN的旧版在新的域名http://v2.dnnchina.net(开通)继续运行,只是停止用户注册) 将中国DNN的频道改为 (1)首页(dnn新闻 ) (2)DNN资源(dnn中文教程 语言包 中文模块下载) (3)解决方案 专门用图片方式展示 DNN的各种解决方案 (4)论坛 针对 资源 解决方案的论坛...
阅读全文
我将尽快完善中国DNN内部的通信机制
摘要:最近比较忙,很少写东西。自我检讨。。。。为了较好的方便交流,我这两天还是完善一下中国DNN的站内短信
阅读全文
如何进行文字和unicode相互转换
摘要:有时候需要将文字变成Unicode 转义序列 Js版 vbs版 Function Unicode(str1) Dim str,temp str = "" For i=1 to len(str1) temp = Hex(AscW(Mid(str1,i,1))) If len(temp) < 5 Then temp = right("0000" & temp, 4) str = str...
阅读全文
如何用java按行读取文本文件?
摘要:代码如下 FileReader reader = new FileReader("D:\\lbhdev\\feisanWeb\\src\\265_url.txt"); BufferedReader br = new BufferedReader(reader); String s1 = null; while((s1 = br.readLine()) != null) { } br.cl...
阅读全文
Web Data Administrator
摘要:http://www.microsoft.com/downloads/thankyou.aspx?FamilyID=c039a798-c57a-419e-acbc-2a332cb7f959&displaylang=en
阅读全文
信用卡帐户-电子商务
摘要:http://webdevelopersjournal.com/articles/credit_card_merchant_account.html Getting a Credit Card Merchant Account In order to accept credit card payments on your e-commerce site, you need (at least) ...
阅读全文
应用FCKeditor要用的代码
摘要:Imports FredCK.FCKeditorV2
阅读全文