Win32
hushui
Coding Since 1998
展开
-
Win10 Chinese输入法修复/note
Win10 输入法问题1. Servie Touch Keyboard and Handwriting Panel Service ---> Set Manual start2. Win10 Tablet mode diable , Setting ---> System3. Retart TextServicesFramework monitor task4. Restart ctfmon.exe原创 2021-07-23 14:23:01 · 619 阅读 · 0 评论 -
UEFI+MBR启动Win10 问题 : Win10 bcdedit无法打开启动/或者 msconfig 引导为空 ,导致Win10无法升级
UEFI+MBR启动Win10 问题 : Win10bcdedit无法打开启动/或者 msconfig 引导为空 ,导致Win10无法升级原因参见 https://blog.csdn.net/xcntime/article/details/50195349 https://www.jb51.net/softjc/365790.html恢复方法需要Legacy MBR 启动 (比如usb) ,usb boot====> grl...原创 2020-07-09 21:11:06 · 3251 阅读 · 0 评论 -
python-2.7/Win32/pip upgrade and install from pypi.tuna.tsinghua.edu.cn
python-2.7-Win32-Windows-PIPC:\Python27\Scripts>cd ..C:\Python27>python -m pip install --upgrade pipCollecting pip Downloading https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/p...原创 2020-05-13 19:31:46 · 302 阅读 · 0 评论 -
PRINT_MACRO
#define __HELP_PRINT_MACRO(macroname) #macroname#define PRINT_MACRO(macroname) #macroname"="__HELP_PRINT_MACRO(x)原创 2019-07-23 12:52:02 · 306 阅读 · 0 评论 -
Guide to predefined macros in C++ compilers (gcc, clang, msvc etc.)
https://blog.kowalczyk.info/article/j/guide-to-predefined-macros-in-c-compilers-gcc-clang-msvc-etc..htmlSoftware • About MeHome/ Guide to predefined macros in C++ compilers (gcc, clang, msvc ...转载 2019-07-23 10:38:35 · 213 阅读 · 0 评论 -
Mingw install online
Example:$mingw-get install minttyGUI\MinGW\libexec\mingw-get\guimain.exe原创 2019-07-19 10:48:39 · 279 阅读 · 0 评论 -
mklink/Windows cmd for MinGW
C:\WINDOWS\system32>mklinkThe syntax of the command is incorrect.Creates a symbolic link.MKLINK [[/D] | [/H] | [/J]] Link Target /D Creates a directory symbolic link. Default is ...原创 2019-07-19 10:43:29 · 367 阅读 · 0 评论 -
serial port/CrossPlatform/MinGW and WSL(Windows Subsystem Linux/Win10)
1. Make sure Win10/Putty could access serial port(Embedded system PCBA)Remember the COM name. For example COM412. Start on WSLlake@M5273296:~$ uname -aLinux M5273296 4.4.0-43-Microsoft #...原创 2019-07-16 09:26:07 · 339 阅读 · 0 评论 -
WSL/Windows Subsystem for Linux based on PICO
Refer tohttps://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux原创 2019-04-17 08:31:11 · 267 阅读 · 0 评论 -
MinGW build how to libiconv libz libjpeg libpng libtiff etc
http://www.gaia-gis.it/spatialite-2.4.0-3/mingw_how_to.htmlhttp://www.gaia-gis.it/spatialite-2.4.0-3/mingw_how_to.ht原创 2019-03-01 11:35:10 · 317 阅读 · 0 评论 -
CRT lib in Win32/VC++
Reusable Library Switch Library Macro(s) DefinedSingle Threaded /ML LIBC (none) Win32 Console App/Static Lib (No MFC) Obsolete since VC2003 Debug Single MultiThread ...原创 2019-03-01 08:21:49 · 262 阅读 · 1 评论