Article. Page 83



Summary of common skills in Salesforce Apex (continuous update)

Preface The blogger is also a Salesforce Apex, who has been working for a long time. I would like to share the useful knowledge and the knowledge I u...
21:35 12 January 2020

Basic script attempt

Try the script for the first time. Go by and correct it! syeteminfo system profile command #!/bin/bash #Descrition:show system information #filename:...
12:44 12 January 2020

Android uses camera to realize the problem of staying in the preview interface after taking photos

camera realizes the code of taking photos: /** * Start taking photos */ public void startCapture() { if (null != camera) { camera.takePicture(null, n...
10:52 12 January 2020

Data structure (C language) course 5: drug sales statistics system of drugstores

Data structure (C language) course 5: drug sales statistics system of drugstores Title Description: You work as a warehouse keeper in an L drug store...
8:07 12 January 2020

ACM winter holiday happy competition question solution

Competition website https://vjudge.net/contest/350953 First of all: due to the sudden death of cfcf, the experience is extremely poor. When cfcf surv...
8:20 11 January 2020

linux high order Nginx reverse proxy

Nginx reverse proxy function Reverse proxy: reverse proxy is also called reverse proxy. It refers to a way to proxy the request of the external netwo...
5:31 11 January 2020

Three traversal methods of binary tree (non recursive)

Binary tree is a kind of data structure. The structure of simple binary tree can be divided into left sub node, right sub node, and a pointer to data...
5:18 11 January 2020

Tomcat access project changed from http to https settings

1. Mr. Cheng's certificate # First switch to the certificate file path: $ cd /app/tomcat-8.5.39/ # Generate certificate file: $ keytool -genkey ...
0:13 11 January 2020

Flink asynchronous contradiction - sharp Async I/O

Dimension table JOIN - a business scenario that cannot be bypassed In the process of Flink flow processing, it is often necessary to interact with ext...
14:23 10 January 2020

kubeadm deployment k8s

The new version of kubeadm has changed some parameters, the installation method has changed, you can refer to the new version installation method [ku...
13:55 10 January 2020

Using vue and bootstrap to write simple user information

Note: 1.v-model = "" for bi-directional data binding of input form logical layer and rendering layer 2.v-on:click='add() 'click m...
11:10 10 January 2020

k8s deployment stateful service zookeeper example

Without considering the configuration file first: apiVersion: apps/v1 kind: StatefulSet #####A problem with fixed hostname and stateful service is th...
9:14 10 January 2020

Love buy back website optimization - Redis cache

Why cache? Reduce database pressure; Increase request speed. When the data is stored in the cache, it can be retrieved directly from the cache when i...
8:37 10 January 2020

Use SignalR to actively push alert logs from the server to various terminals (desktop, mobile, web)

WeChat public address: Dotnet9 Website: Dotnet9 , questions or suggestions: Please leave a message on the website, If it helps you: Welcome appreciat...
8:17 10 January 2020

What to do if php fails to call python

What if php fails to call python? Solutions to PHP's failure in calling Python Suppose there is a file: php_test.php python_test.py To run Python...
1:22 10 January 2020

Prototype application in JS (inheritance and extension)

Prototypes in JS Prototype is a very important mechanism in JavaScript. Through [[prototype]], we can easily implement the inheritance and extension ...
13:18 8 January 2020

Nginx configure free https certificate

Let's Encrypt is used for free SSL certificate application. 1. Let's Encrypt is a public free SSL project in foreign countries, which is hos...
13:33 6 January 2020

Android - Custom external shadow, internal transparent canvas mask layout

Explain: A simple requirement, the external shadow, the internal layout is transparent, and the camera is opened at the bottom (here only the layout ...
11:00 5 January 2020

RMAN Migration Library in ORACLE10G Non-archiving Mode

Environmental information: Source Library Target Library operating system WIN7 WIN SVR 2012 R2 IP x.x.x.216 x.x.x.112 Database Version 10.2.0.4.0 - 6...
15:12 4 January 2020

Kubeflow series: Solve one-click installation of kubeflow based on Ali cloud mirror in China

Environmental preparation kubeflow is very demanding for the environment. See the official requirements:at least one worker node with a minimum of: 4 ...
14:53 4 January 2020

How to use EasyPermissions

Starting with Android 6.0 (API level 23), users begin to grant permissions to applications when they are running, rather than when they are installed...
7:05 4 January 2020

Kubeflow series: analysis of kubeflow components

As a big gift package of machine learning based on cloud native, kubeflow can be used as a good example of cloud native learning. At the same time, t...
8:53 3 January 2020

api request function based on axios encapsulation

After vue resource is not recommended in vue 2.0, most people choose axios. axios can be used not only in vue, but also in angular and react. So lear...
3:08 3 January 2020

Angular4 learning (IV) Product component and Stars component linkage

1, The first Angular technology used 1. Template data binding is generated repeatedly according to the number of data *ngFor="let XXX of YYY&quo...
12:46 2 January 2020

android Camera camera class

Several process methods related to Camera class Camera.open(cameraId) camera.setDisplayOrientation(0) set camera horizontal direction Mgamera.setprevi...
4:31 2 January 2020

PXE+Kickstart unattended installation

PXE one key installation PXE(Preboot eXecute Environment) is mainly used to boot the client host to install the Linux operating system in the unatten...
3:27 2 January 2020

Create and get cookie s

Create and get cookie s Producer: heart and soul Cookie: in the Internet, a cookie is a small piece of text information generated on a web server and ...
4:14 31 December 2020

OOM problems caused by a MongoDB paging query

OOM Description: 2018-09-18 14:46:54.338 [http-nio-8099-exec-8] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherS...
10:10 30 December 2020

postgresql connects to SQL server using odbc_fdw

Install and configure ODBC? FDW 1. Install unixODBC apt-get install unixodbc unixodbc-dev 2. Install Microsoft ODBC Driver 17 for SQL Server curl http...
12:05 28 December 2019

nginx+tomcat for dynamic-static separation+load balancing

1. Introduction to static-dynamic separation and load balancing Dynamic and Static Separation of Nginx+Tomcat:The so-called dynamic-static separation...
22:28 22 December 2019