Windows Help CHM viewer Only show up the table of contents, but the content pane was blank. The reason is that Windows 10 will block the files download from internet automatically. If you unblock the file, then the content pane will show up correctly. Find the .chm file location, right click, and go If you have a lot files do not showing up correctly. You can use PowerShell to solve the problem. Locate the folder contains all the help files. Right click the blank place of the fold with shift key. Then select power shell. In Power Shell run this command: Get-ChildItem -Recurse | Get-Item -Stream Zone.Identifier -ErrorAction Ignore | Select-Object -ExpandProperty FileName | Get-Item | Unblock-File
Recently, I am designing a circuit that needs to switch off a module from 12V by a 5V control signal. So I do some research work and make desicion to use the circuit as below. The simulation result as below. The real components in the design list as below. P-Channel MOSFET: TPH1R712MD (RDSon:1.35mOhms)
Use command: display torig borig; # Display the top and bottom origins group all; # Group everything smash (C>0 0); # Smash everything in the group display none tname bname tval bval; # OPTIONAL: limit changes the names and values group all; # Group everything including smashed texts. change font vector (C>0 0); # Change the font to a vector font change size 50mil (C>0 0); # Change the font size change ratio 15 (C>0 0); # Change the width:height ratio display last;
评论
发表评论