2012 Tablet pc will slowly but surely swap the DESKTOP computer and laptop

According to unfamiliar media records, although the tablet provides a extensive heritage of progression, nonetheless seeing that people normally pick out more and more mobile devices, tablet Personal computers in 2012, will bit by bit replace a notebook computer. The following may be a Tablet PC 2012, the place is going to gain laptop a handful of main reasons.

VS

1, lower electrical power consumption. In electrical power consumption, compared with mobile computing, device Pcs have a superb gain. Supplement PC on a single ask for for starterst working day to meet the action, while the laptop is definitely hardly plenty of. In addition, for those who need laptop people today, electrical power depletion is definitely a different factor impeding the work, the effective use of tablet Personal computers usually are rare in the case of vigor exhaustion.

2, the virus significantly less. Can be sure that your disease encounter of the Supplement LAPTOP for a House windows notebook computer for no reason experienced for that reason superior. The following does not indicate ipad and also Android mobile phone Capsule COMPUTER SYSTEM is not going to become the objective associated with wicked programs, nonetheless as a minimum this tablet should not be the main aim for.

3, greater portability. The excess fat of a portable computers with 2 kilogram so that you can 5.5 kg and the Supplement COMPUTER SYSTEM should be about nine hundred grms. In addition to more compact weight, any cab if you need to for instance, bathrooms and other compact living space to apply, then the Tablet LAPTOP provides a larger advantage.

4, the cost-effectiveness. The best Supplement COMPUTER SYSTEM cost exclusively the equivalent of your low-to mid-cost notebook computers. Taking into account the excess laptop energy in addition to software expenditures, the cost of notebook computers will be bigger, so the Tablet pc will probably soon get to be the formal cost-effective resource.

5, the online correlation. Countless Tablet pc on time with pay for will be able to deliver 3G on the web connectivity, which will be a measure prior almost all laptops.

6, application provision. There are countless apps in the market is made for the Supplement LAPTOP, any wide variety of these uses, a larger multitude, which will makes use of notebook computers become more ” pain. ”

7, user-friendly. Device PC provides a very simple, amazing work and will never have an impact on the user-friendly program, plus Supplement PC relevant uses are also regarded during the pattern of a user-friendly, hence end users can add a Capsule COMPUTER SYSTEM during notebook computer around the application.

8, a Wireless bluetooth connection. Supplement COMPUTER SYSTEM using a Bluetooth association is very simple than a pc.

9, speed sooner. If you use a good Tablet LAPTOP or maybe send e-mail notice published, a swiftness will be quicker than the laptop.

10, social networking compatibility. Supplement LAPTOP people can implement Android mobile phone does not have to do all sorts of things need to be put to use when the internet browser, they can instantly access Twitter, Tweet, Tumbl and other web pages.

Ten Revolutionary – generation of iPhone inventory iPhone5

Began to pry into the next generation iPhone is not too early? For Apple fans, it is not. iPhone 4S only this update cycle to a half more and more attention shifted to the next generation iPhone. In fact, it was predicted that the next generation iPhone will be the largest size, the most important of smart mobile phones, a lot of pressure.
It will use the 4G LTE network.
All kinds of information that the next generation iPhone will use 4G of LTE, LTE is the latest and coolest wireless technology, Apple ac adapters which supports high-speed downloading data can be comparable to the speed of home broadband. AT & T and Verizon are the only LTE supports operators, Sprint new iPhone was released, the pilot of LTE in several cities.
(2) thinner than the iPhone 4S (possible)
two years to see the same iPhone design, everyone hope that the next generation iPhone shape to a big change. The latest news that the new iPhone may be 7.9 millimeters and one millimeter thin than the iPhone 4S.
4-inch screen, body constant volume
we have read many of the controversial report on the next generation of the iPhone screen size, some people say will become, some say at least 4-inch. The most interesting argument is that Apple will keep the body unchanged, but increase the screen size.
4 the body
according to some reports, Apple will use the liquid-glass alloy body, to replace the current non-slip glass manufactured by the liquid metal . This material is very smooth and durable.
The trend of using the same processor APPLE laptop battery iOS devices with the new iPad is the fastest and latest processor in the iPad, and then for the iPhone. See examples in iPad2/iPhone4S, so the next generation iPhone, we are likely to see. The report said Apple has been testing the new iPhone device, which has new iPad A5X, 1GBRAM.
6. Unibody design
‘ve been a trip to the Asian electronics suppliers market, of Topeka capital markets analyst Brian White said the new iPhone will use a unibody design. We are looking forward to, but not enough evidence to prove it.
The App Store, the new appearance of
Apple’s recent acquisition of the Chomp company, which allows users to more easily find the application, this may mean that Apple plans a major upgrade to the App Store.
The dock connector is smaller
since the iPhone design will be more thin, Apple may be 30-pin connector made ​​smaller. But if you put the iPhone 4 or iPhone 4S upgrade, you may need to buy a new charger.
More responsive touch screen
if the new iPhone thinner, Apple want to change the touch screen technology, according to Jeffries analyst, Apple will use a more sensitive screen.
10 may be cheaper the iPhone Nano
rumors will not go away. According to recent reports from Asia, to compete with the majority of Android phone Apple to proceed with a cheaper iPhone model. But more likely is that Apple will continue the tradition of the new iPhone release, iPhone 4, iPhone4S price.

