Visit Classification Statistics (QQ, Weixin, Weibo, Web Page, Website APP, Others)

Just ready to hit the keyboard, suddenly remembered today has been Friday, a little excitement, a week and so happy end, can rest, and so on. I seem to be writing a Java blog, how did it become a diary, well, back to the point. I don't know if you have ever met such a demand: statistics of article browsing and analysis of the details, namely QQ ...

Posted by wih on Mon, 25 Mar 2019 19:54:29 -0700

set and get of css attribute with native JS code

Now let's implement a simple version of the plug-in, which can achieve the acquisition and setup of css attributes without the help of jQuery. First step First, create a css-tool.js file. At first, it looks like this: (function(window,undefined){ "use strict"; var cssTool = function(){ return new cssTool.prototype.init(); } ...

Posted by Simsonite on Sat, 23 Mar 2019 19:42:27 -0700

Custom Controls (Imitate Popup Windows)

Implementation of Custom Control Implementation of Custom Control Implementation of native Popup Windows Custom Implementation of Popup-like Windows code block Concluding remarks In this paper, we discuss the implementation of native Popup Windows, customize the implementation of imitating Popup Windows style and pay attention ...

Posted by rkstevens on Sat, 23 Mar 2019 06:18:52 -0700

How PowerShell Clears Custom Variables in the Current ISE Window

Get all variables "@({0})" -f #@ () Represents an empty array ((Get-Variable | select -ExpandProperty name | foreach { "'$_'" }) -join ",`n") Clean up custom variables Function Clear-ISEVariable { $sysVar=@( '$', '?', '^', 'args', 'ConfirmPreference', 'ConsoleFileName', 'DebugPreference', 'Error', 'Erro ...

Posted by Jeannie109 on Sat, 23 Mar 2019 02:57:53 -0700

Zabbix_LLD_Filtration Monitoring Item

Zabbix_LLD (Low-Level-Discovery)_Filter Monitoring Item By default, the network interface LLD in Template OS Windows and Template OS Linux automatically discovers all interfaces except the loopback interface, when this is not the interface we want. For example, I have a Linux server with the following network cards: [root@webserve ...

Posted by alan543 on Sat, 23 Mar 2019 00:57:53 -0700

Using VeraCrypt in CentOS (2): Encrypted Volume Type

Introduction of Encrypted Volume Types The first step in creating an encrypted disk using the wizard is to let us select the type of encrypted volume. Use the wizard to create VeraCrypt encrypted disk, click here [root@localhost src]# veracrypt -t -c Volume type: 1) Normal 2) Hidden Select [1]: 1 (1) Type of Encrypted Volume There ar ...

Posted by btoles on Sat, 23 Mar 2019 00:18:54 -0700

Reprinted other people's iOS bits and pieces of knowledge

1. Call code to make APP go into the background and click the Home key. (Private API)    [[UIApplication sharedApplication] performSelector:@selector(suspend)]; Suspend means: suspend; suspend; suspend; delay; Second, URL processing with Chinese. For example, like the following URL, which directly contains Chinese, may not play, t ...

Posted by batfink on Fri, 22 Mar 2019 17:45:52 -0700

Initial Knowledge of Nginx (2): Virtual Machine Functions

I. What is Nginx Nginx is a high performance http server / reverse proxy server and e-mail (IMAP/POP3) proxy server. Developed by Igor Sysoev, a Russian programmer, the official test nginx can support 50,000 concurrent links (Taobao Jingdong level), and the consumption of cpu, memory and other resources is very low, running very stable. Open ...

Posted by ilangovanbe2005 on Fri, 22 Mar 2019 14:12:53 -0700

Installation and preliminary use of Cocos 2DX

I. Preparations Download and install python Link: https://www.python.org/downloads/ Note: Configure the environment variables, you can. II. Installation of Cocos 2DX 1. Download and decompress Cocos 2DX Download link: http://www.cocos.com/download Unzip it (PS: The directory should not have Chinese). Running setup.py directly at this ...

Posted by Muses on Thu, 21 Mar 2019 21:45:51 -0700

Apprentice's Analysis of Android Development-Confusion of SO Files

SharedObject serves the same function as. dll (dynamic link library) files in windows environment. When we refer to third-party SDK, we will also encounter the need to call the corresponding. so files. So files are more capable of integrating common processing methods, of course, they will also be used to save important data information. Local ...

Posted by cwiddowson on Thu, 21 Mar 2019 14:57:52 -0700