码迷,mamicode.com
首页 >  
搜索关键字:handles    ( 268个结果
[apache2.4]configure: error: APR not found. Please read the documentation.
apache2.4 安装出现如下错误 ``` [lzz@localhost httpd-2.4.10]$ ./configure  checking for chosen layout... Apache checking for working mkdir -p... yes checking for grep that handles long lines and -e....
分类:Web程序   时间:2014-11-23 00:44:13    阅读次数:255
ListView双击事件
1 Private Sub lstShowRunning_MouseDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles lstShowRunning.M....
分类:其他好文   时间:2014-11-06 19:20:31    阅读次数:179
webrtc学习——RTCPeerConnection
TheRTCPeerConnectioninterface represents a WebRTC connection and handles efficient streaming of data between two peers.Warning: RTCPeerConnection and ...
分类:Web程序   时间:2014-11-04 17:07:02    阅读次数:335
JS基础——事件绑定
上一篇博客JS事件对象中,老师问JS事件处理和VB中的事件处理有什么联系?先来解决一下这个问题。举个VB.net中事件处理的例子(JS敲久了,VB习惯的都不熟悉了,看来得经常回顾了): 1、事件处理VB VS JS Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click ...
分类:Web程序   时间:2014-11-02 12:32:21    阅读次数:271
asp.net Hessian 服务的注册
Hessian服务端实现了IHttpHandle,默认情况下是在Web.Config中的handles接点中注册,这样当有 很多实现时比较麻烦这个时候可以实现IHttpHandleFactory注册到Web.Config中,在Factory中实现对具体服务的实例化,另外也可以使用RouteTable...
分类:Web程序   时间:2014-10-30 16:55:06    阅读次数:255
【VB.NET】文本框快捷键支持
我们知道VB.NET中的文本框是不支持Ctrl+A的快捷键的。如果让它支持呢?1 Private Sub txtSQL_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles ...
分类:Web程序   时间:2014-10-18 23:48:32    阅读次数:536
线程系列09,线程的等待、通知,以及手动控制线程数量
当一个线程直到收到另一个线程的通知才执行相关的动作,这时候,就可以考虑使用"事件等待句柄(Event Wait Handles)"。使用"事件等待句柄"主要用到3个类: AutoResetEvent, ManualResetEvent以及CountdownEvent(.NET 4.0以后才有)。本篇...
分类:编程语言   时间:2014-09-24 18:56:17    阅读次数:256
The different between app server and web server
web server: handles http requestapp server: handle the business logic of the application1) web serverAWeb server mainly deals with sending HTML for di...
分类:移动开发   时间:2014-08-27 08:09:57    阅读次数:255
Java Drp项目实战——Web应用服务器
引言   Web应用服务器现在很多人都在用,可是到底什么是Web应用服务器呢,它与Web服务器有什么关系,它与应用服务器又是什么关系,它是他们两种中的其中一种,还是简单的两种服务器的组合呢?   要搞明白这个问题,我们得先知道什么是Web服务器以及什么是应用服务器,现在我们就来看下这两个服务器.   Web服务器   Web服务器(WebServer)可以解析(handles)HT...
分类:编程语言   时间:2014-08-25 08:46:54    阅读次数:265
[Android Pro] StorageManager简介
StorageManagerStorageManager is the interface to the systems storage service. The storage manager handles storage-related items such as Opaque Binary ...
分类:移动开发   时间:2014-08-21 19:17:24    阅读次数:262
268条   上一页 1 ... 23 24 25 26 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!