Shichao An
Shichao An
I'm preparing to host my blog with HTTPS, but I got warning in Chrome console: ``` Mixed Content: The page at XXX was loaded over HTTPS, but requested an insecure...
15页 -> 3.2 ⾮算术类型转换 -> (2) 可以显式将指针转换成任何其他类型指针。 ``` c int x = 123, *p = &x; char* c = (char*)x; ``` 应该为 (转换`p`): ``` c int x = 123, *p...
It seems the latest version of sphinx-bootstrap-theme (0.4.0) that uses Bootswatch 3.1.0 breaks my original layout. I didn't figure out a way to configure it to choose Bootwatch 3.0.0, so...
If you encounter issues when installing Python dependencies, the following may help: ### Trouble installing pyaudio If you see the following error: ``` src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found...
On OS X 10.10 El Capitan, the following warnings will show up when running `soundmeter`: ``` 2016-01-09 22:21:11.616 python2.7[2268:35440] 22:21:11.614 WARNING: 140: This application, or a library it uses, is...