会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
perfectMan
╃╃╃I Belive I Can Fly╃╃╃
博客园
首页
新随笔
联系
订阅
管理
[置顶]
常年代做并出售毕业设计及各种中、小行网站,程序
摘要: 常年代做并出售毕业设计及各种中、小行网站,程序 联系QQ:37446084验证时请注明:毕业设计
阅读全文
posted @ 2009-03-04 17:14 perfectMan
阅读(449)
评论(4)
推荐(0)
2011年1月19日
HTML文本编辑器
摘要: 先上截图文件:/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)
2009年3月23日
IT 技术 创业 交流群招人ING
摘要: 只面向博客园 内部。群号:78073082
阅读全文
posted @ 2009-03-23 12:45 perfectMan
阅读(313)
评论(0)
推荐(0)
2009年3月19日
asp.net 在网上找的比较好用的获取颜色的控件
摘要: /Files/perfectMan/color.rar(控件)不会使用的可以给我留言~
阅读全文
posted @ 2009-03-19 16:33 perfectMan
阅读(492)
评论(1)
推荐(0)
asp.net 获取安装的所有字体,并绑定dropdownlist
摘要: 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)
2009年3月6日
asp.net 点击girdView中列 下载文件--源码,调试成功
摘要: 在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)
asp.net 缩略图--源码--调试成功
摘要: 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)
2009年3月5日
js提示缺少16进制数字
摘要: 这种情况很少遇到,弄了老半天才发现原因是js里面不允许有特殊符号"\"解决方法也很简单a = a.Replace("\\", "/");
阅读全文
posted @ 2009-03-05 17:32 perfectMan
阅读(1446)
评论(1)
推荐(0)
asp.net 点击girdView中的超链接列复制地址--源码--调试成功
摘要: 为了做这个看似简单的问题我死了不少脑细胞。。。后台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)
asp.net文件上传(支持多文件上传)--源码--调试成功
摘要: 前台文件<%@ 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)
asp.net 给图片加水印--源码--调试成功
摘要: 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)
下一页
公告