Tablet PC can not charge with a USB interface

I believe that many users have used the computer’s USB interface to charge their cell phones and looks like the charging effect is pretty good. But I recently bought a tablet PC, I could not charge it through the USB interface? (Well, MP3, MP4, MP5, and even the camera can charge through the USB interface)
Take a closer look at the Tablet PC charging port on the back of local parameters be known when the lift you want to 12V voltage and 2000mA laptop battery (milliamps) of current to the USB interface on the computer are basically 5V voltage, 500mA current. Obviously with not moving! So we honestly Tablet PC charger to charge it!

How to automate important database off-site back up

We are running e-commerce sites, all with the help of a professional operation platform to do. Such as a domain name host with the virtual host management software, now most of the popularity of virtual host management software is based on ASP + SQL Server. The site file section designed, and are generally not going to change him, the most important parts of the database, laptop battery, almost all the time active. Such as the registration of new users, users to buy products, financial transaction records, answer records, etc..Imagine if one day this operator server’s hard disk suddenly broken, even if we automatically each day on this server backup, data, or will be lost. So this vital data, must be taken the way of off-site backup, then how can we automatically database off-site backup to another server?

1, first of all, we in the platform server must set up an automatic backup.A1185 If we use is a SQL Server database maintenance plan to manipulate MySQL should also have the appropriate program or software.Not repeat them here, this article introduces the automatic offsite backup, local backup must do.

2, followed by the FTP software installed, you can use A1175 IIS comes, also be used like Serv-U FTP software. Then set up an FTP user name and password, and point to the database backup directory.

3, in the backup database, the establishment of a bat batch file as follows:

“D: \ wget.exe”-x-c-T 5-w 0-N-r-l inf-nH-ftp-user = mybackup-ftp-password = mybackup-PE: \ BackUp \ “ftp:// 1.1.1.1 /

Which wget.exe this file is similar to the wget command under Linux, Laptop battery Windows also have the appropriate program, the Internet can be downloaded. For instance, we put it on the D drive, the path is D: \ wget.exe, the mybackup is the FTP user name password, E: \ Backup \ backup server backup storage path, and finally the master server IP or domain name.

4, this bat file is added to the backup server scheduled task, let him run periodically. A very important database can be executed once a day once or twice, observe the results of the implementation to ensure that the fully automated. The wget various parameters:

