hyo

Results 3 issues of hyo

IoTDB默认使用毫秒, 但是其实IoTDB内部是用的long进行存储的,因此可以通过配置来支持微秒和纳秒。 在IoTDB配置文件(iotdb-engine.properties)中的如下配置: ``` # Use this value to set timestamp precision as "ms", "us" or "ns". # Once the precision is been set, it can not be changed. timestamp_precision=ms...

he said built by gpt-3,not 4???

[19:58:31 410] WARN [com.github.unidbg.linux.android.dvm.jni.ProxyJni] (ProxyJni:223) - callStaticObjectMethodV java.lang.ClassNotFoundException: android.app.ActivityThread at java.net.URLClassLoader.findClass(URLClassLoader.java:387) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) @Override public DvmObject callStaticObjectMethodV(BaseVM vm, DvmClass dvmClass, String signature, VaList vaList) { if (signature.equals("android/app/ActivityThread->getApplication()Landroid/app/Application;")){ return vm.resolveClass("android/app/Application").newObject(null); }...