//导出按钮protected void btn_Export_Click(object
sender, EventArgs e) { Model.article art = new BLL.Common().GetModel(this.id);
WriteHtml(art.content);//a...
分类:
其他好文 时间:
2014-06-07 03:04:09
阅读次数:
299
Given an absolute path for a file (Unix-style),
simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/",
=>"/c"click to show corner cas...
分类:
其他好文 时间:
2014-06-04 19:32:14
阅读次数:
270
首先感谢这位小哥!http://qubernet.blog.163.com/blog/static/1779472842011101505853216/太长姿势了。
在jQuery事件绑定中,dbclick可以触发两次click事件。例如一个DOM元素div,既绑定了 click 事件,又绑定了 d...
分类:
数据库 时间:
2014-05-30 04:37:20
阅读次数:
300
In Eclipse, from the Window menu, select Open
Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click
the camera icon. (If the tablet ...
分类:
系统相关 时间:
2014-05-29 20:29:15
阅读次数:
479
When creating a Windows form in C#, we would
like to create a hyperlink so that when the user click on the link it would open
up a web browser and dis...
#region 文件操作 /// /// 文件操作 /// /// /// private void
button3_Click(object sender, EventArgs e) { ...
分类:
其他好文 时间:
2014-05-29 04:04:51
阅读次数:
173
在作用域开头最好把以后要用的this指针存起来a.click(function(){ var
$this=$(this); $.get("/a").always( $this.val() )})
分类:
其他好文 时间:
2014-05-28 16:24:32
阅读次数:
215
#region 目录操作 /// /// 目录操作 /// /// /// private void
button2_Click(object sender, EventArgs e) { ...
分类:
其他好文 时间:
2014-05-28 08:54:33
阅读次数:
279
1、实现原窗体消失,打开另一个窗体,关闭新窗体时则关闭程序 private void
button5_Click(object sender, EventArgs e) { Form2 form2 = new Form2(); ...
谷歌、火狐全屏:1 addEventListener("click", function() {2
var3 el = document.documentElement4 , rfs = el.webkitRequestFullScreen5 ...
分类:
编程语言 时间:
2014-05-26 18:42:13
阅读次数:
211