摘要:
1.替换某些值 (_copyVExamRepository)(.)(Update)\((.*)\)(;) $1$2$3($4)$5\n_commonBaseAppServices.AddState($4); 2.替换vs中一行 替换一行中包含 #pragma ^[\t]*#pragma[^\n]*\ 阅读全文
阅读排行榜
c#网页中输出txt文件。
2009-12-28 17:11 by Lecone.JY.HU, 655 阅读, 收藏,
摘要:
System.Text.StringBuilder sb = new System.Text.StringBuilder();sb.Append("企业编号(企业标识)|AP编号|开始时间|结束时间|备注|金额(分)\r\n");string outname="outdown.txt";Response.ContentType = "application/octet-stream"; Response.AppendHeader("content-disposition", string.Format(" 阅读全文
全站设置灰色的html代码
2010-04-21 12:49 by Lecone.JY.HU, 627 阅读, 收藏,
摘要:
<head><style>html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } </style></head> 阅读全文
wpf图片切换,幻灯效果
2014-12-19 15:25 by Lecone.JY.HU, 623 阅读, 收藏,
摘要:
xaml: 后台代码using Sound;using System;using System.Collections.Generic;using S... 阅读全文
浙公网安备 33010602011771号