Computer Skill, related Windows, VMware, Linux,
1, How to open VMware 128M memory, open the 3D acceleration, disable virtual memory?
In the resulting virtual system files directory has a *. vmx file for the VMware configuration file, use notepad to open this file, add the following configuration line:
Memory 128M (128 * 1024 * 1024)
svga.vramSize = "134217728"
Open 3d acceleration
mks.enable3d = "TRUE"
Disable Virtual Memory
mainMem.useNamedFile = FALSE
2, WMP (Windows Media Player) an "internal application error" how to fix it?
In some cases, the registered jscript.dll and vbscript.dll dynamic link library can be resolved. As follows:
In order to run the operation:
regsvr32 jscript.dll
regsvr32 vbscript.dll
Or will these two lines of code into *. bat batch file, double click to run.
3, how to create a Web page can automatically adjust the height of the iframe framework?
4, How to open the page in edit mode?
A simple POC as follows:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
5, svchost.exe process for the system services, there are many. How do I know that the process corresponds to what service?
In the CMD, enter: tasklist / svc / fi "imagename eq svchost.exe" / fo "table"
6, pages how to make your own Flash background transparent?
In the flash of the object code to add:
Or in the embed tag add wmode = "transparent" property can be.
7, there is no SQL Injection as a "'" as a common XSS test code?
You can'';:!--"< javascript JAvaSCriPT >={()} \ / as this is the test code
8, so that the computer said "I Love You", might Why?
Run mshta vbscript: createobject ("sapi.spvoice"). Speak ("I Love You!") (Window.close)
9, I have installed. Net2.0, but I would like to re-install, how do?
To the registry to delete HKLM \ Software \ Classes \ Installer \ Products \ D6461317C3DC4F04799BDCE9E42626FE key .
10 movies with KMPlayer, the automatic full screen of it, and unable to get out, how's going on ah?
For this reason the graphics are generally open "Copy" state. To nVidia as an example: Open the nVidia display options, select the nView tab, the nView Options from the "Copy" status changed to "single display" state.
11, when running MSN, suggesting that "good use of your contact list."
In accordance with Article 2, in turn registered as dynamic link library:
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 rsaenh.dll
regsvr32 mssip32.dll
regsvr32 cryptdlg.dll
regsvr32 dssenh.dll
regsvr32 gpkcsp.dll
regsvr32 slbcsp.dll
regsvr32 sccbase.dll
12, can not use DW (Dreamweaver) to open the original file format not supported?
Into the DW installation directory, locate the Macromedia \ Dreamweaver 8 \ Configuration \ DocumentTypes \ MMDocumentTypes.xml file, use notepad to open, select the corresponding documenttype, in winfileextension and macfileextension attributes can be added to the corresponding format.
In the resulting virtual system files directory has a *. vmx file for the VMware configuration file, use notepad to open this file, add the following configuration line:
Memory 128M (128 * 1024 * 1024)
svga.vramSize = "134217728"
Open 3d acceleration
mks.enable3d = "TRUE"
Disable Virtual Memory
mainMem.useNamedFile = FALSE
2, WMP (Windows Media Player) an "internal application error" how to fix it?
In some cases, the registered jscript.dll and vbscript.dll dynamic link library can be resolved. As follows:
In order to run the operation:
regsvr32 jscript.dll
regsvr32 vbscript.dll
Or will these two lines of code into *. bat batch file, double click to run.
3, how to create a Web page can automatically adjust the height of the iframe framework?
4, How to open the page in edit mode?
A simple POC as follows:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
5, svchost.exe process for the system services, there are many. How do I know that the process corresponds to what service?
In the CMD, enter: tasklist / svc / fi "imagename eq svchost.exe" / fo "table"
6, pages how to make your own Flash background transparent?
In the flash of the object code to add:
Or in the embed tag add wmode = "transparent" property can be.
7, there is no SQL Injection as a "'" as a common XSS test code?
You can'';:!--"< javascript JAvaSCriPT >={()} \ / as this is the test code
8, so that the computer said "I Love You", might Why?
Run mshta vbscript: createobject ("sapi.spvoice"). Speak ("I Love You!") (Window.close)
9, I have installed. Net2.0, but I would like to re-install, how do?
To the registry to delete HKLM \ Software \ Classes \ Installer \ Products \ D6461317C3DC4F04799BDCE9E42626FE key .
10 movies with KMPlayer, the automatic full screen of it, and unable to get out, how's going on ah?
For this reason the graphics are generally open "Copy" state. To nVidia as an example: Open the nVidia display options, select the nView tab, the nView Options from the "Copy" status changed to "single display" state.
11, when running MSN, suggesting that "good use of your contact list."
In accordance with Article 2, in turn registered as dynamic link library:
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 rsaenh.dll
regsvr32 mssip32.dll
regsvr32 cryptdlg.dll
regsvr32 dssenh.dll
regsvr32 gpkcsp.dll
regsvr32 slbcsp.dll
regsvr32 sccbase.dll
12, can not use DW (Dreamweaver) to open the original file format not supported?
Into the DW installation directory, locate the Macromedia \ Dreamweaver 8 \ Configuration \ DocumentTypes \ MMDocumentTypes.xml file, use notepad to open, select the corresponding documenttype, in winfileextension and macfileextension attributes can be added to the corresponding format.
Comments
Post a Comment