Centos7.5 installing VMware Workstation 14

Using CentOS 7.5 to install vmware virtual machine version 14 I have uploaded the linux version of vmware installation package to Baidu online disk for you to download. If later found that Baidu online disk can not be downloaded, please leave a message under the blog. And leave the email. I will send you the package. The autho ...

Added by everknown on Mon, 11 Nov 2019 20:56:31 +0200

[Android 9.0] the usbhost module in the system/core cannot output log to logcat

Phenomenon: the native Android 9.0 SDK, system / core / libushost is the module used by usb module to communicate with the driver. When debugging, you want to output log to logcat, turn on the debugging switch to recompile the code, and report the error of "undefined reference to '" FAILED: out/soong/.intermediates/system/core/libusb ...

Added by shahansudu on Sun, 10 Nov 2019 18:36:01 +0200

Two ways to open wechat code scanning prompt in browser

Because WeChat Because of the limitation of the download of application files in the built-in browser is blocked, many people do not respond when they click the download button when scanning QR code with wechat. What I want to do is to prompt the user to open the download in the browser.Method 1: Mask prompt method In fact, it turns out to ...

Added by magicdanw on Fri, 08 Nov 2019 22:58:41 +0200

Night Light Lectures Opentcs Framework and Actual AGV Scheme

Preamble to Night Light:       A little more persistence, a little more effort, and what seemed hopeless failure may turn to glorious success A little more perseverance and a little more effort will turn a seemingly hopeless failure into a brilliant success.                   Text:   Communication between dispat ...

Added by JackSevelle on Thu, 07 Nov 2019 23:17:30 +0200

mongodb Parts of Fake Form Data from Form Builder

The article finally got back on track: faking data for mongodb.Previous random numbers, random license plates, random times, and Chinese strings of a specified length from this note are all preparations for this note.Take a look at our preparation (code base) // 1,Gets a random number in a specified range-Include maximum and minimum value ...

Added by blacksheepradio on Thu, 07 Nov 2019 15:42:21 +0200

Apk error reported for Android N and above

Apk error in Android N installation android.os.FileUriExposedException: file:///storage/emulated/0/download/1558506119385taiheApp.apk exposed beyond app through Intent.getData() Because Android 7.0 added "private directory restricted access" "Restricted access to private directory" means that in Android 7.0, in order to ...

Added by turtleman8605 on Thu, 07 Nov 2019 01:01:03 +0200

The fourth harvest and thinking of reading AFNetworking source code

Because the main method of get request in this version is here: AFHTTPOperation *operation = [AFHTTPOperation operationWithRequest:request callback:callback]; Next, we will add breakpoints to analyze the class of AFHTTPOperation: AFHTTPOperation inherits from qhttpoperation, qhttpoperation inherits from QRunLoopOperation, and QRunLoopOpera ...

Added by rich1983 on Mon, 04 Nov 2019 16:26:56 +0200

Follow up knowledge points of x5 open source library

Catalogue introduction 01. Introduction to basic use catalogue 1.0.1 common basic introduction 1.0.2 Android calls Js 1.0.3 Js calls Android 1.0.4 WebView.loadUrl(url) process 1.0.5 js call timing analysis 1.0.6 how to clear cache data 1.0.7 how to use DeepLink 1.0.8 application opened as a third-party browser 02. Introduction to optimizati ...

Added by vapokerpro on Mon, 04 Nov 2019 13:51:17 +0200

How to deal with the banned pages in wechat? Restore the blocked webpage to visit from wechat normally with 36 API

Today, a backstage colleague asked me: why do I open the prompt "stop visiting this webpage" when sharing and downloading links from the App to wechat friends? But my links can be opened in the browser. So I tried it in WeChat public number and found that it could not be downloaded. Through google, we found that wechat blocked the do ...

Added by Rado001 on Sun, 03 Nov 2019 19:57:47 +0200

Wechat jump to external browser

When using wechat to open the website, you cannot open the commonly used download software, mobile APP, etc. in wechat. All kinds of wechat circulated on the Internet open download links, wechat update basic failure. The common method is to pop up a mask to prompt users to open in a new browser window, and never mind how wechat is updated. Jud ...

Added by Sassy34 on Sat, 02 Nov 2019 10:00:21 +0200