Android GSON parses the data of List with Date in the background and how the background interacts

The code returned by interacting with the background is 200. It's important to analyze the List data of JSON. I use SSM in the background. Its JSON is very friendly. In addition to the Date type, first paste the code learned by novices. Many customized online transformations don't need to be so complicated. One line of code com ...

Posted by freynolds on Sun, 05 Jan 2020 15:08:12 -0800

VBA auto mail + content + attachment

As an example, we need to automatically send the following table to different customers based on the data of nearly 7 days. The raw data are as follows: The details of the latest n days to be generated are as follows The general idea is as follows: get mailbox - > process data - > generate excel - > generate Email In the actual ...

Posted by ksteuber on Sun, 05 Jan 2020 13:21:05 -0800

[android learning notes] basic positioning and map display of Gaud map

[overview] there are quite a lot of problems in the use of Golder at the beginning. Combined with some cases on the Internet, some summaries are made. [simple process] 1. Get key - > 2. Configure Android Studio - > 3. Use [step 1] get the key Address: https://lbs.amap.com/dev/key/app ① Get SHA1 and follow the docu ...

Posted by suresh_nsnguys on Sun, 05 Jan 2020 11:14:20 -0800

Linux-07-scheduled tasks

In Linux, the timing task is executed by crond program. It is started by default after power on like SSH, network, rsyslog and sysstat. By default, crond checks every other minute to see if there are any tasks to perform. If you have special needs, such as executing once a second, you need to write daemons. View the contents o ...

Posted by rascle on Sun, 05 Jan 2020 09:36:49 -0800

Linux-20180914-vmware virtual machine debond

Problem bond binding was done before to restore the entire virtual machine environment to its original state. Solution First, execute the command line in the virtual machine and turn off the network card (using console, once the remote ssh network card is turned off, the network is also broken) # Check which network cards a ...

Posted by bluetonic on Sun, 05 Jan 2020 08:42:06 -0800

pap and chap authentication configuration of ppp

1, Network topology Two, PAP 2.1 PAP single authentication: R1 is the server, R2 is the client R1 To configure: R1>enable R1#configure terminal R1(config)#username jsxjs password adminjsxjs R1(config)#interface s0/0 R1(config-if)#encapsulation ppp R1(config-if)#ppp authentication pap R2 To configure: R2>enable R2#con ...

Posted by B0b on Sun, 05 Jan 2020 06:33:19 -0800

Another dubbo multi network card problem

background Another inaccessible event Analysis First of all, refer to this kind of questions Troubleshooting: foreign consumer XXX access service YYY from registry zzz use Dubbo version 2.5.3, please check register access list (whitelist / blacklist) It's not the same thing to find out~ It can be seen from the error reporting above that ...

Posted by creet0n on Sat, 04 Jan 2020 19:47:22 -0800

Two methods of minimum spanning tree (Kruskal algorithm and Prim algorithm)

Conceptual definitions of graphs: Connected graph: In undirected graph, if any two vertices vivi and vjvj have paths that are connected, the undirected graph is called connected graph. Strongly connected graph: In a directed graph, if any two vertices vivi and vjvj have paths that are connected, the directed graph is called a strongly connecte ...

Posted by MrBillybob on Sat, 04 Jan 2020 19:40:52 -0800

Using phantomjs to screen the web page

PhantomJS is a server-side JavaScript API based on WebKit. It fully supports the web without browser support. It supports various Web standards in a fast and native way: DOM processing, CSS selectors, JSON, Canvas, and SVG. PhantomJS can be used for page automation, network monitoring, page screenshots, and interface free testi ...

Posted by ElectricRain on Sat, 04 Jan 2020 17:22:07 -0800

Using Baidu map api in Android

Preparatory work: before use, you need to apply for API Key on Baidu developer platform, which is not covered here. You can query the article by yourself. 1, Modify the AndroidManifest.xml file to add permissions and API keys. The following are permissions needed (the annotation part is because the project has been added befor ...

Posted by bcarlson on Sat, 04 Jan 2020 13:46:00 -0800