XiQin | 白宦成

What should I do if I forgot my password on Dokuwiki?

Original link: https://www.ixiqin.com/2022/08/27/dokuwiki-forgot-password/ My personal wiki system is Dokuwiki. Compared to other Wikis, Dokuwiki is lightweight and full-featured, helping me find a balance between TiddlyWiki and MediaWiki. When I use Tiddly Wiki, I will encounter the situation of forgetting the password. In this case, I need to reset the password of Dokuwiki. If you are […]

What should I do if I forgot my password on Dokuwiki? Read More »

Do more useless things

Original link: https://www.ixiqin.com/2022/08/25/to-do-more-useless-things/ Life should be a combination of looseness and tightness. It requires not only “tightness” to do useful things, but also “looseness” to do “useless” things to relax yourself. When I was young, I was a “struggle” existence. When others were playing games, I was Coding; when others were sleeping, I was Coding;

Do more useless things Read More »

Migrate applet from cloud development to self-built server

Original link: https://www.ixiqin.com/2022/08/22/the-small-program-from-cloud-development-migrated-to-build-server/ Cloud development has recently begun to see a large price adjustment, and has configured a default minimum consumption: 19.9 yuan; speaking, this is not much money, but many of my small programs are very small, but they can’t stop running. In the past, the pay-as-you-go model would be more friendly to small

Migrate applet from cloud development to self-built server Read More »

“Career Line” book summary

Original link: https://www.ixiqin.com/2022/08/18/life-line-highlights/ When having a conversation with your boss, don’t focus too much on the ratings you’re getting, and aim to get the in-depth feedback you need. If you look down on numbers and fractions, you open the door for yourself to receive practical, real feedback. If you don’t actively solicit and take feedback,

“Career Line” book summary Read More »

Everyone needs a strategy

Original link: https://www.ixiqin.com/2022/08/15/everyone-needs-a-strategy/ If it is said that how to have a stable personal evaluation system is about “choices and goals”, then what we are going to talk about today is the route to achieve goals. Everyone needs to have a strategy of their own to gradually achieve their goals. The goal is matched with

Everyone needs a strategy Read More »

I don’t regret that I studied EE

Original link: https://www.ixiqin.com/2022/08/14/i-dont-regret-what-i-learn-is-ee/ I am not an engineer who studied CS (Computer Science), I am an engineer who studied EE (Electrical Engineering). My undergraduate major is – Electronic Information Science and Technology. Although the undergraduate is not CS, there is no way to systematically study a series of basic courses such as data structure and

I don’t regret that I studied EE Read More »

Linear vs. Non-Linear Content: E-books vs. Physical Books

Original link: https://www.ixiqin.com/2022/08/06/the-content-of-the-linear-and-nonlinear-content-book-and-talk-about-books-and-entities/ When I was reading the rise and fall of cyberspace today, a sentence in it caught my attention. When people read the text, they often scan the text quickly, find the part of interest, and then read it carefully in order, which also achieves the effect of random access. However, audio and

Linear vs. Non-Linear Content: E-books vs. Physical Books Read More »

Use depth-first and breadth-first algorithms to get more information

Original link: https://www.ixiqin.com/2022/08/05/using-breadth-first-for-more-information/ I usually read a lot of articles. These articles have become an important source of inspiration and information collection for my continuous creation. Therefore, I also pay attention to the collection and organization of information, just to gain more information. In actual reading, I will use a combination of depth and breadth

Use depth-first and breadth-first algorithms to get more information Read More »

Convert JSON Array to Excel with Sheetjs

Original link: https://www.ixiqin.com/2022/08/04/using-sheetjs-converting-the-json-array-to-excel/ In Using node-excel-stream to process Excel data row by row , I mentioned that node-excel-stream is a good choice if you want to simply do Excel reading and processing. Conversely, if you want to export JSON Array to Excel, Sheetjs is a good choice. Notice Sheetjs is different from exceljs, distinguishing between

Convert JSON Array to Excel with Sheetjs Read More »

Use node-excel-stream to process Excel data row by row

Original link: https://www.ixiqin.com/2022/08/03/use-the-node-excel-to-press-line-processing-excel-data-stream/ Data analysis is a very common requirement, and in actual landing scenarios, Python is the most used. However, because I have written the front-end for a long time, I am actually rusty with Python. When I start a project, I choose to do npm init to initialize a project. That being the

Use node-excel-stream to process Excel data row by row Read More »

warehouse — a simple-to-use JSON database

Original link: https://www.ixiqin.com/2022/08/02/json-database-warehouse-a-simple-and-easy-to-use/ Under Hexo’s Github organization, there is an obscure, but very useful repository – warehouse. Warehouse is a JSON database. Based on JSON, various SQL-like queries are implemented, which can help us to query based on a JSON file. The warehouse helped a lot during the static generation of Hexo. In official words,

warehouse — a simple-to-use JSON database Read More »

How to tell what color a color is?

Original link: https://www.ixiqin.com/2022/08/01/how-to-determine-if-a-color-is-what-color/ When you see this title, you may be a little confused: “What color is a color?” This question is so nonsensical. But if I use it the other way around, you might be able to understand – how do humans tell if a color is red instead of green? Back when I

How to tell what color a color is? Read More »