摘要:
public void ReplaceString(string TargetString, string NewString){ string FileSrc = System.Web.HttpContext.Current.Server.MapPath("../admin/TextFile1.txt"); if (File.Exists(FileSrc)) { StreamReader sr ... 阅读全文
posted @ 2014-04-28 15:40
乔闻
阅读(162)
评论(0)
推荐(0)
摘要:
string FileSrc = Server.MapPath("TextFile1.txt"); if (File.Exists(FileSrc)) {StreamReader sr = File.OpenText(FileSrc);string srrow = null;while ((srrow = sr.ReadLine()) != null){ Response.Write(srrow... 阅读全文
posted @ 2014-04-28 14:08
乔闻
阅读(147)
评论(0)
推荐(0)
摘要:
string FileSrc = Server.MapPath("Admin.aspx"); 阅读全文
posted @ 2014-04-28 13:47
乔闻
阅读(96)
评论(0)
推荐(0)
摘要:
添加图文模块,标题地址:tencent://message/?uin=你的QQ号&Site=myqq&Menu=yes “你的QQ号”就写您自己的Q号 图片地址写:http://wpa.qq.com/pa?p=1:你的QQ号:13 “你的QQ号”改为您自己的。“13”为图片样式的序号,可以为1-17。 样式1:样式2:样式3:样式4:样式5:样式6:样式7:样式8:样式9:样式10:样式11:样式... 阅读全文
posted @ 2014-04-28 10:27
乔闻
阅读(1420)
评论(0)
推荐(0)
摘要:
有问题 好像不太支持小数 阅读全文
posted @ 2014-04-28 09:56
乔闻
阅读(120)
评论(0)
推荐(0)


浙公网安备 33010602011771号