码迷,mamicode.com
首页 >  
搜索关键字:click    ( 10709个结果
我学C#的第三天之LC振荡器公式计算
代码如下: private void buttonCap_Click(object sender, EventArgs e) { double f0, L, C, H,result; const double conpi = 3....
分类:Windows程序   时间:2015-02-09 19:51:34    阅读次数:216
录播教室预约系统(六)-注册新用户
预约系统中,新用户可以自己注册,然后管理员开通。注册界面如下:客户端新用户注册代码:button1_Click((txtUserID.Text.Trim()==||txtUserName.Text.Trim()========newTcpConnection.SendReceiveObject<ResMessage>(,,(resMessage.Message==+服务器端的相关处理代码:..
分类:其他好文   时间:2015-02-09 18:42:11    阅读次数:176
录播教室预约系统(五)-用户登陆
客户端登陆界面如下:客户端代码:Program.cs中 NetworkComms.IgnoreUnknownPacketTypes==ConnectionInfo(,= MainFormmainForm= frmLoginloginForm= (loginForm.ShowDialog()==(loginForm.Register===登陆窗口中的登陆按钮相关代码privatevoidbtnLogin_Click(objectsender,Ev..
分类:其他好文   时间:2015-02-09 18:41:27    阅读次数:159
jquery学习笔记1
(1) jQuery的Id选择器: $("#btnShow")(2) 事件绑定函数 bind() $("#btnAdd").bind("click", function(event) { $("#divMsg").show(); });(3) 显示和隐藏函数. show()和hide()(4) 修....
分类:Web程序   时间:2015-02-09 18:01:30    阅读次数:146
ajax+ashx
eg:$('.setIsEnableClosed').click(function(){var id=$(id).attr("name");var isChecked=$(this).prop("checked");$.ajax({url:"../../ashx/Widget.ashx",data:...
分类:Web程序   时间:2015-02-09 15:52:52    阅读次数:177
leetcode[71]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...
分类:其他好文   时间:2015-02-09 15:49:03    阅读次数:94
js判断复选框是否被选中
需要js个jq都写$('.zc0207-cjzp-2-content').find(':checkbox:eq(0)').click(function(){ if($(this).is(':checked')) { $('.zc0207-cjzp-2-content').find...
分类:Web程序   时间:2015-02-09 15:47:35    阅读次数:165
leetcode[73]Set Matrix Zeroes
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:其他好文   时间:2015-02-09 15:40:55    阅读次数:176
leetcode------Set Matrix Zeroes
标题:Set Matrix Zeroes通过率:31.3%难度:中等Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Fol...
分类:其他好文   时间:2015-02-09 12:43:33    阅读次数:108
leetcode[151]Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Cl...
分类:其他好文   时间:2015-02-09 00:43:53    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!