Error-reporting of jmap commands in Windows

Recently, I changed my notebook. In the new working environment, the jmap command is reporting errors, while jps, jstat, jinfo and jstack can be used normally, so the problem of process number is preliminarily eliminated. Attaching to core 17536 from executable heap, please wait... Error attaching to core file: Windbg Error: OpenDumpFile failed ...

Posted by hd_webdev on Sun, 15 Sep 2019 22:51:42 -0700

Redis source analysis: master-slave replication

Original Link: https://my.oschina.net/zipu888/blog/549581 Source Version: 2.4.4 Update 2014.3.17, base 2.8.7 The master-slave replication of redis is simple but powerful with the foll ...

Posted by ragefu on Fri, 13 Sep 2019 21:40:00 -0700

How to realize Web page recording?

Summary: Very interesting operation. Original: Realization of web Page Recording Screen Translator: frontdog Fundebug Copyright shall be owned by the original author upon authorization to reproduce. Written in front After reading the comments, I suddenly realized that I didn't explain it in advance. This article can be said to be a research ...

Posted by julien on Sun, 08 Sep 2019 23:23:31 -0700

Redis Persistence and Data Types

redis persistence Redis is a memory-level caching program, that is, redis uses memory to cache data, but it can save the data in memory to hard disk according to certain strategies, so as to achieve the purpose of data persistence. redis supports t ...

Posted by deckrdx on Sat, 07 Sep 2019 01:13:57 -0700

OkHttp Source Code Analysis

From the previous article, we briefly analyzed the okhttp request process.( Okhttp Source Code Analysis (I) Today, let's take a look at the core of okhttp. Put a picture first. okhttp network requests adopt a hierarchical + Chain structure. Ea ...

Posted by sbarros on Tue, 03 Sep 2019 02:35:41 -0700

Road to Advanced Android Development 1 - Custom Controls (Canvas, Paint, Bessel Curve)

Custom View (Canvas, Paint, Bessel Curve) Catalog Custom View (Canvas, Paint, Bessel Curve) Draw a circle on Canvas and save it with Bitmap On the path, draw circles in turn to form line animation. Drawing multiple paths at the same time I ...

Posted by e_00_3 on Thu, 29 Aug 2019 22:59:07 -0700

JAVA state micro-service intrusion link tracking

Intrusion Link Tracking APM with Pinpoint I. Intrusion Link Tracking APM Application Performance Management (APM)It means to monitor and optimize the key business of an enterprise, to improve the reliability and quality of its business, to ensure that its customers receive good service, to reduce the total cost of IT operation and maintenance, ...

Posted by ladokha on Mon, 26 Aug 2019 00:14:30 -0700

JDK Source Priority Blocking Queue

Today we continue to talk about the implementation of blocking queue. Today's protagonist is Priority Blocking Queue. From the naming point of view, it should be orderly. After all, it's priority queue. So what's the actual situation? Let's look at its internal implementation together and explain in advance, because Priority Blocking Queue is i ...

Posted by Sturm on Sat, 24 Aug 2019 02:14:46 -0700

python analysis knows about fan data

Yesterday it took an afternoon to write a little reptile to analyze its fan data. This is fun! Today, I helped a lot of big V s in the group to climb their data. Running speed: more than 5,000 fans per minute. For the time being, I have to prepare for the make-up exam these two days, so I don't have time to continue playing with it. Next impr ...

Posted by fredfish666 on Wed, 21 Aug 2019 07:54:48 -0700

Flutter - Request data using http and show it

follow https://github.com/jiangkang/flutter-system Learn more about Flutter PPP that cannot make network requests is not a real APP. Flutter currently does not have a very reliable open source library (unsatisfactory) for network requests. Please use http temporarily to fulfill simple network requests ...

Posted by MaTT on Tue, 30 Jul 2019 10:16:03 -0700