How To Insert A Formula On draw.io
draw.io is a very convenient and useful online graph editor platform. You can edit icon, graph, flow chart… etc. In anytime you need.
Read More »How To Insert A Formula On draw.iodraw.io is a very convenient and useful online graph editor platform. You can edit icon, graph, flow chart… etc. In anytime you need.
Read More »How To Insert A Formula On draw.ioAfter getting used to the Linux terminal with rich colors (I used to spend a lot of time adjusting it), I suddenly switched to the white background Mac default terminal: Terminal.app, and I felt uncomfortable.
Read More »[MacOS] How To Beautify The Default Terminalvector is a sequence container of C++ Standard Template Library (STL). It is similar with Array, but it can automatically expand the space when we store more elements, which is convenient.
Read More »[C++] How to Use “vector” of STLAfter buying the MacBook Pro, I found a obvious difference with other notebook: According to the official document, MacBook Pro allows user to quickly access various commands of the MacBook, and automatically change Touch Bar application if you use different program.
Read More »[MacOS] How To Customize MacBook Touch Bar AppRecently, when I reading the source code of a Python project, I saw they used next()
function to take the iterator elements. At first I didn’t know how to use the function, so I decided to study the use and record it.
I used to think Json file can satisfy any situation of my requirement, but in fact, it doesn’t. Strictly speaking, Json files are not suitable for human reading.
Read More »[Python] Use PyYAML Package To Load YAML Format FileToday when I was programming on Mac OS, I found some old programs would issue the following warning when compiling:
Read More »[Solved] warning: ‘auto’ type specifier is a C++11 extension [-Wc++11-extensions]When I switched from Linux to Mac OS, when I first passed the time in the desktop environment and tried to open various adjustment settings interface, I felt the most different is: Mac OS have no shortcut key to “move the two windows to arrange on both sides”.
Read More »[MacOS] Application For Screen Splitting: SizeUpWe can easily copy and paste the external code in Vim editor on Mac OS; however, if we want to copy the content of Vim editor for pasting to outside, it is a difficult mission.
Read More »[MacOS] Copy The Content From VIM Editor To System ClipboardIn many IDEs, we can quickly comment the code of a region, and then quickly test different code, after the test, we can also quickly cancel the comment. Usually, it can be done by a shortcut key in the IDE.
Read More »[VIM] Quick Comment or Uncomment Code