* Start
-V,-version display the version of wget exit
-h,-help print syntax help
-b-background after startup into the background
the-e-execute the COMMAND to run `. wgetrc ‘format command, wgetrc format see / etc / wgetrc or ~ /. wgetrc
* records and input file
-o,-output-file = FILE record is written to the FILE file
-a-the append-output = the FILE record is appended to the FILE file
d, -debug print debug output
-q, – quiet quiet mode (no output)
-v verbose-verbose mode (default setting)
-nv, – non-verbose turn off verbose mode, but not quiet mode
-i, – input-file = FILE download FILE file URLs,
-F,-force-html input file as HTML-formatted file to be treated
-B, – base = URL the URL as a parameter to specify the-F-i file appears relative links prefix
-sslcertfile = of the FILE optional client certificate the
-sslcertkey = KEYFILE optional client certificate KEYFILE
-EGD-file = FILE specify the file name of the EGD is the socket
* Download
-bind-address = the ADDRESS specified local use address ( The host name or IP, when the local multiple IP or name)
-t, – tries = NUMBER set maximum try to link a number (0 for unlimited)
-O-output-document = FILE write documents to FILE file in
-nc, – no-clobber do not overwrite existing files or use the # prefix
-c-the continue then download not downloaded file
-progress = the TYPE setting process tag
-N, – timestamping do not do not re-download the files unless more than local file
-S-server-response print server response
– spider do not download anything
-T, – timeout = SECONDS set the response timeout seconds
-w, – wait = SECONDS two attempts and interval between SECONDSs
waitretry-= re-link between SECONDS wait 1 … SECONDS seconds
– random-wait wait for the download between 0 … 2 * WAIT seconds,
-Y, – proxy = on / off, open or close the proxy
-Q, – quota = NUMBER set download capacity limit
– limit-rate = RATE limit download lost in
* directory
-nd-no-directories do not create a directory
-x, – force-directories force to create the directory
-nH and-no-host-directories do not create host directories
-P -directory-prefix = PREFIX will save the file to the directory the PREFIX / …
– cut-dirs = NUMBER ignore NUMBER layer remote directory
* HTTP option
-http-user = USER set the HTTP user name is the USER
-http-passwd = the PASS set http password to PASS
C,-the cache = on / off to allow / not allow server-side data cache (under normal circumstances allow)
E-html-extension All text / html documents to html extension to save
-ignore-length ignore `Content-Length ‘header field
-header = STRING insert headers in the
user agent string STRING - proxy-user = USER set called the USER
-a proxy-passwd = the PASS set the proxy password is PASS
-the referer = URL in the HTTP request contains `the Referer: URL ‘head
-s,-save-headers save the HTTP header to the file
-U, – user-agent = AGENT set the agent’s name as AGENT instead of Wget / VERSION
cookie no-http-keep-alive to close the HTTP active link (Permanent link).
cookies = off do not use cookies
- load-cookies = FILE before starting the session from the file FILE load
the save-cookies = FILE in the end of the session The cookies will be saved to FILE file
* FTP option
-nr-dont-remove-listing is not removed. `listing ‘file
-g,-the glob = on / off, open or close the file name globbing mechanism
-passive-ftp use passive transfer mode (default)
-active-ftp use the active transfer mode
-retr-the symlinks in recursive time, the links point to files (not directories)
* recursive download
-r,-the recursive recursive download – with caution !
-l, – level = NUMBER maximum recursion depth (inf or 0 for infinite).
-delete-after delete the file now after local
-k-convert-links convert the non-relative links as relative links
-K, – backup- converted before converting file X, the backup X.orig
-m-mirror is equivalent to-r-the N-l inf-nr.
-p, – page-requisites to download all the pictures of the display HTML files
* Recursive contains does not contain (accept / reject)
-A, – accept = LIST semicolon separated accept the extension of the list
-R,-reject = LIST semicolon separated list of extensions will not be accepted
-D, – domains = the LIST semicolon-separated list of accepted domains
-the exclude-domains = LIST separated by semicolons are not accepted domain list
– follow-ftp tracking FTP links in HTML documents
– follow-tags = LIST separated by semicolons a list of HTML tags to be tracked
-G, – ignore-tags = LIST semicolon-separated list of ignored HTML tags
-H-span-the hosts when recursive to the external host
-L-the relative only to track the relative link
-I-include-directories = LIST list to allow directory
-X,-the exclude-directories = LIST not be contain a list of directory
-np, – no-parent do not be traced back to parent directory

Foxconn executives broke the news: iPhone5 will be held in October-to-market

iphone5?

Despite what critics were quick to call a “modest upgrade, the iPhone 4S
burst out of the gate, this past October and quickly became Apple’s most popular
iPhone ever. But as with All things Apple, the focus isn’ta on what they’ve done,
but tends to fall on what they’re going to do.

That said, and pushing aside rumors of an Apple A1012 HDTV, for a second, Apple’s the next big product launch will likely be the iPhone 5, though depending on who you ask, it may simply be called “The new iPhone” a’la the recently released iPad.

