Shi Jason

Results 9 issues of Shi Jason

像echarts示例这样调整不生效 xAxis : [ { type : 'time', splitNumber:12 } ], 调整函数如: $scope.config = { xAxis: [ { type: "time", name: "x", axisLabel: { interval: 0 }, splitNumber: 20 }...

GCC版本为4.8.5 系统版本为centos 7.3 执行x86_build.sh后显示如下错误: /home/dev/thirdparty/Anakin/saber/funcs/impl/x86/saber_lstm.h: In member function ‘virtual anakin::saber::SaberStatus anakin::saber::SaberLstm::init(const std::vector&, std::vector&, anakin::saber::LstmParam&, anakin::saber::Context&)’: /home/dev/thirdparty/Anakin/saber/funcs/impl/x86/saber_lstm.h:26:24: error: ‘__m256’ was not declared in this scope #define SABER_X86_TYPE __m256 ^ /home/dev/thirdparty/Anakin/saber/funcs/impl/x86/saber_lstm.h:78:34: note:...

How to set the number of virtual node and the bucket size

I need a consistent hash of lua version as same as tengine C version

When I use watcher and callback,sometimes there are some warnings such as ‘could not obtain parameters for parsing’ and sometimes there are 'zoo_warn@zookeeper_interest@1586: Exceeded deadline by' error.

I am confused with your usage. When I follow your instruction, how can I use it. protoc-gen-php some.proto is not work

As I say, when the mq is stopped, something happened like that it will throw loop exception. I think bug is on that place. ``` // force disconnect, if previous...

Stomp 1.0.0 Stomp.php do { $read = fread($this->_socket, $rb); if ($read === false) { $this->_reconnect(); return $this->readFrame(); } $data .= $read; if (strpos($data, "\x00") !== false) { $end = true;...

My stomp version is 1.0.0. ActiveMq version is 5.10.0. When I use topic model of stomp to publish and subscribe, I found that subscriber cannot receive all message from topic...