会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
中国Rainbow
专注于DNN
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
14
下一页
2005年3月17日
我将尽快完善中国DNN内部的通信机制
摘要: 最近比较忙,很少写东西。自我检讨。。。。为了较好的方便交流,我这两天还是完善一下中国DNN的站内短信
阅读全文
posted @ 2005-03-17 23:47 中国Rainbow
阅读(988)
评论(2)
推荐(0)
编辑
2005年3月7日
如何进行文字和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...
阅读全文
posted @ 2005-03-07 22:41 中国Rainbow
阅读(1274)
评论(0)
推荐(0)
编辑
如何用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...
阅读全文
posted @ 2005-03-07 22:38 中国Rainbow
阅读(20327)
评论(1)
推荐(0)
编辑
2005年3月6日
Web Data Administrator
摘要: http://www.microsoft.com/downloads/thankyou.aspx?FamilyID=c039a798-c57a-419e-acbc-2a332cb7f959&displaylang=en
阅读全文
posted @ 2005-03-06 06:17 中国Rainbow
阅读(2017)
评论(0)
推荐(0)
编辑
2005年3月4日
信用卡帐户-电子商务
摘要: 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) ...
阅读全文
posted @ 2005-03-04 14:44 中国Rainbow
阅读(946)
评论(0)
推荐(0)
编辑
2005年3月1日
应用FCKeditor要用的代码
摘要: Imports FredCK.FCKeditorV2
阅读全文
posted @ 2005-03-01 23:52 中国Rainbow
阅读(1061)
评论(0)
推荐(0)
编辑
2005年2月24日
fullxml安装
摘要: Fullxml4 require MSxml4 sp 2 (free):http://www.microsoft.com/downloads/details.aspx?FamilyId=3144B72B-B4F2-46DA-B4B6-C5D7485F2B42&displaylang=enand MS Script engine 5.6 (free)http://www.microsoft.com/...
阅读全文
posted @ 2005-02-24 01:49 中国Rainbow
阅读(5189)
评论(0)
推荐(0)
编辑
2005年2月20日
升级到ftb3的方法
摘要: 原文地址:http://www.cnblogs.com/zihui69/archive/2005/02/16/104893.html 1、修改web.config ,增加下面的, 要加在 的上面。 2、移除admin和dottextweb引用中的freetextbox。 3、下载freetextbox,并覆盖freetextbox目录。 4、在Dot...
阅读全文
posted @ 2005-02-20 15:09 中国Rainbow
阅读(5152)
评论(0)
推荐(0)
编辑
2005年2月18日
别人的收藏
摘要: 优秀网站 酷讯智能建站 在线编辑器 DirectEdit PRO eWebEditor - eWebSoft在线文本编辑器 - 使用例子 FreeTextBox 1.6.3 (中文版) FreeTextBox http--www.stedy.com-main.aspx soEditor Pro 2.5 Example One XLFancy XML Editing A...
阅读全文
posted @ 2005-02-18 18:05 中国Rainbow
阅读(7459)
评论(2)
推荐(0)
编辑
2005年2月16日
问题
摘要: 1、数据层 2、商务层 3、表现层
阅读全文
posted @ 2005-02-16 00:32 中国Rainbow
阅读(454)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
···
14
下一页
公告