Linux Installation Tkinter+Python Version Upgrade + xlrd Installation (Excel Plug-in)

I. Tkinter Installation To install Tkinter in Python 3, you need to upgrade the Python version and recompile it!!! 1. System Version and Python Version [root@server1 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.2 (Maipo) Python Version: 2.7.5 2. Introduction to Tkinter (1) Introduction t ...

Posted by sridhar golyandla on Fri, 01 Feb 2019 09:33:17 -0800

linux basic learning [6]

system log I. Management of System Log cat /var/log/messages ##View the default saved logs 1. Management of log collection service rsyslog /var/log/messages ##Service Information Log /var/lgo/secure ##System login log /var/log/cron ##Timing Task Log /var/log/maillog ##Mail l ...

Posted by fareedreg on Wed, 30 Jan 2019 14:00:15 -0800

Xu Songliang's Python Special Teaching-Foundation-Introduction and Foundation Source Code

Copyright Statement: This article is the original work of blogger Xu Songliang. It can not be reproduced without permission. Thank you for your support. QQ:5387603 Catalog First, source code I. Introduction to python Second, the construction of development environment Third, original basic source code Fourth, the results ...

Posted by kcpaige89 on Sun, 27 Jan 2019 08:21:15 -0800

Python Learning: Common Modules (3)

Common Modules (3) logging module The information contained in the log should be accessed by a normal program, and may be output with information such as errors, warnings, etc. python's logging module provides a standard log interface through which you can store logs in various formats. Logging logs can be divided into five levels: debug (), in ...

Posted by pbase on Wed, 23 Jan 2019 14:42:13 -0800

How to Use Session in Go lang

The basic principle behind Session is that the server maintains the information of each client, and the client relies on a unique Session ID to access the information.When a user accesses a Web application, the server creates a new Session using the following three steps as needed: Create a unique Session ID Open the data storage space: Usuall ...

Posted by Lynny on Sun, 20 Jan 2019 16:51:13 -0800

Archve/zip, compress/zlib, compress/gzip packages for Go language learning (the way to go)

Life goes on, go on!!! Once, I wrote this blog and introduced the use of archive/zip: The Way to Go zip zlib gzip zlib is a data compression library designed to handle simple data regardless of the source. Gzip is a file compression tool (or a compressed file format generated by the compression tool), which is designed to handle individual ...

Posted by jwilley on Wed, 26 Dec 2018 15:54:07 -0800

RHEL7 and CentOS7 Time Settings (date, hwclock) - System Management (2)

RHEL7 and CentOS7 provide three command line modes to set and display dates and times. Time datectl is part of the newly added system D in RHEL7 and CentOS7. Date is the traditional date and time setting command. The hwclock unit accesses the hardware clock. I. Time datectl [root@Geeklp-Administrator ~]# timedatec ...

Posted by jdh on Fri, 14 Dec 2018 21:06:04 -0800