Three Methods for JS to Obtain Client IP Address, MAC and Host Name
This article mainly introduces js JS itself does not support acquiring information such as IP address. This paper implements it by other methods. Friends who need it can refer to the following.
Today we are working on JS( JavaScript ) After searching the internet, many of the small programs to get client IP are ineffective in the current ...
Added by dallasx on Sat, 22 Jun 2019 02:20:59 +0300
Method of Hook APP without Root
Method of Hook APP without Root
Core Foundation Framework for Hook Free from Root: VirtualApp of asLody
asLody/VirtualApp: An open source implementation of MultiAccount.(Support 4.0 - 8.0).
Interview with Roddy: The Way for Android Daniel to Grow up in Senior Two
0. Attempts at different Hook modes
[On 8 May 2017:Using the form ...
Added by psychotomus on Fri, 21 Jun 2019 22:31:18 +0300
Chapter 13 Network Management for Linux
Contents of this article:
13.1 Linux Packet Forwarding
13.2 Several network-related file descriptions
13.2.1 Network Card Profile ifcfg-*
13.2.2 DNS Profile/etc/resolve.conf
13.2.3 /etc/udev/rules.d/70-persistent-net.rules
13.2.4 /etc/services
13.3 Network Interface Configuration and Host Name
13.3.1 ifconfig
13.3.2 ifcfg
13.3.3 hostname comman ...
Added by jsschmitt on Thu, 20 Jun 2019 01:14:54 +0300
iOS Development. Third Party Network Download Processing Framework: AFNetworking Network Download Processing (Official Document Translation)
click AFNetworking download
1. Framework system
1.1 NSURLSession
AFURLSessionManager
AFHTTPSessionManager
1.2 serialization
<AFURLRequestSerialization>
AFHTTPRequestSerializer
AFJSONRequestSerializer
AFPropertyListRequestSerializer
<AFURLResponseSerialization>
AFHTTPResponseSerializer
AFJSONResponseSerializer
AFXMLParser ...
Added by DocSeuss on Sun, 16 Jun 2019 00:21:06 +0300
Message digest algorithm-MAC
1. Brief introduction
Mac (Message Authentication Code, Message Authentication Code) is a hash function algorithm with key. It is compatible with the characteristics of MD and SHA algorithms, and adds key on this basis. Therefore, MAC algorithm is often called HMAC algorithm. Note that the digest value obtained by the MAC algorithm can also be ...
Added by akreation on Fri, 07 Jun 2019 03:08:02 +0300
Deep into the win Chapter of V8 Engine-Time Core Method
The source code of the last article is very boring. The official documents are as bad as black cotton.
This article talks about the implementation of timestamp on windows operating system. Because of class declaration and method interpretation, the previous one has been pasted, so this time it directly corresponds to the corresponding version o ...
Added by rakennedy75 on Mon, 27 May 2019 20:59:05 +0300
A Lightweight and Efficient Archiver Cache Framework Based on YYModel
CBArchiverLogo
A Lightweight and Efficient Archiver Cache Framework Based on YYModel
development environment
Mac OS 10.12+ / Xcode 9+ / Objective-C
Supporting environment
iOS 8+, iPhone & iPad
Project acquisition
Here the code is shown by Objective-C and the project has been uploaded to github CBArchiver(https://github.com/cba023/YYModel- ...
Added by the_loser on Tue, 21 May 2019 03:34:11 +0300
Network Card Information Program
Experimental requirements
1. Display network card information
2. Display IPV4 information
Experimental steps
1. Functions of Confirmation Program
Query all network card information on the computer, including network card name, MAC address, IP address, sub-gateway mask, gateway and other information
2. Searching for Relevant Informatio ...
Added by KCKTechs on Mon, 20 May 2019 04:20:33 +0300
udp programming for python network-Socket (24)
Introduction to udp
udp - User Datagram Protocol is a simple connectionless datagram-oriented transport layer protocol.
udp does not provide reliability; it simply sends datagrams from applications to the IP layer, but it does not guarantee that they will reach their destinations.
udp does not need to establish a connection between client a ...
Added by Pobega on Sun, 19 May 2019 07:53:51 +0300
Android Bluetooth Library-Simple Use of FastBle
Released from Kindem's blog Welcome to reprint, but note the source
Recently, in the course of Internet of Things, we need to use Android Bluetooth API, but the native Bluetooth API is a little troublesome. So I searched the Internet to see if there was a good Android Bluetooth library, and then I found this baby and shared it wi ...
Added by zzman on Sat, 18 May 2019 14:11:16 +0300