PermutationsTime Limit:1000MSMemory
Limit:65536KTotal Submissions:2549Accepted:1336DescriptionWe remind that the
permutation of some final set is a on...
分类:
其他好文 时间:
2014-05-12 12:36:19
阅读次数:
330
1. 先给手机刷root权限,执行命令:adb root adb
remountok后:把tcpdump放到c盘根目录下:C:\2. 执行命令:adb push c:/tcpdump
/data/local/tcpdump(这个命令是把tcpdump拷到手机中去 )3. adb shell chmo...
分类:
移动开发 时间:
2014-05-12 11:43:01
阅读次数:
426
Undefined symbol assert_failed (referred from
dma.o).链接过程中出现assert_param函数未定义的错误解决方法: 在Options->C/C++->preprocessor
Symboles有Define:项中输入USE_STDPER...
分类:
其他好文 时间:
2014-05-10 20:41:56
阅读次数:
465
Problem DescriptionIn 2100, since the sea level
rise, most of the cities disappear. Though some survived cities are still
connected with others, but m...
分类:
其他好文 时间:
2014-05-10 07:33:38
阅读次数:
265
在执行/etc/init.d/ndbd--initial出现下列错误[root@ndbd1~]#/etc/init.d/ndbd--initialUnabletoconnectwithconnectstring:nodeid=0,localhost:1186Retryingevery5seconds.Attemptsleft:121110987654321,failed.解决办法1.查看/etc/my.cnf文件配置[root@ndbd1~]#cat/etc/my.cnf..
分类:
数据库 时间:
2014-05-10 04:07:58
阅读次数:
1778
psql:致命错误:用户"***"Ident认证失败或psql:FATAL:Identauthenticationfailedforuser“username”,maispourquoidonc?解决办法:修改"pg_hba.conf"文件中认证方式"METHOD"为"md5"或"trust",具体参考文件中的说明。
分类:
数据库 时间:
2014-05-10 03:58:44
阅读次数:
611
简介
Apple Push通知机制其实很简单,就是Apple的APNs服务器做为中间人,把消息推送到对应的设备上。
一张来自Apple文档的图:
当然,示意图看起来简单,但是还有一些实际的问题。
比如,如何区分Provicer的?如何区分设备的?
简单而言,是这样的:
每个应用都有一个自己的证书(certificate),开发者可以从苹果那里获得;应用可以到APNs服务...
分类:
移动开发 时间:
2014-05-10 03:41:29
阅读次数:
439
简单说下实现苹果通知推送服务(APNs)客户端的一些要注意的地方:
使用长连接;sanbox服务器是没用的,调试时直接用“gateway.push.apple.com”域名;对于错误的Notification,苹果会回应一个Error response,里面有个identifier,在这个identifier之后的Notification全都失败;
因此发送者要缓存已经发送的Not...
分类:
移动开发 时间:
2014-05-10 03:33:21
阅读次数:
473
Problem DescriptionMr Wang wants some boys to
help him with a project. Because the project is rather complex,the more boys
come, the better it will be...
分类:
其他好文 时间:
2014-05-10 02:41:33
阅读次数:
291
Problem DescriptionThere are N villages, which
are numbered from 1 to N, and you should build some roads such that every two
villages can connect to e...
分类:
其他好文 时间:
2014-05-10 02:28:50
阅读次数:
374