Last week, a TV film a crew interviewed a Foxconn, recruiter who said that the
upcoming iPhone would be released in June. While Apple has historically used the
Summer months to launch its new iPhone, delays forced APPLE AC Adapters to launch the the iPhone 4S a few months later, in the Fall,.

This of course SETS up the Question – will Apple’s next-gen the iPhone be
released in the Summer or in the Fall,?

Addressing the issue, the Maeil the Business NEWSPAPER, based out of South
Korea, recently published an article thereinafter they asked the head of human
resources at one of Foxconn,’s plants The about the the iPhone 5 the release the date, to which
the the HR honcho reportedly said, “Web just got the order the release will be
around October. ”

It’s hard to take any of this at face value, given that it is April, but
reports of hiring ramping up have been making the rounds as of late.

But more importantly, it makes more business sense for Apple to give the
the iPhone 4S a full 12-month life CYCLE, thereby making October a good bet in for the
the iPhone launch.

On iPhone4s criticized a lot, said iPad3 little change, but these can stop the arrival of the fruit powder passion expect iPhone5 The Foxconn HR has said that the next-generation iPhone will be listed in June, in the latest visit, Foxconn executives said it has received orders for Apple’s estimated iPhone5 will be held October Fruit powder is again highly anticipated had it?

Rich indeed human resources executives has revealed that real rich have received the sixth generation of Apple iPhone 5 orders, the products are expected to be released in October of this year.

According to overseas media 9to5mac reported that they informed of the message inside Apple has begun testing the next generation iPhone prototype. However, the prototype still use the iPhone
4 shell to prevent leakage, As for the test is A5X processor in the iPhone. In accordance with the related statement A5X processor Apple used in the test will be
the same with the new iPad S5L8945X architecture, which means that the
RAM capacity of the next generation of iPhone will be upgraded to 1GB. Of course, if you conclude that Apple’s next-generation iPhone will be equipped with a dual-core enhanced version of the processor, not a quad-core processor, a little too arbitrary. Apple is currently the only test A5X processor in the iPhone does not mean that future mass production.

Brian
White, of Topeka Capital Markets analyst cited Apple A1189 supplier of information disclosure, the round of the next generation iPhone will be more smooth in appearance, and a one-piece alloy body design. More important is that APPLE Laptop Battery will change have been extended by five years of the touch screen specifications, the next generation iPhone will be past the 3.5 inches touch screen to upgrade to 4.0 inches. However, this argument is actually change a pattern, in accordance with the rumors, the next generation iPhone has improved in terms of touch screen size will be 3.5 inches to 4.0 inches. And due to the improvement of the touch screen size also makes a new generation of iPhone will be more than iPhone4 or iPhone4S longer 8 mm in body size. Shape the design of Apple’s more emphasis on the metal shell has been shown to be a new generation of iPhone used, but does not seem to mining news teardrop-shaped appearance, is not accurate to say as to whether to cancel the physical buttons.

Laptop replaced with a new keyboard, essays!

A while back, the “i” key, the Laptop Keyboards out, and I haven’t pretended on, and knock on the i key bits of metal plates even play out is the little trouble. So improvise for a while, a few days ago bought on pcpartsltd supporting, today I would put on one, feeling this new keyboard really good, whether it is the elasticity or sensitivity of the keyboard, simply the new computer is exactly the same, cool.

My notebook with me to the Civil war has been a full five years, and freshman started school soon to buy, the configuration is a low-end configuration, the most primitive is Ben M1.6G of the CPU, 512M of DDR2 memory, 60G parallel port hard drive, Intel915G motherboard integrated graphics, the screen is 14.1 standard screen. Over the years, the notebook can change almost all my change, the first memory, expansion of a 1G is 1.5G; then replaced by a 60G hard drive 160G, 60G original drive is I remove to do to become a mobile hard disk, and later the first class at the classroom was gone; then fitted with a Mini-PCI interface to the notebook wireless card, my laptop can connect to WIFI; later the display of the shaft is broken. Junior when the laptop battery die and then I brought a new replacement laptop battery; Recently, the keyboard is broken, change … now my notebook look new again.

The notebook also has a lot of problems. Fortunately, I still compare care, with me for so long I have been on her Hen Aixi rub, often with a clean suit, frequently clean the internal dust, looks new, thermal performance is also good, plus a keyboard feel updated, my dear, I am with you in …

64 win7 operating system to create an extended partition (command-line mode)

