iOS Clear Cache Detailed Parsing, app File Path Operation, My Personal Understanding of Sandbox

To clear the cache, we first need to know where to clear the cache, so we first need to know something about the files in an app.  How to view the contents of app files: Open Xcode - > Toolbar Window - > Devices - > Select Devices - > Click on the project (double-click can also be seen directly, wait for 10 seconds to appear) - ...

Posted by Davy on Sat, 30 Mar 2019 21:00:29 -0700

Who are AspNet Identity and Owin?

English text: http://tech.trailmax.info/2014/08/aspnet-identity-and-owin-who-is-who/   Recently I found out There's a very good problem with Stackoverflow Questioner: Why can claim still be added to Identity and persisted to cookie s after calling Authentication Manager. SignIn? The sample code is as follows: ClaimsIdentity identity = Use ...

Posted by jotate on Thu, 28 Mar 2019 17:45:29 -0700

Usage of Go cron Timing Task

What is cron? cron means: to plan tasks, to put it plainly, is to schedule tasks. I have an appointment with the system. It's as simple as running a task at a few minutes or seconds or every few minutes. cron expression Cron expression is a good thing. It can be used not only in Java quartZ, but also in Go. I haven't used cron in Linux, but the ...

Posted by liquidmind on Wed, 20 Mar 2019 09:51:28 -0700

Spring boot starts an error-reporting Unsupported major.minor version 52.0

Spring boot starts an error-reporting Unsupported major.minor version 52.0 Problem description Start error reporting when creating spring boot hello world project, Unsupported major.minor version 52.0. Exception in thread "main" java.lang.UnsupportedClassVersionError: com/yf/springboot/Application : Unsupported major.minor version 52.0 ...

Posted by GaryE on Tue, 12 Feb 2019 10:12:19 -0800

Oracle case 08 - xx.xx.xx.xx. xx, table space SYSAUX usage rate > 95%.

This example mainly aims at Oracle table space full problem processing method to do a step-by-step sharing. I. Warning Information After receiving zabbix alarm information, the usage rate of table space SYSAUX is more than 95%, and that of system table space sysaux is more than 95%. Processing steps 1. Log on to the specific database and do th ...

Posted by greatstar00 on Tue, 05 Feb 2019 02:15:16 -0800

springboot~mockMvc and asciidoctor generate API documents based on TDD

API document is a necessary condition for rapid development of front-end and back-end to reduce communication costs. It is necessary to have a perfect document. The advantage of generating document by testing is that there are test data, test return results, and these fields can be explained clearly. In spring boot framework, when using mockMvc ...

Posted by ProblemHelpPlease on Tue, 05 Feb 2019 01:24:16 -0800

Brotherhood Block Chain Course: In-depth Analysis of CMD in Taifang Source Code Analysis (I)

Brothers Link Block Chain Course Etaifang Source Code Analysis CMD in-depth analysis. cmd packet analysis There are 13 subpackages under cmd. In addition to util packages, each subpackage has a main function. The init method of each main function defines the commands supported by the main function, such as Under the get package: func init() {   ...

Posted by Tory on Wed, 30 Jan 2019 16:24:14 -0800

A MapReduce program example details determine success or failure (IV): In-Map Aggregation

Why use in-map aggregation? What's the difference between in-map aggregation and combine? When use combiner? When use in-map aggregation? Let's start with a picture to see where combiner is in a mr job.   Dry goods below: Data files are read by InputFormat and processed in the Map phase. After the Map is processed, the ...

Posted by hedgehog90 on Wed, 30 Jan 2019 15:21:15 -0800

Remote Driven Printing PDF

Recently received a demand: in order to improve business efficiency when printing PDF forms, packers do not need to download PDF manually and then operate printing manually, to achieve automatic drive printer to print PDF. Idea: The PDF side exists on the server alone, and the printer is connected to the packer's computer. Install a print inter ...

Posted by overlordhu on Tue, 29 Jan 2019 16:00:14 -0800

core-state Source Code Analysis for Etherfield Source Code Analysis in Block Chain Tutorial (II)

In the second half of 2018, the block chain industry is gradually fading away from the impetuosity and rationality at the beginning of its development. On the surface, it seems that the demand and status of relevant talents are declining. But in fact, it is the gradual decline of the initial bubble that gives people more attention to the real t ...

Posted by abitshort on Sun, 27 Jan 2019 16:09:15 -0800