- 博客(5)
- 收藏
- 关注
原创 Asp中使用Xml作为数据存储方式的新闻发布
body { background-color: #CECECE;}-->新闻管理function CheckDel(str){ if(!confirm("确认删除此条新闻吗?")) return false; myform.txtCmd.value = "Del"; myform.txtID.value = str; myform.submit();}function CheckSho
2007-10-26 00:10:00
903
原创 C#计算24点
#region 24点算法 /* * Count24(3,3,7,7) * 穷举法 * */ private string[] countMethod = new string[] { "+", "-", "*", "/" }; private int[] countNum;
2007-10-26 00:09:00
3114
原创 数字转换成人民币大写字符
private static string MoneyNum = "零一二三四五六七八九"; private static string MoneyUnit = "十百千万十百千亿"; private static string CashUnit = "元角分整"; private static string[] BeforeReplace
2007-10-26 00:08:00
1156
原创 Asp的购物车
Dim CartStr购物车相关函数HJ 2007年1月23号购物车数据定义: 商品ID|数量#颜色*尺寸,商品ID|数量#颜色*尺寸,商品ID|数量#颜色*尺寸,商品ID|数量#颜色*尺寸Sub CartAdd(ProductID,Num,ColorID,SizeID)添加某种商品 CartStr = Trim(Request.Cookies("SpiderCart")) if
2007-10-26 00:05:00
912
原创 C#解压缩文件或文件夹
using System;using System.Collections.Generic;using System.Text;using System.IO;using ICSharpCode.SharpZipLib;using ICSharpCode.SharpZipLib.Zip;using ICSharpCode.SharpZipLib.Checksums;/* * 解压缩 * 该程序
2007-10-25 23:55:00
2666
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人