[Python] Flask Study Notes (0): Create a basic static web page
I have always wanted to make a tool website, so I started to learn basic HTML knowledge.
Read More »[Python] Flask Study Notes (0): Create a basic static web pageI have always wanted to make a tool website, so I started to learn basic HTML knowledge.
Read More »[Python] Flask Study Notes (0): Create a basic static web pageI have been trying to create a simple desktop clock before, and thanks to that, I have learned a lot about PyQt5, a framework for making interface in Python.
Read More »[PyQt5] How to avoid the developed interface from displaying icons in the sidebar of the desktopRecently, I have been looking for a long time how to display the HTML page I wrote in the WordPress blog, and actually tested a few methods. At present, I have recorded the simpler method so that I can use this method in the tuture.
Read More »[WordPress] Put your own HTML page on WordPressAs mentioned in the title, when we use PyQt5 compose the interface, we often need another sub-window that is different from the main window. It may be a different function, it may be a setting of the main program … anything is possible.
Read More »[PyQt5] Open another window in the main windowWhen working with pictures today, I accidentally found that there is no any picture processing program like MS Painter on my Linux computer. In the process of searching, I found KolourPaint, a good free software.
Read More »[Linux] An Application Similar to MS Painter: KolourPaintAs mentioned in the title, today I want to record the common action of right-click and open a menu option. Of course it is not necessary to use the right button but it is relatively common.
Read More »[PyQt5] How to allow users to right-click to open a menu optionUse an “input box”, a “button”, and a text component-and then display the text in the input box on the text component when the button is clicked. This simple job is almost the Hello World of the interactive interface. Test it out every time you use a different framework to write an interface.
Read More »[HTML] Click the button in the web page to change the textIn the HTML block, if you want to get the information from user, you can make a input box: textarea.
Read More »[HTML] Use “textarea” component as input boxToday when I using Wine tool to open a Jin-Yong game, I found all of Chinese word in the game are garbled. After searching on Internet, I found that this is a very common minor problem. Here is a brief note on how I can troubleshoot the problem.
Read More »[Linux] Files opened with Wine appear garbled in ChineseToday when I using PyTorch framework to train a simple classifier, I got an error message like following:
RuntimeError: CUDA error: device-side assert triggered"
Read More »[Solved] RuntimeError: CUDA error: device-side assert triggered