Today I adjust my acer laptop hard disk partition ( Win7 system ), adjust the primary partition, the middle of a blank partition, wanted to directly behind the extended partition deleted, then the newly created extended partition . Remove later discovered to be operating system comes with the “disk management” did not create the extended partition option.Internet to find a long time, found that the most simple way:

  • Click “Start” -> “All Programs” -> “Accessories”, find the command prompt, right click and select “Run as Administrator” to open a command prompt window.
  • The command line, type “diskpart” command, Enter will open the diskpart tool, of course, the command prompt interface.
  • Diskpart command line, type “select disk 0″, carriage return (0 for a first physical hard disk, general books on only one hard drive, so choose 0)
  • Enter the command “create partition extended, carriage return, dikspart tool will automatically create an extended partition primary partition behind all the free space will become an extended partition. (The premise is: In addition to all logic, beyond the hidden primary partition and SYS the primary partition partition is deleted, delete the extended partition, this time is equivalent to the hard disk primary partition and system primary partition is hidden behind all the blank; other cases have not tried.)
  • look at the computer’s “Disk Management”, the extended partition appeared, the rest is their own ideas to create a logical partition

How to open nrg file?

Nrg file is a format of the CD-ROM, under normal circumstances we can not open nrg files .So how to open Nrg file? Open to use the virtual drive in my acer laptop computer (I use the demon) open, but open, not necessarily you can see the inside of the music files, I have been engaged only see 44k cda files, some users say nrg files can opened using ULTRAiso software, see the music files directly, I have not tried.

I open the virtual drive , using windows media player (not to mention you do not have this player you MTOOU.INFO: all the desktop version of Windows systems are integrated) open the nrg file, click on the “rip” files in the playlist can rip to the computer. “Rip” next to “Rip Settings” can be set to a different format, what format has to support the original rip (the output file, 1.44M and kps wav lossless), you can also specify the output location.

The PS: my Win7 system comes with Windows media player, I hope that this method can resolve doubts about to open nrg file.

Absolutely! iPad 2 jailbreak the iOS 5.1

Since last week, Apple iOS 5.1 release, many of the Friends of the machine began to tangle escape, although currently the iPad and iPhone 4S no iOS 5.1 jailbreak tools released, but the famous iPhone crack team Dev Team have been with us the other day to non-A5/A5X equipment not perfect escape the tool Xue (rensn0w,).

Today famous hacker i0n1c and the release of the iPad 2 successful escape photos in the iOS 5.1, we can see from the chart information Apple iPad 2, version information of the iOS 5.1.

i0n1c three pictures published in twitter, announced that he had successfully cracked the A5 equipment iOS 5.1, and pictures displayed on the jail iPad running the Cydia.Currently no way of knowing the i0n1c use of vulnerability information system vulnerabilities, and even can use The new on the iPad, The new iPad jailbreak is expected (of course you want to wait for i0n1c The new devices the iPad)

Nokia launched the HTML5 version of the navigation map

Nokia officially announced in the official blog of the mobile site to support a browser forall mobile devices, and has voice navigation features.

The site supports the a1189 Apple iPhone, iPad, Android and Nokia smart phone’s browser, support for driving navigation, pedestrian navigation, and public transportation navigation, map layers, the provision of a map marked with a public transport hub mode, Satellite modeand real-time traffic congestion state mode.

Smartphone users just use the phone’s built-browser landing m.maps.nokia.com, you canaccess the map service, tested, and the service does support built into the iPhone’s Safari browser, but using a third-party browser (such as UC browser) does not support the browser prompts and user maps.nokia.com site.

I use the iPhone’s Safari browser on the Nokia map website carried out some tests, andpreliminary test results are as follows:

1) the interface is in English, does not support Chinese; button menu on the map, road names and other information are available in English. Pedestrian navigation language,also speak in English, Mandarin Chinese pronunciation.

2) to use its GPS location in China, positioning the offset of a few hundred meters(ordinary and satellite maps are offset). Google Maps on the iPhone early shift.

3) in the Shenzhen area, real-time traffic flow is not available.

4) Although the map web interface does not support Chinese, but it supports Chinesesearch, a Chinese place names in the search box, you can search out the correct results.

5) does not support the bus line search.

6) Summary: The service is basically unavailable in China.