A summary of folder permission x and Inode in Linux
A summary of folder permission x and Inode in Linux
Theoretical speculation
I read several articles before that Linux uses the inode number to identify files, which is equivalent to the unique ID of files in the file system. Different files have different inode numbers. When a file is created, it ha ...
Added by ryansmith44 on Thu, 12 Mar 2020 08:01:25 +0200
[20180807] geographic location method: API call of Google map (Chapter 5 of headfirst HTML5)
Location acquisition method of geolocation API
global positioning system
Physical location mapped by location information based on IP address
Cellular telephone triangulation, according to the distance between different cellular base stations to determine the location.
Wi Fi access point completes triangulat ...
Added by arimakidd on Sat, 14 Dec 2019 20:52:41 +0200
Android LocationManager obtains longitude and latitude information
Article directory
I. positioning introduction
Two, code
1. Instantiate LocationManager
2. Processing runtime permissions
3. Start request location
4. Positioning monitor
5. Update positioning
III. Demo download
I. positioning introduction
You can also use Android without using the third-party map SDK
Its own ...
Added by bunner bob on Sun, 03 Nov 2019 02:22:17 +0200
0 OTA user version upgrade failed, debug upgrade succeeded
The company's own ota upgrade apk, download upgrade package upgrade, prompt package compatibility verification failed;
The errors reported by different OTA apks may be different, and the log s should be the same; 9.0 has strict authority management.
avc: denied { read } for name="config.gz" dev="proc" i ...
Added by miramichiphoto on Sat, 05 Oct 2019 04:27:35 +0300
Using openpyxl to read and write excel files
Article directory
1, configuration
2. Installation module:
3. Reading and writing:
Note 1:
Note 2:
3. demo code:
4. Read all rows under all worksheets of an Excel table
5. Merge all worksheets under an Excel table (or merge multiple Excel tables ...
Added by marinedalek on Tue, 17 Sep 2019 07:29:22 +0300
Git Crawling Pit - Building Remote Warehouse
Git Crawling Beginning - Establishing a Remote Warehouse: The core of building a remote warehouse is to establish ssh connection between local and git server. After initializing the local warehouse through git init, we need to paste the locally gener ...
Added by iFlex on Sat, 17 Aug 2019 17:02:56 +0300
Bird Brother's linux Private Vegetable Learning Notes ACL Authority Management of "Twenty-six"
Concept:
ACL is the abbreviation of Access Control List. The main purpose of ACL is to provide detailed permission settings other than the read, write and execute permissions of traditional owner, group and other. ACL can specify the permissions of r, W and X for a single user, single file or directory, which is very helpful for the use of sp ...
Added by samadams83 on Thu, 18 Jul 2019 01:18:00 +0300