贾延平

Results 4 issues of 贾延平

webpack config like this ``` { name: 'vue3-openlayers', var: 'OpenLayersMap', path: 'dist/vue3-openlayers.umd.min.js', }, ``` Got error : ``` Uncaught ReferenceError: OpenLayersMap is not defined at Object.vue3-openlayers (external var "OpenLayersMap":1:1) at...

in ruby(MRI): ``` Time.parse('2005-02-02') => 2005-02-02 00:00:00 +0800 ``` in opal: ``` Opal.eval("Time.parse('2005-02-02')") Wed Feb 02 2005 08:00:00 GMT+0800 (CST) ``` The hour is different.

bug
corelib
v1.2

网络环境:北京联通 看ip应该是大局域网 问题软件:zerotier 问题现象:安装zerotier并运行后,打开防火墙后,无法和远程公司网络内的节点进行直连,一直显示relay。关闭防火墙就可以直连了。 分别尝试了以下iptables设置都不起作用 iptables -I INPUT 4 -i ztxxx -j ACCEPT iptables -A FORWARD -i ztxxx -j ACCEPT iptables -A FORWARD -o ztxxx -j ACCEPT iptables -t nat...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation 例如:我的房间使用温度传感器001监测温度,iotdb中时序名为“sensor001.温度”,我女儿看着喜欢拿到了他的房间,然后我又买了传感器002,这是我希望把“sensor001.温度”的数据重命名为“sensor002.温度”,然后传感器002的新数据写道这个时间序列里,这样我的房间的历史数据和新数据就融合了,不会出现中断。 ### Solution 提供时序重命名功能 ### Alternatives 当然我可以使用select into,但是对于大数据量来说,这会非常耗时,甚至可能执行超时。 ### Are you willing to...