摘要: 常年代做并出售毕业设计及各种中、小行网站,程序 联系QQ:37446084验证时请注明:毕业设计 阅读全文
posted @ 2009-03-04 17:14 perfectMan 阅读(449) 评论(4) 推荐(0)
摘要: 先上截图文件:/Files/perfectMan/HtmlEditor.zip前台HTML代码 iframe id="Editor" name="Editor" src="../HtmlEditor/blog.html?ID=txtcontent" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" style="height:320px;width:650px;"/iframe asp:TextBox ID="txtcontent" runat="server" TextMode="MultiLine" 阅读全文
posted @ 2011-01-19 11:05 perfectMan 阅读(352) 评论(0) 推荐(0)
摘要: 只面向博客园 内部。群号:78073082 阅读全文
posted @ 2009-03-23 12:45 perfectMan 阅读(313) 评论(0) 推荐(0)
摘要: /Files/perfectMan/color.rar(控件)不会使用的可以给我留言~ 阅读全文
posted @ 2009-03-19 16:33 perfectMan 阅读(492) 评论(1) 推荐(0)
摘要: InstalledFontCollection ifc = new InstalledFontCollection(); FontFamily[] ff = ifc.Families; foreach (FontFamily f in ff) { ListItem lt = new ListItem(f.Name.ToString(), f.Name.ToString()); DropDownLi... 阅读全文
posted @ 2009-03-19 12:13 perfectMan 阅读(449) 评论(0) 推荐(0)
摘要: 在gridview中添加一个linkButton,为其添加CommandArgument参数,并设置CommandName 为download在GridView1_RowCommand事件中添加如下代码if (e.CommandName == "download") { String fileName = e.CommandArgument.ToString(); if (fileName != ... 阅读全文
posted @ 2009-03-06 13:01 perfectMan 阅读(655) 评论(0) 推荐(0)
摘要: private static Size NewSize(int maxWidth,int maxHeight,int Width,int Height) { double w=0.0; double h=0.0; double sw=Convert.ToDouble(Width); double sh=Convert.ToDouble(Height); double mw=Convert.ToDo... 阅读全文
posted @ 2009-03-06 12:54 perfectMan 阅读(939) 评论(0) 推荐(0)
摘要: 这种情况很少遇到,弄了老半天才发现原因是js里面不允许有特殊符号"\"解决方法也很简单a = a.Replace("\\", "/"); 阅读全文
posted @ 2009-03-05 17:32 perfectMan 阅读(1446) 评论(1) 推荐(0)
摘要: 为了做这个看似简单的问题我死了不少脑细胞。。。后台rowdataband事件里 //复制地址 if (e.Row.RowIndex > -1) { HyperLink fb = (HyperLink)e.Row.FindControl("HyperLink8"); LinkButton lb = (LinkButton)e.Row.FindControl("LinkButton2"); S... 阅读全文
posted @ 2009-03-05 17:29 perfectMan 阅读(404) 评论(0) 推荐(0)
摘要: 前台文件<%@ Page Language="C#" AutoEventWireup="true" CodeFile="upload.aspx.cs" Inherits="upload" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD... 阅读全文
posted @ 2009-03-05 17:22 perfectMan 阅读(359) 评论(0) 推荐(0)
摘要: public static void AddWater(string Path, string Path_sy) { string addText = "PerfectMan"; System.Drawing.Image image = System.Drawing.Image.FromFile(Path); Graphics g = Graphics.FromImage(image); g.D... 阅读全文
posted @ 2009-03-05 17:16 perfectMan 阅读(750) 评论(1) 推荐(0)