上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: listeners:{afterrender:function(combo,eOpts){vardefaultValue=2014;combo.setValue(defaultValue);}}报错,combo is not defined 阅读全文
posted @ 2014-03-05 11:06 大漠孤烟~ 阅读(991) 评论(0) 推荐(0) 编辑
摘要: 好一点麻烦一点的方法是NPOI方法,简单一点的方法是使用Fileresult方法返回File,但是调用时要注意,一定不可以用ajax请求,页面时不会有任何反应的,直接button的handler:function(){}里操作,方法的调用就直接window.open(url,'_blank'),至于返回File的方法,参见:http://www.cnblogs.com/imr3/articles/2856109.html这里Copy如下:Asp.Net MVC 使用FileResult导出Excel数据文件前几天一个MVC3.0项目做了一个Excel导出功能,今天来记录一下. 阅读全文
posted @ 2014-03-03 11:39 大漠孤烟~ 阅读(588) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-02-27 17:00 大漠孤烟~ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 【可能的原因解决方案】1.可能是自己在show时用了构造函数传递参数,但是窗体的构造函数并没有写上 InitializeComponent(); 阅读全文
posted @ 2014-01-17 14:02 大漠孤烟~ 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 【说明】引自:http://xgli0910.blog.163.com/blog/static/4696216820127601455221/【前言】MessageBox提示框一般需要手动关闭,对于简单的信息提示,每次还要去关闭很麻烦。于是想到怎样能让MessageBox显示一段时间后自动关闭。【代码】 1 C#窗体MessageBox显示自动消失 2 3 using System; 4 using System.Collections.Generic; 5 using System.Text; 6 using System.Runtime.InteropServices; 7 using . 阅读全文
posted @ 2014-01-15 20:40 大漠孤烟~ 阅读(5613) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-01-07 20:17 大漠孤烟~ 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 【参考网址】http://www.cnblogs.com/lmjob/archive/2008/10/14/1310617.html【方法】1.首先创建一个windows应用程序,然后为了本地测试创建一个WEB应用程序。在windows窗体上拖一个Button,点击事件代码: 1 private void button2_Click(object sender, EventArgs e) 2 { 3 WebClient myWebClient = new WebClient(); 4 FolderBrowserDialog fb... 阅读全文
posted @ 2014-01-04 16:50 大漠孤烟~ 阅读(11102) 评论(0) 推荐(0) 编辑
摘要: 【声明】转载自:http://blog.csdn.net/cyy089074316/article/details/72707411.绝对路径:this.pictureBox2.Image=Image.FromFile("D:\\001.jpg");2.相对路径:Application.StartupPath;可以得到程序根目录this.pictureBox2.Image=Image.FromFile(Application.StartupPath "\\1.gif");3.获得网络图片的路径法一:this.pictureBox2.Image= Imag 阅读全文
posted @ 2014-01-04 16:37 大漠孤烟~ 阅读(2016) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-12-31 16:30 大漠孤烟~ 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 【声明】转载自:http://blog.csdn.net/kunlong0909/article/details/7039918Numeric data typesStandard datatypeDBMS-specific physical data typeContentLengthIntegerint / INTEGER32-bit integer—Short Integersmallint / SMALLINT16-bit integer—Long Integerint / INTEGER32-bit integer—Bytetinyint / SMALLINT256 values—N 阅读全文
posted @ 2013-12-24 10:33 大漠孤烟~ 阅读(303) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页