In the operation of the Win7 system, often in the boot process encountered a variety of failures, such as the use of Win7 pure version of the 32-bit system users reflect that his computer boot to the login interface, the system suddenly popped up an error window, prompting the user interface failure, resulting in the system can not log on normally, How to deal with such a problem? The next Win7 's small series to give you a demonstration of concrete s
The old laptop is extended to 4G memory, but because the system is 32 bits, it makes it impossible to use 4G memory perfectly. There are a lot of software installed, and do not want to reinstall the 64-bit Win7 system. So can only think of a way to crack.
Fortunately, there are already solutions:
1, download readyfor 4GB cracked patch
Address: http://www.crsky.com/soft/34711.html
Win7 4G memory patch (readyfor4g) Download, cracked win7 system 4G
Pre-Preparation:If the 32-bit GCC and g++ environments are not installed, this may cause the installation to fail, please refer to the previous post http://www.cnblogs.com/weir007/p/5977759.html to configure the compilation environment according to the system version.Download GMP source (such as gmp-6.1.0.tar.bz2), unzip, CD into the GMP decompression folder;Run the command sequentially: abi= cflags=-m32./Configuremake2>1tee gmp-check- log (require
Java training, Android training, iOS training,. NET training, look forward to communicating with you!C language in a total of 32 keywords
First, data type keywords (total 20)A. Basic data Type (5)void: Declares a function with no return value or no argument, declares an untyped pointer, and explicitly discards the result of the operationChar: Character type data, which is an integral type of dataint: integer data, usually the machine word length
In the 32-bit platform typedef unsigned long int uint64_t;
In the 64-bit platform typedef unsigned long int uint64_t;
Different typdef require that different length modifier,uint64_t be used in printf to use LL in 32 bits and use L in 64 bits. In addition to defining the data type, C99 also defines how the corresponding data type is printed, using PRIu64 to print UInt64, for example:
#include
In addit
I compiled with VC, tested a bit, the code is as follows:
#include "iostream"using namespace Std;int main (){CoutCoutcoutCoutCoutCoutreturn 0;}
The results are:
1
2
4
4
4
8
This shows that, 32-bit system, VC compiler,
Short takes up 2 bytes,
int, float, long all account for 4 bytes,
Only double takes up 8 bytes
(Easy to mistake is short and long)
****************************************************************************************
Recently in the study, I suddenly thought, I in 64-bit environment, int range of values have changed? To detect this result, I did the following test:1, Environment: Win7 flagship 64-bit +VS2010 SP1 (version number: 10.0.40219.1sp1rel) +.net 4.0.30319 Sp1rel2, Code:
The code is as follows
Copy Code
Using System;Using System.Collections.Generic;Using System.Linq;Using System.Text; Namespace ConsoleApplication1{Class Program{static void Main (string[] args){Console.Wri
Applications and dynamic-link libraries are best compiled under the x86 platform,
If you are a Web application, you will also need to modify the IIS configuration
64-bit systems also need to install 32-bit framework framework packages
Configuring IIS to enable 64-bit IIS to run 32-bit Web applications
1. Open the command line to navigate to the%systemdrive%/inetpub/adminscripts directory.2. Type and e
Tags: using OS file Data database SQL AD ResOn the win platform, you need to use Plsql developer access to the same host Oracle,plsql is not supported 64-bit, you need to set the Oracle_home and OCI address, while configuring Tns_admin to Oracle 32-bit clients,However, this can cause Oracle itself to be affected when the database service starts, and should be the cause of listen.There are two ways to resolve this:1, change the
Tags: orm mat ora Right click Prompt any run-time platform toolDevelopment tools: VS2010+ORACLE11 Client +winformPrompt for error when running locally: BadImageFormatException is raised when attempting to load the Oracle client library. This problem occurs if you are running in 64-bit mode with the 32-bit Oracle client component installed. Workaround: In the project-right-click Properties-Build-target platform Select x86But in the previous choice is A
Label:Use Guid.NewGuid () in C #. ToString ()SQL with NEWID ()The above method generates a 36-bit GUID, which needs to be replaced with the '-' character if it needs to be converted to 32-bit.Methods in sql: replace (NEWID (), '-', ')------------------------------------------A GUID (global uniform identifier) is a number generated on a machine that guarantees that all machines in the same time and space are unique. Typically, the platform provides the
Tags: ORM customer 64-bit image log Blog alt Resolution modeProblem: Due to the old system new requirements, with VS2005 (>_Environment: The computer is a 64-bit WIN8 system, and the Oracle client and server are installed 32-bit.Workaround: Right-click the project---properties, select Build---target platform, and change to x86.BadImageFormatException is raised when attempting to load the Oracle client library. This problem occurs if you are running in
Exception Occurrence background:System Environment Win7 X64 flagship editionProgramming environment X64 ORACLE11G client, X86 VS2010Throws an BadImageFormatException exception when the program connects to the database.Exception message prompt:BadImageFormatException is raised when attempting to load the Oracle client library. This problem occurs if you are running in 64-bit mode with the 32-bit Oracle client component installed.Exception Location:Intr
Tags: style blog http ar color OS using SP strongSource: SQL Drip 32-excel concatenate function generates SQL statementWhen you get an Excel, you need to insert this data into the database, what to do, in addition to using the SSIS data import can also use the CONCATENATE function in Excel, this is a bit tricky, the first time you use may be a bit confusing. It's not difficult if we understand the definition of this function.DefinedThe CONCATENATE fun
Many friends are in order to use more than 4G of memory to install the WINDOWS2003 Enterprise version, but installed after the system was found to use only 3G of memory, is not WINDOWS2003 Enterprise version 32, do not support more than 4G in the inner. Not really. "Newswan" sent a good post, for the poor English friends, fully understand or a bit difficult. Below, simple to provide you with a little reference, 2003 is to support more than 4G of memor
JS to determine the version and browser typedocument.write ("This is useless for 64, so I can barely use it.JavaScript determines browser type and 32-bit 64-bit
(): Returns the status value of the event;Event.wait (): If Event.isset () ==false will block the thread;Event.set (): Sets the status value of event to true, all the threads of the blocking pool are activated into a ready state, waiting for the operating system to dispatch;Event.clear (): The status value of recovery event is false.Iv.. Co-process1, single-threaded implementation of concurrency: co-process Multiple tasks that are referred to concurrently appear to be running concurrently
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.