tinpont

Results 9 comments of tinpont

今天尝试support carthage的时候遇到个问题,就是要做动态framework,需要项目名称同名的头文件,比如说你的项目就需要一个OpenShare.h引入所有的类才能使用,但是你项目是用OpenShareHeader.h来引入所有头文件的,我测试过虽然可以使用`#import `的方式来直接使用,但是会有个警告。 参考AFNetworking、SDWebImage

需要carthage支持的朋友可以通过 https://github.com/tinpont/openshare 来使用,目前需要作者处理一下目录结构才能支持了。

额,看源码的我是。 ``` php public function getArg($name) { if (isset($_POST[$name])) { return $_POST[$name]; } else if (isset($_GET[$name])) { return $_GET[$name]; } else if (isset($this->_jsonParams[$name])) { return $this->_jsonParams[$name]; } return false; }...

In fact it did not. But I think that it still have a chance to improve performance.

@fancymax 现在是固定的device_id,很有可能是12306根据device_id限制了刷新频率,用的人多了自然容易出问题。最好还是device_id根据接口来获取。

For who running into same issue, here is my solution. This issue is caused by server activityTimeout setting, which soketi server default is 30s. But this java library default activityTimeout...

Thanks for sharing.

Could you please tell me which works? These client tested failed: 2013-08-07aRagexe 2013-08-14aRagexe 2014-01-15eRagexe 2014-01-29cRagexe Reason: ExtractPacketLen : Failed at first Set And these client tested failed 2014-02-05bRagexe 2014-02-12aRagexe 2014-04-16aRagexe...