自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 附件下载

if (Request.QueryString["filepath"] != null)        {            string path = Request.QueryString["filepath"].ToString();            FileInfo fi = new FileInfo(path);//获取文件路径            string name = Request.QueryString["filename"];//获取附件原名            if

2011-03-19 15:17:00 373

原创 附件的上传

<br />public string col = "info";//设置数据库表名<br /> #region 添加处理,上传文件并写入数据<br />    protected void btnOk_Click(object sender, System.EventArgs e)<br />    {<br />        int classid = 0;<br />        classid = pub.GetAjaxClassId(Request.Form["ddl1"], Request.

2011-03-19 15:16:00 379

原创 Excel导入导出数据库

<br />protected string col;//数据库表名<br />#region 导入按钮事件<br />    protected void BtnUpload_Click(object sender, EventArgs e)<br />    {<br />        string filename = string.Empty;<br />        try<br />        {<br />            filename = UploadXml(FileExc

2011-03-19 15:13:00 437

转载 焦点图

<br /><html><br /><head><br /><title>腾讯客服 上的banner 图片焦点 js+css</title><br /><style type="text/css"><br />body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {margin:0;padding:0;}<br />fieldset,img {border

2010-08-05 00:42:00 547

轻量级单点登录系统源码

1、访问企业门户系统http://localhost:7772/Portal/Default.aspx。 由于用户还没有在单点登录系统上登录过,所以跳转到单点登录系统用户登录页面http://localhost:7771/SSOSite/SignIn.aspx 2、输入正确的用户名和密码(51aspx/51aspx),跳转到企业门户系统首页面http://localhost:7772/Portal/Default.aspx,显示当前登陆用户的用户名和应用系统地址 3.选择人力资源管理系统,打开人力资源管理系统首页面http://localhost:7773/App1/Default.aspx,显示当前登陆用户的用户名。 4.选择财务管理系统,打开财务管理系统首页面http://localhost:7774/App2/Default.aspx,显示当前登陆用户的用户名。 5.选择网上办公系统,打开网上办公系统首页面http://localhost:8080/App3/default.jsp,显示当前登陆用户的用户名。

2011-03-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除