码迷,mamicode.com
首页 >  
搜索关键字:receive    ( 1199个结果
varnish反向代理安装与配置
主机环境:rhel6selinuxandiptablesdisabled实验主机:192.168.2.36varnish192.168.2.46apache192.168.2.38apache框架图:VCL处理流程图:处理过程大致分为如下几个步骤:(1)Receive状态,也就是请求处理的入口状态,根据VCL规则判断该请求应该是Pass或Pipe,或者进入Lookup(本地查询)..
分类:其他好文   时间:2014-08-11 15:20:03    阅读次数:365
[转]'~/Telerik.Web.UI.WebResource.axd' is missing in web.config
Problem:在WebConfig添加了页面依然报下面的错误,折腾了半天。最后在官网找到解决办法 如下You receive the following error even if you had already added the handler.~/Telerik.Web.UI.WebReso...
分类:Web程序   时间:2014-08-08 17:47:36    阅读次数:456
sql waitfor 延时执行
看MSDN:http://msdn.microsoft.com/zh-cn/library/ms187331.aspx语法为:WAITFOR { DELAY 'time_to_pass' | TIME 'time_to_execute' | [ ( receive_statement ...
分类:数据库   时间:2014-08-07 12:20:19    阅读次数:302
【Unity 3D】学习笔记四十四:路径渲染
路径渲染 路径渲染属于特效渲染组件,用于跟随运动中的游戏对象。首先在hierarchy视图中,创建一个球体。然后在菜单导航栏中选择component——effects——trial renderer即可将路径渲染组件添加至该球体对象中。 cast shadows:显示阴影效果。 receive shadows:接受阴影效果。 materials:材质。       siz...
分类:其他好文   时间:2014-07-29 17:54:32    阅读次数:261
项目分析(多进程数据走向初步)
1.数据的来源NetProcSvr::init()->libevent::conn_readcb(读事件)->Channel::read_datastream(读到数据流)->TCPServer::on_receive_data读包->from_net_push_pkt(放到无锁队列中去即m_all...
分类:其他好文   时间:2014-07-26 09:52:07    阅读次数:248
android 检测ListView滚动到的位置
ListView滚动1.要用到一个监听事件是:setOnScrollListener();API解释是:Set the listener that will receive notifications every time the list scrolls.Parameters:l the scro...
分类:移动开发   时间:2014-07-25 03:54:40    阅读次数:7754
Managing uniquely tagged items using the internet
The invention teaches managing an item in the Internet of Things, wherein the system comprises: an item registration module, configured to receive at ...
分类:Web程序   时间:2014-07-23 11:51:56    阅读次数:411
微信公众平台-接收消息与发送被动消息
///     /// 接收用户消息     /// iftrue     /// 2014-07-08     ///     public class Receive     {         public delegate Models.Send_Msg delegate_SendMsg(string msgType);         public delegate...
分类:微信   时间:2014-07-18 23:11:20    阅读次数:519
C# UdpClient使用Receive和BeginReceive接收消息时的不同写法
使用Receive(同步阻塞方式), 注意使用同步方法时,需要使用线程来开始方法,不然会使UI界面卡死 IPEndPoint RemoteIpEndPoint = new IPEndPoint(IPAddress.Any, 5858); UdpClient...
分类:其他好文   时间:2014-07-16 21:51:44    阅读次数:425
Override ListView getAdapter造成的后果
近期工作中,发现了一个bug,是和ListView Adapter有关的。产生了FC,描写叙述信息大约是"The content of the adapter has changed but ListView did not receive a notification. Make sure the...
分类:其他好文   时间:2014-07-13 17:51:11    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!