Summary of problems when upgrading Android app targetSdk from 28 to 33

Article directory 1. TelephonyManager#listen(PhoneStateListener listener, int events) error log 1. Call the entrance 2.~~TelephonyRegistryManager of binder service~~ TelephonyRegistryManager (not binder server!!!) register use 3.TelephonyRegistry of binder service register Note:~~You can see that the registration locations of the two binder services are different~~ It has been confirmed that the former runs in the calling process (same […]

Analysis on the principle of OpenTSDB time series database

Author: Zen and the Art of Computer Programming 1. Introduction (1) What is OpenTSDB? OpenTSDB (Open Time Series Database) is a time series database system based on HBase. It was originally developed by LinkedIn and later acquired by the Apache Foundation. Its main functions include storage, retrieval, analysis of time series data, etc., and is […]

[Blog 665] Using promtool to analyze prometheus tsdb block

Use promtool to analyze prometheus tsdb block Scene The tsdb status provided by prometheus ui is more information about the recently active series. What should I do if I want to analyze the blocks of historical messages? Using promtool tsdb analyze to investigate churn and cardinality Usage: promtool tsdb analyze /prometheus/data/01H2KRM58RQZFJ302BBVEBJSC7 01H2KRM58RQZFJ302BBVEBJSC7 Example of results: […]

TsD of ML: Using the TsD time series decomposition method (trend/seasonal/residual component, smoothing + combined forecasting) to realize the regression prediction case of the highest temperature in Shanghai

ML’s TsD: Using the TsD time series decomposition method (trend/seasonal/residual component, smoothing + combined forecast) to realize the regression prediction case of the highest temperature in Shanghai Directory A case of regression prediction of the maximum temperature in Shanghai using the TsD time series decomposition method (trend/seasonal/residual components, smoothing + combined forecasting) # 1. Define […]

[Solved] Hikvision sd reports an error Structure.getFieldOrder() on class com.xxx.sdk.HCNetSDK$NET_DVR_DEVICEINFO_V30 does not provide

Remember a linux deployment Haikang sdk error The content of the error is as follows Caused by: java.lang.Error: Structure.getFieldOrder() on class com.xxx.sdk.HCNetSDK$NET_DVR_DEVICEINFO_V30 does not provide enough names [0] ([]) to match declared fields [31] ([byAlarmInPortNum, byAlarmOutPortNum, byAudioChanNum, byChanNum, byDVRType, byDiskNum, byHighDChanNum , byIPChanNum, byLanguageType, byMainProto, byMirrorChanNum, byMultiStreamProto, byRes2, byStartChan, byStartDChan, byStartDTalkChan, byStartVoiceInChanNo, bySubProto, bySupport, bySupport1, […]

[Solved] [Centos compiles and installs opentsdb, an error is reported when executing ./build.sh, the jar package cannot be downloaded]

unable to resolve host address central.maven.org’ –2022-08-22 10:36:55– http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.5/jackson-annotations-2.9.5.jar Resolving host central.maven.org (central.maven.org)… failed: unknown name or service. wget: Unable to resolve host address ‘central.maven.org’ make: *** [third_party/jackson/jackson-annotations-2.9.5.jar] error 4 http://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar Resolving host repo1.maven.org (repo1.maven.org)… 151.101.24.209 Connecting repo1.maven.org (repo1.maven.org)|151.101.24.209|:80… Connected. An HTTP request has been made, waiting for a response… 501 HTTPS Required 2022-08-22 10:57:03 […]