ScienJus
ScienJus
recommend nikic/FastRoute
I don't think you need to worry about thread-safety as long as you do not use instance variables in Route
I have a mistake in last comment, in pippo Route is a singleton instance, but Controller will be created a new instance for each request and thread. so if you...
@ouyangjunjie 需要先安装 Thrift。 `brew install thrift`
@yegor256 my custom plugin, just want to use `Classpath`。 when maven version >= `3.1.1`, `org.sonatype.aether.RepositorySystemSession` is instead of `org.eclipse.aether.RepositorySystemSession`。so will be this error,so this will happen。
@yegor256 just like this: ``` Collection jars = new Classpath( this.project, this.session.getLocalRepository().getBasedir(), Arrays.asList("runtime", "compile")); ``` maven will inject `RepositorySystemSession`,but when maven version
如果返回的错误码是103的话,就是web qq的服务端问题,这个暂时没有很好地解决方案,只能手动登录一次。
我觉得应该是腾讯服务端的问题…不过这丢失率有点高啊?
@slight-sky > 拉取超时之后会丢失一些数据 这个有可能是腾讯的服务端返回消息了,但是客户端这里超时了,再次拉取就不返回了。 > 表情和文字混打的时候也会丢失 这个是因为腾讯的内个消息体,当有表情的时候会截开文字放在一个数组里,这个问题确实存在。
So sad… 看了下原作者那边的提交记录,虽然我个人不喜欢这种使用正则解析XML的方式,不过能正常运行的话也不好给作者找事,毕竟我也没时间且懒得帮别人做这种意义不是很大的重构,暂时就这样吧。