码迷,mamicode.com
首页 >  
搜索关键字:receive    ( 1199个结果
[BTS] The external credentials in the SSO database are more recent.
For test some interface. We change BizTalk Server time to a feature date. For example, change to next month.When I start or stop some receive location...
分类:数据库   时间:2015-01-28 12:46:28    阅读次数:245
CSocket
2015-1-26 flyfish 继承关系 class CSocket : public CAsyncSocket class CAsyncSocket : public CObject class CSocketWnd : public CWnd TCP服务器流程 socket() bind() listen() accept() receive() / s...
分类:其他好文   时间:2015-01-26 19:21:16    阅读次数:417
hdu 1059 Dividing 多重背包
Marsha and Bill own a collection of marbles. They want to split the collection among themselves so that both receive an equal share of the marbles. This would be easy if all the marbles had the same value, because then they could just split the collection ...
分类:其他好文   时间:2015-01-26 17:08:53    阅读次数:206
Unity3d 导出ios、android等移动平台阴影效果步骤
一、设置阴影效果 1、首先需要设置光源的Shadow Type为Hard Shadows或者Soft Shadows。 2、选中需要显示的物体,在其Mesh Render属性中设置勾选上Receive Shadows和Cast Shadows,这样物体就会接受到光照并且显示阴影。 3、如上步骤设置完后,在Unity中运行就可以看到效果了。但是要想在手机或者pad上看到阴影效果...
分类:移动开发   时间:2015-01-26 11:57:30    阅读次数:440
Android开发:java.lang.IllegalStateException报错
LOG: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from...
分类:移动开发   时间:2015-01-26 01:18:50    阅读次数:186
Erlang 中处理 register 重复注册
-module(demo).-compile(export_all).foo() -> receive after 100000 -> io:format("ok~n") end.main() -> register(name1, spawn(fun()...
分类:其他好文   时间:2015-01-23 22:58:38    阅读次数:233
电话状态、电话录音
获得电话状态需要在请电脑文件中添加如下权限监听电话的步骤: 说用到主要方法:void listen(PhoneStateListener listener, int events) Registers a listener object to receive notification of chan...
分类:其他好文   时间:2015-01-23 21:24:16    阅读次数:208
the underlying conncetion was closed an unexpected error occurred on a receive
.Net winform 程序可以运行,但是具体操作,查询,打印时 报错:the underlying conncetion was closed an unexpected error occurred on a receive查了半天也不知是什么情况,因为在自己的电脑及服务器上运行正常,但是现场...
分类:其他好文   时间:2015-01-23 12:36:39    阅读次数:156
Improving Lock Performance in Java--reference
After we introducedlocked thread detectiontoPlumbrcouple of months ago, we have started to receive queries similar to “hey, great, now I understand wh...
分类:编程语言   时间:2015-01-23 11:01:06    阅读次数:204
获取剪贴板中的数据
/// /// Adds the specified window to the chain of clipboard viewers. Clipboard viewer windows receive a WM_DRAWCLIPBOARD message whenever the...
分类:其他好文   时间:2015-01-20 10:15:21    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!