码迷,mamicode.com
首页 >  
搜索关键字:click    ( 10709个结果
KindEditor的内容以Word的形式导出
//导出按钮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
Simplify Path
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
解决jQuery中dbclick事件触发两次click事件
首先感谢这位小哥!http://qubernet.blog.163.com/blog/static/1779472842011101505853216/太长姿势了。 在jQuery事件绑定中,dbclick可以触发两次click事件。例如一个DOM元素div,既绑定了 click 事件,又绑定了 d...
分类:数据库   时间:2014-05-30 04:37:20    阅读次数:300
make screenshot at Eclipse
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
C# Adding Hyperlink to Windows Form z
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...
分类:Windows程序   时间:2014-05-29 18:11:58    阅读次数:413
文件操作
#region 文件操作 /// /// 文件操作 /// /// /// private void button3_Click(object sender, EventArgs e) { ...
分类:其他好文   时间:2014-05-29 04:04:51    阅读次数:173
$.post以后就取不到$(this)节点解决方法【转】
在作用域开头最好把以后要用的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
C#打开另一个窗体
1、实现原窗体消失,打开另一个窗体,关闭新窗体时则关闭程序 private void button5_Click(object sender, EventArgs e) { Form2 form2 = new Form2(); ...
分类:Windows程序   时间:2014-05-28 02:33:26    阅读次数:450
javascript codes
谷歌、火狐全屏:1 addEventListener("click", function() {2 var3 el = document.documentElement4 , rfs = el.webkitRequestFullScreen5 ...
分类:编程语言   时间:2014-05-26 18:42:13    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!