Background The originally used cos is the node interface called, but because the gateway of the company’s node project limits the size of the uploaded file, then the front end directly uploads the cos (mainly to do it yourself); but! It is very unsafe to use a fixed key to directly upload cos from the […]
Tag: key
Office E5 OneDrive API usage guide: registration + key acquisition + temporary upload link + fragmentation
Journey of Imagination: My original blog is completely handcrafted, absolutely not ported, and there is no possibility of repetition on the entire network; I have no team, and I only share it for technology enthusiasts, and all content does not involve advertisements. All my articles are only published on CSDN, Nuggets and personal blog (must […]
Java running error [Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‘airs.appkey’]
The error is as follows, org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘arisController’: Unsatisfied dependency expressed through field ‘arisIframeService’; nested exception is org.springframework.beans.factory.rea beanCreationException: Error c arisIframeService’: Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder ‘airs.appkey’ in value “${airs.appkey}” at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) […]
Application of monkey patching, monkey patching to change the log.
With this monkey patch, all console logs of all py files in the project can be colored and clickable without modifying any code. # -*- coding: utf-8 -*- # @Author : ydf # @Time : 2019/8/1 0001 17:54 “”” If the old project is useless to use Logmanager, you can apply this monkey patch, which […]
BS problem: k8s deployment Nacos Could not resolve placeholder ‘NACOS_AUTH_IDENTITY_KEY’ in value “${NACOS_AUTH_IDENT
Official website document 2.X Kubernetes Nacos Nacos mirror: nacos/nacos-server:latest I followed the official documentation to execute Verify that the Nacos node starts successfully Then the pods keep restarting, check the pod log How can this parameter be less? The yaml file that starts the pod — apiVersion: v1 kind: Service metadata: name: nacos-headless labels: app: […]
static static + package and guide package + access rights + getter and setter + inheritance + super keyword + method rewriting + polymorphism
static static The problem with this graph is how many people it will print as many times and what is the country We can define it as a static variable at the beginning, so that later it will default to the Qing Dynasty for the country column. And the content corresponding to static is shared. […]
Vue custom keyboard implementation, according to input positioning
need: There are many input boxes in the project. Since the built-in keyboard of the system does not meet the requirements, it is necessary to customize the keyboard, and the keyboard is automatically displayed below when the input box is focused. The plug-in only realizes the function, and the style needs to be debugged by […]
[Essay] Gitee — Gitee warehouse creation & SSH public key generation (2)
Column: 【Git】 Author Author: I am the dog in the night Personal profile: A CV engineer who is working hard to learn technology, focusing on basics and practical sharing, welcome to consult! Welcome everyone: This is CSDN, where I summarize knowledge. If you like it, please keep repeating. If you have any questions, please private […]
The DB2 query encounters a field that is a keyword, and the DB2 reserved word USER
Problem Log: Today, I used DATAX to extract DB2 data offline, and reported that the USER field is not a number; the field “USER” in the source data The data type of the source “USER” field is as follows: [root@p0-01 tmp]$ db2 “describe select TA.TEST.USER from TA.TEST fetch first 1 rows only” Column Information Number […]
Map interface (key, value)
Introduction The Javaa collection framework provides a Map interface specially used to handle the storage of key-value mapping data. Multiple elements can be stored in a Map, and each element is composed of two or two objects, that is, a key (key) object and a value (value) object, and the corresponding value can be mapped […]