Emily's Blog

GROW A BIT EVERY DAY

Skip to content
Menu
  • Home
  • About
  • Topic Learning
  • Project

Year: 2020

LinuxPosted onDecember 13, 2020December 13, 2020

[Solution]CPU Usage Is Too High

Background: Recently, I was developing a C program in Linux and I met an issue – CPU usage is too high. I spent some time…

Read More
LinuxPosted onOctober 17, 2020October 17, 2020

[Solution]Makefile where to add compile flags

Requirement: In a project,  we need to add some compile flags in order to meet the security requirement or other reasons. In my project, there are…

Read More
PythonPosted onOctober 11, 2020October 11, 2020

Python Files and Directories Operation

In this article, I have implemented the following two functions. Read all files from a folder. Read the specific files from a folder. Read all…

Read More
PythonPosted onOctober 11, 2020October 11, 2020

How to Use Global Variable in Python

The following is the example telling us how to define and use global variable in python. Note: In main function, we don’t need to add…

Read More
C/C++Posted onAugust 2, 2020August 2, 2020

How to Understand Static Variables/Function in C

Static Storage: static, the same with global variables. They will be Initialized to 0 because they are in static area. There are three kinds of staitc…

Read More
C/C++Posted onAugust 2, 2020August 2, 2020

How to Understand “extern” Keyword in C (example)

If you know the “extern” keyword, but you are not clear about where and why do we need it. You are in right place. “extern”…

Read More
TutorialsPosted onJuly 26, 2020July 26, 2020

Used wpDiscuz plugin to enable comments in your WordPress page/post

It’s very important to have comments in WordPress, audiences can make a comment to author to ask some help or give some feedback. I always…

Read More
LinuxPosted onApril 15, 2020April 6, 2020

pl2303 ttyUSB2: pl2303_set_control_lines – failed: -19

When I finished install Ubuntu 16.04 and minicom package, I’d like to use minicom to access the ttyUSB device. I found there was nothing output…

Read More
TutorialsPosted onMarch 1, 2020March 1, 2020

6 Steps to install VNC Server on Centos 7

In this article, I am going to introduce three main things.1. How to install and configure a VNC Server on Centos 7.2. How the VNC…

Read More
Topic LearningPosted onFebruary 14, 2020February 14, 2020

Notes on [Build a Modern Computer from First Principles: Nand to Tetris Part II]

[Build a Modern Computer from First Principles: Nand to Tetris Part II] is a course in coursera. It is a good course for us to…

Read More

Posts navigation

Page 1 Page 2 Next Page

Follow Me

Recent Posts

  • Differences between float, double and long double in C/C++
  • Four Ways to Loop Over A Vector
  • Build Windows 10 Kernel Driver Development Environment
  • SQLite-How to Insert Multiple Rows At a Time In C
  • How to Use SQLite in Visual Studio 2017

Categories

  • C/C++ (12)
  • Database (3)
  • Linux (14)
  • Network (5)
  • Python (4)
  • Topic Learning (1)
  • Tutorials (17)

Archives

  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • August 2020
  • July 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019

Recent Comments

  • latest technology. news on pl2303 ttyUSB2: pl2303_set_control_lines – failed: -19
  • software review on How to Build Your Website and Start a Blog only in 6 Steps
  • Best software on A summary of the transition between CString, char *, char [], string, int, double
  • Solmax Global Login on An unusual case of typedef
  • Buy Weed Online on How to Understand “extern” Keyword in C (example)
Get new posts by email
© Copyright 2021 – Emily's Blog
Allium Theme by TemplateLens ⋅ Powered by WordPress