Monday, October 25, 2010

Thunder won the Super Rabbit infringement compensable 80000



Many users are concerned about the Super Rabbit Thunder prosecute infringement case, finally has the final word - the Tianhe District People's Court of First Instance ruling made in support of the plaintiff Thunder Network Technology Co., Ltd. of Shenzhen City's claim, found the defendant Cai Xuan unauthorized modify the plaintiffs to develop and enjoy the copyright of Thunder 5 Series behavior of the software illegally, their behavior changes and dissemination of software functions destroyed the integrity of the plaintiff, violated the plaintiff Thunderbolt Thunderbolt five software companies to enjoy the works of such personal rights and property rights.

Rabbit apology, Thunder won compensated 80,000

Court judgments are:

(1) from the legally effective decision within ten days from the date of the defendant Cai spin in the "Super Rabbit Software" Web page on a continuous 72-hour statement published on its violations to the plaintiff Thunder Network Technology Co., Ltd. Shenzhen, public apology ( apology be made subject to hospital examination fails to do so, the Court will be in the "Southern Metropolis Daily" published on the main contents of the verdict, the cost burden from the defendant Cai Xuan);

(2) the defendant Cai Xuan legally effective in the decision within ten days, the plaintiff Thunder Network Technology Co., Ltd. Shenzhen compensation for economic losses (including reasonable expenses) 80,000 yuan.

Cases Whole Story

August 2007, "Super Rabbit" launch "Thunderbolt Super Rabbit Edition", without removing the original Thunderbolt allow unauthorized software interface for all advertising and Thunder's dog search. April 2: Thunder issued quickly by, asked Cai Xuan stop Thunder series changes and distribution software, and the deletion of "super rabbit" in the "Thunderbolt record cleaning functions", and pointed out in the indictment:

1, starting from August 2007, after another illegal software on the Thunder series changes, and through "Super Rabbit Software" web site released illegally to the network users to obtain illegal benefits.

Second, the software that came with the Super Rabbit "Thunderbolt record cleaning functions", tested, "seriously affected the normal use of Thunder series of software."

At the same time, Thunder on the end of April on the formal charges Cai Xuan, hoping to defend their rights by law, and in October won the case.







Recommended links:



Not necessarily the shortest line Between two points



Good Thunder magnetic meet with BT download link



"The new Two Most Honorable Knights prequel" Land of Artifact extension detailed Raiders



Procurement into the decision-making problems faced IN China



Othee visual Description watchdog works



ZTE Hou Weigui: 5-10 years with the international giants on an equal footing



Laptops82



for you Adventure And Roleplay



MSN frequently show off a trick you seal the deal



Lists Genealogy



reviews Adventure And Roleplay



MKV to MOV



Five 8-word mantra! Speculative memory are major contributors spit voice



3G2 TO AVI



WMV to MOV



Evaluate Games Simulation



Wednesday, October 20, 2010

DB2 command line processor and scripting


When using the DB2 command line processor

IBM DB2 command line processor sounds like nothing special, but in fact it is the DB2 interface, it best embodies the power of DB2 and DB2's simplicity and versatility. Command line is not pretty (in fact, Windows on the DB2 has been a "strong but the Beloved" reputation. It was first published on DB2 on NT when the Control Center was not yet available). UNIX command exercise reminds us of the Telnet, there are 1981 used DOS commands. However, if your SQL commands strong enough - or you want to enter a quick command to verify the installation of DB2 situation - then the command line is ideal, but usually higher than through the Access such as PowerBuilder or submit a request to the front faster . CLP is the gateway to each of the direct path of DB2 programming interface. It makes any thing can be programmed to call through interface call - or a simple script (as we had to write off in DOS. BAT files) in the call. As MVS on SPUFI, VM and VSE ISQL on the SQLDBSU These are very durable and similar tools, which makes us confident that CLP will have a very long time.

This article will show you how to use the command line processor (CLP) for your benefit. If the principle is not enough for some to understand, then, can refer to the manual (DB2 Command Reference), with a whole chapter of this manual describes the use of CLP.

Verify installation of the situation and determine where the problem lies

When I first OS / 2 when you install DB2 (DB2 in this one year ago has been used in NT), I have many other operating systems (DOS, VM, VSE, MVS 鈩? AS/400 庐 ) on the used SQL Database Manager of the. After successfully installing, I started to read about information, when I was "cataloging nodes and databases (catalog node and database)," confused the matter. catalog the word and the last likable SYSIBM catalog SYSCAT and compared with the verb of the mean. Sometimes, I will complain loudly against DB2: "I do not want to catalog anything, I just want to run a SELECT statement to ensure that I properly installed the DB2." A few hours later, I calm down, understand that only created After the DB2 database will have a database directory; you do not need the local machine will be cataloged nodes and databases - only in a connection to the server when the client needs cataloging. Create a sample database is easy - run db2sampl on it. Verify installation of the situation, the command line processor is a tool I need, when you can run:

DB2 SELECT COUNT (*) FROM SYSCAT.TABLES
In UNIX and OS / 2, you only need to use a common operating system prompt, and in any DB2 command or SQL statement by adding "DB2". In Windows, things will take some work, which will be explained later, but you can enter DB2CMD to create an appropriate DB2 commands, SQL and operating system commands (such as dir and ren) in the prompt. You can even mix of SQL, DB2 commands, and operating system parameters, such as use | more to scroll the screen, use the greater than (>) to transport the contents of the file:

DB2 select backup bin bin_old conf config crawler.tar.gz crawler_bin.tar.gz data eshow eshow_sitemap.html generate.sh google.html google.html.md5 log maint news: 10 news: 11 news: 12 news: 13 news: 14 news: 15 news: 16 news: 17 news: 18 news: 2 news: 3 news: 4 news: 5 news: 6 news: 7 news: 8 news: 9 outboundLinksMgr.sql seeds sitemap.html svn tasks tmp xml2dict-2008.6- tar.gz xml2dict-read-only from employee> c: \ tmp \ emp.out | more
Note: DB2 and operating system for those who have a sense of symbols, such as Windows on the greater than (>), the operating system will be the first to answer. SELECT backup bin bin_old conf config crawler.tar.gz crawler_bin.tar.gz data eshow eshow_sitemap.html generate.sh google.html google.html.md5 log maint news: 10 news: 11 news: 12 news: 13 news: 14 news : 15 news: 16 news: 17 news: 18 news: 2 news: 3 news: 4 news: 5 news: 6 news: 7 news: 8 news: 9 outboundLinksMgr.sql seeds sitemap.html svn tasks tmp xml2dict-2008.6-tar . gz xml2dict-read-only FROM EMPLOYEE WHERE SALARY> 9999 statement, the error message will be transmitted to a file named 9999. To draw the boundaries of these special symbols; you should enter:

SELECT backup bin bin_old conf config crawler.tar.gz crawler_bin.tar.gz data eshow eshow_sitemap.html generate.sh google.html google.html.md5 log maint news: 10 news: 11 news: 12 news: 13 news: 14 news : 15 news: 16 news: 17 news: 18 news: 2 news: 3 news: 4 news: 5 news: 6 news: 7 news: 8 news: 9 outboundLinksMgr.sql seeds sitemap.html svn tasks tmp xml2dict-2008.6-tar . gz xml2dict-read-only FROM EMPLOYEE WHERE SALARY ">" 9999
Although your users may never use the CLP to access their data, the DBA or application programmer who, CLP in the toolbox is the most basic tool: it is applicable on all occasions such as the tuxedo. For critical applications, often the database is a key point, if a local error, then the problem would be more difficult to determine. In the mainframe / mini computer field, the problem may be in the application may also be out in the software system, but the problem can always be defined within a single computer. While the client - server space, the problem may be hidden on the client system software (operating systems, database client, or communication protocol), may be hidden in the client application code, may be hidden in the server application code ( If you are using triggers, user-defined function, or stored procedure), may also be hidden in other places on the server. 3 - tier applications, including Web server, browser and third-tier hardware. CLP in here for? The answer is that it can move an application from the architecture differently. If you find a problem, then the fault can be translated into a simple request SQL, and from the machine on the CLP to run the SQL:

Server
Client computer
Web Servers
According to Where No problem, where there is failure, you can determine that DB2 itself faulty (most likely through SQL-CLP presented in the form of a failed server and client applications in the form of the fault is the same), or the problem In the communication on the (request for the client out of trouble, but there is no problem on the server), or the problem is with the Web server (the problem only lies in the furthest place).

Help

CLP is also a help to the DB2 interface. If you receive a message, but do not know what appropriate steps should be taken, then enter in the CLP:

C: \ SQLLIB> db2? Sql0100 | more

FETCH, UPDATE or DELETE statement, the output should be SQL0100W No such line; otherwise the query result is an empty table.

Explanation: The following case is true in a situation where:

No this line found in the UPDATE or DELETE statement specified search criteria.

SELECT statement's result is an empty table.

When positioning the cursor to the last row of the table records the results, it will execute a FETCH statement.

Used in INSERT SELECT statement the result is empty.
There is no search, update, or delete data.

User response: No action. Processing can continue.

sqlcode: +100

sqlstate: 02000

You can see the same in the Messages manual help, including suggestions to avoid problems and can be used with the action. CLP will also provide for the DB2 command syntax (as an example, you can try DB2? Backup).

Scripting

You can use the CLP to run the script, any operation can be treated with conventional run the utility program (such as night running LOAD, RUNSTATS or BACKUP commands), can be a CLP script. CLP's some options you can specify the input file (-f), one for the message output file (-z), it can send back to the screen on what to run on the information (-v), it can set a statement terminator (-t), if you set this option, the script can contain multiple DB2 commands and SQL statements. Usually, I will run this script: DB2-tvf filename.ddl-t, followed by the default terminator (;),- v option allows to send files back to the contents to the screen (so you can check to do I tell the DB2 what),-f option tells CLP using an input file. By DB2? Options available on all options to help:

C: \ SQLLIB> db2? Options

db2 [option ...] [db2-command | sql-statement |

[? [Phrase | message | sqlstate | class-code]]]

option:-a,-c,-e (c | s),-finfile,-lhistfile,-n,-o,-p,-rreport,-s,-t,

-Td;,-v,-w,-x,-zoutputfile.

Option Description Default setting
-A Display SQLCA OFF
-C auto-commit ON
Display SQLCODE / SQLSTATE OFF
-F file Read the contents from the input OFF
-L logging history file, the command OFF
Delete newline character display output ON OFF-o
-P Display interactive command db2 ON
-R Save output report to file OFF
-S Stop execution when an error occurs the command OFF
-T set the statement terminator OFF
-V Echo current command OFF
-W Display FETCH / SELECT warning messages ON
-X is omitted, print column headings OFF
-Z Save all output to the output file OFF

In the DB2 Control Center, where in the script center provides a more advanced scripting, including the timing (scheduling), and can use the logs to see what happened. In the prototype (prototyping) mode, CLP is just a quick way to start the program. Note that the output of the-x option: we added the ability to allow for the fixpak 1 in DB2 v7 is not output column headings. If the customer requests the output column headings, they may be concerned about the column headings, because they want some of the output look better (or another program to output as the input). For me, this means that people will now CLP not only for the prototype.

DDL script written

If the database for each product and development You follow this simple rule, you will be grateful to me: You can all be used to create or change a database object DDL is stored in a file. Even more exciting is that you can use an editor to enter into a DDL file, and then submit this file to the CLP to run the file. If you do not adopt the proposal, then re-used to create a database view, check constraint, SQL process and triggers the text of the statement also can be obtained:

select text from syscat.views

select text, tabname from syscat.checks

select text from syscat.procedures

select text from syscat.triggers

You can also use the-e option (or for a specific table using the-t option and the-e option) will run db2look to collect most of the information. DB2 Command Reference for the preparation of the document db2look. However, this information will be stored in advance in a DDL file used to submit more than one database in a model depends on a new project to re-create the middle of rush it is to look professional some more.

Prototype

You do not have all of the DML (SELECT, INSERT, UPDATE, DELETE) is stored in a file. After all, these DML will be written in your program, and can be used as monitors and DB2 Query Patroller DB2 tools such as dynamic capture. However, in the SQL input to an application, you can first use the CLP to prototype testing to see if they are satisfied with the results (and can check the syntax). Use the-a option to view the SQL Communications Area (SQLCA). For example, if the statement is not anything to update, perhaps in the syntax of this statement is correct, but no rows meet the updated condition was due to use of the restrictive clause where a very strong result. In this case, you will get a value of 100 in SQLCODE:

C: \ sqllib> db2-a update employee set salary = 5 where salary "<" -5

SQLCA Information

sqlcaid: SQLCA sqlcabc: 136 sqlcode: 100 sqlerrml: 0

sqlerrmc:

sqlerrp: SQLRIEXU

sqlerrd: (1) -31743 (2) 1 (3) 0

(4) 0 (5) 0 (6) 0

sqlwarn: (1) (2) (3) (4) (5) (6)

(7) (8) (9) (10) (11)

sqlstate: 02000


When using the DB2 Command Center

DB2 Command Center is a graphical command line (for those readers who prefer the logic of metaphysics, this is a specious argument, rather than simply self-contradictory). Any command or SQL statement, or even the operating system commands, can be submitted through the Command Center. While the direct call to DB2 CLP programming interface, but the Command Center to be returned by DB2's Call Level Interface (or CLI, which is basically a superset of ODBC). This means that when a fault occurs, you may get a CLI error message, rather than a SQLCODE. This also means that if you suspect that somewhere CLI bug, you can try to be submitted by CLP SQL to Command Center. If the CLP is partly successful, but some failure in the Command Center, then the problem obviously lies in that part of CLI. In DB2, this is important, because all the DB2 ODBC, Java, JDBC and SQLJ access should be through the CLI. For this reason, Command Center is to use Java. Than CLP, Command Center has the following advantages:

Operating system command prompt in the external border scroll horizontally and vertically: This includes orders and for you to submit the results of SELECT statement, the independent tab (or page).

On the cut and paste the full clipboard support.

Can access the Script Center (in Control Center in) and Visual Explain (in order to graphically display the access plan on the SQL statement - this is to see which indexes are the best way to use). Can highlight the SQL, by clicking on the Access Plan to visually explain a SQL statement.

Can more easily expand or shrink with the mouse through the visible area to show (or hide) the number of columns.

Provides a drop-down menu, used to retrieve and edit previously submitted an order (rather than relying on the operating system commands, such as Windows and OS / 2 operating system, the up arrow and down arrow).

In the session presented the results of a better command and history - which is conducive to the interactive experience into the script (or get all the CREATE TABLE statement and to place a file).

Support all of the CLP options (such as display SQLCA).
Because the interfaces are different, some of the subtleties need to know. The next statement in the Command Center and in the CLP will be very different results:

create user temporary tablespace usetemp

pagesize 4k managed by system using (''C: \ usetemp'');

declare global temporary table t1 (col1 int) not logged;

select count (*) from session.t1;

This statement and DB2 on a temporary table for user session handling of the ownership. Start in the Command Center for each Java process, ownership is not static. The above select count (*) statement will be successful in the CLP, but can not find the Command Center in session.t1.

CLP Design

DB2 Command Reference in Chapter 2 explains the design of CLP. CLP design composed by two processes:

A front-end process (or in the Windows and OS / 2 on the thread), to handle communication with the operating system command prompt.

A back-end process for handling communications with the database. This ensures that you connect to DB2, if the use of Control-C or Control-Break suspended from a large selection (such as SELECT backup bin bin_old conf config crawler.tar.gz crawler_bin.tar.gz data eshow eshow_sitemap.html generate. sh google.html google.html.md5 log maint news: 10 news: 11 news: 12 news: 13 news: 14 news: 15 news: 16 news: 17 news: 18 news: 2 news: 3 news: 4 news: 5 news: 6 news: 7 news: 8 news: 9 outboundLinksMgr.sql seeds sitemap.html svn tasks tmp xml2dict-2008.6-tar.gz xml2dict-read-only FROM SYSCAT.TABLES) output, the output will be successfully terminated, will not disconnect the connection to DB2.
Command window and Windows on the comparison of CLP

Why, then, DB2 requires that you use Windows on DB2CMD.EXE (or use the DB2 Command Window, or use the DB2 Command Line Processor, or to use the start menu) then start a CLP? In UNIX and OS / 2, the front-end process and back-end link between the process is very simple: If the parent dies, all its child processes will be the operating system to terminate. In Windows, the death of the parent thread does not terminate the child thread. Here we do not adventure produced a large number of Windows on phantom thread but decided to use a cookie to the CLP on the link for the Windows front-end and back-end thread thread. This requires the CLP through DB2CMD.EXE to start. This ensures that if the father killed the thread, then the child thread will not be retained, thus avoiding the waste of resources. Do not worry called "DB2 Command Processor" specific options. It creates a special like this prompt:

db2 =>
This way, you do not have all the instructions sent to DB2 are combined prior to DB2. On the other hand, now you must add an exclamation point before the operating system commands (!), As in the Command Center in the same.

When not to use the command line processor

Used to check for grammar and you want users to see the results of the prototype SQL is, CLP useful. However, CLP is so multi-purpose, able to provide to each DB2 SQL statements, commands and programming interfaces for access channel, so generally speaking, than the dynamic SQL (such as those available through the ODBC dynamic SQL) to CLP will produce more large overhead. In order to test the performance of the prototype, you can use db2batch, which in the DB2 Command Reference have documented.

A typical example of the need to avoid (or say an example worth copying)

Here is a simple example, many of them full of bad programming habits, this example shows why the CLP for the application logic is not very good. For simple scripting, the following examples can be more powerful and can even deal with some errors, and if it is written in PERL so. However, for me, write and do some useful work is very interesting. Prerequisites:

Have created the sample database.

The output from the DIR command and I get where the test system (with ServicePak 5 of NT 4.0, and Windows 2000) to match.

You are in Windows, in a DB2 Command Window.
What this example

Not have encountered the situation of running out of disk space. The following examples capture in C: \ on a recursive directory listing of the output, for each size of 1 MB or larger than 1 MB of file into line, and lists the C: disk 10 largest files. Do not delete PAGEFILE.SYS! Can only remove those who clearly know junk files (such as C: \ TEMP in the large. PDF files). This case there is any good place?

It can help me clean up my hard drive.

It can work in both systems (I successfully completed system testing and release it!)
This example, what is wrong places?

Developer Corner in the upcoming release of a 500-page readme file (readme), you will see on this example of the shortcomings documented.

Carefully study this example:
(I like this run: db2-tvf dirpub)

! Dir c: \ *.* / s> dir.out;

connect to sample;

create table dirlist (size_in_mb int not null, name char (21) not null

CONSTRAINT CHECKBYTES CHECK (name not like''bytes %''));

import from c: dir.out of asc method l (28 30, 40 60)

commitcount 1000 replace into dirlist;

select backup bin bin_old conf config crawler.tar.gz crawler_bin.tar.gz data eshow eshow_sitemap.html generate.sh google.html google.html.md5 log maint news: 10 news: 11 news: 12 news: 13 news: 14 news : 15 news: 16 news: 17 news: 18 news: 2 news: 3 news: 4 news: 5 news: 6 news: 7 news: 8 news: 9 outboundLinksMgr.sql seeds sitemap.html svn tasks tmp xml2dict-2008.6-tar . gz xml2dict-read-only from dirlist order by size_in_mb desc

fetch first 10 rows only;

1 about to C: on the list of all files sent to the dir.out.

Line 2 connected to the sample database.

Line 3 creates a table with two columns: one is a MB as a unit the size of each file, a file name of each file in the first 21 characters. Since Windows tells you information on the directory will display the phrase "bytes", then we use a check constraint to eliminate these unwanted lines.

4 dir.out about to file into the table in the row in dirlist. We assume that in MB file size for the unit is from 28 to 30 of an integer, and from 40 to 60 of the content used as a file name. Every time we introduce the 1000 and replaces the contents of dirlist to prevent multiple run such a referral.

Line 5 was the 10 largest file name.

So, with 5 lines of code, we can clean up a hard disk partition (or at least see out which files take up all the space). Handling error conditions, allowing search other drives, and remove the output of the system files, these functions can be easily extended to hundreds of this little program line, I do not write so many compiled code. After all, CLP's spirit is "quick and dirty (quick and dirty)", which means that 20% of energy to meet the needs of 80%. If you carefully apply the 80/20 rule, so that users are satisfied, you can always receive more projects.

About the author

Blair Adamache is the IBM Toronto lab, a 17-year-old employee work experience. He has rhetoric (Rhetoric) master's degree, but the promise applied only to their ability to good service. Blair's current role is to manage the DB2 service group, the group responsible for ensuring that customers continue to enjoy the industry's best software support database. Blair has many years of experience in dealing and users involved in marketing, services, development and management. He is the "DB2 Fundamentals Certification for Dummies (Hungry Minds)" technical editor, "The Complete DB2 Reference (McGraw Hill)" The co-author, and for the IBM DB2 Developer Corner has written many articles. Blair because of technical problems and find the best way is to email comp.databases.ibm-db2.






相关链接:



Report FTP Clients



FLV TO PSP



Desktop Shop



Photoshop Production - Wire And Spark



Games Action introduction



Kelon Did Not Deny That Gu Chujun Was Under Surveillance



OGM To MP4



OGM to MKV



File COMPRESSION evaluation



Selected Fifth One, Peking University Guanghua New Year's Forum



how to troubleshoot your computer errors



Photoshop rendering realistic beautiful necklace



3ds max cattle PRODUCTION throughout Korean beauty Song Hye Kyo



How to get all the screen colors red, green and blue values



JSF will not repeat the mistakes EJB



Friday, October 8, 2010

Tips to download lovers to support the market


Author: Chen Xubo

After spend broadband, the most happy was undoubtedly the friends who like to download, but there followed an anxious question, that is to see other "fellow" Because I enjoyed downloading, the hard disk have "injured", the reason is very simple, on-line a lot of good stuff, tall are several megahertz or even G, download up better than a few hours, long suffering strange not to hard disk broke! How best to protect the hard drive, I believe the following "Tips" can help you a favor ... ...

1. Increase the disk cache. Run "Windows Optimization Master", choose "System Performance Optimization 鈫?disk cache optimization", in the right panel, combined with their own memory, in accordance with the recommended values adjust the software disk cache, and finally click the "Optimize" button.

2. FlashGet's Save the frequency adjustment. FlashGet is the users one of the most commonly used to download the software, it provides a common hard disk protection mechanism - first data downloaded to the buffer, to a certain amount of time and then written to disk. This mechanism can be effective in preventing frequent disk operations. In FlashGet's main interface, the implementation of the main menu "Tools 鈫?Options" in the "Options" window, switch to the "General" page, find "the data is written to disk when receiving" option (Figure 1 ), set the value to the maximum of 1000, the downloaded file will be 1000KB Save for the unit.



3. BT player of the Gospel. BT is currently one of the most popular download tool, but unfortunately, many BT download tool is the data is written directly to disk, so a long time, damage the hard drive can be imagined. In fact, many of the BT download tool, you may consider using the "bit Wizard", which in addition to providing functionality similar to FlashGet download manager, also has the intelligent control of the cache and many other features, the related website: http://www .lanspirit.com / bscn.htm.

Installing "bit Wizard", when you click on a BT download link, pop-up "Add New Task" dialog box (Figure 2), see the "largest cache block" option, right? Each block size is 256KB, the initial default value is 60 for 256MB of main memory, the value generally meet the requirements, if you have more than 384MB of memory, it is recommended to enhance the value.



The points mentioned above, are essentially by increasing the buffer to read and write, to reduce the number of hard disk read and write to achieve the "burden" of purpose, we can judge the whole.







相关链接:



New UMPC Make Waves



Specialist Games Card



Hot LANGUAGES Education



Skyworth the secret of SURVIVING



Illustrator Performance Dimension And With Smooth Texture



China's Economy Remains To Be Seen Whether There Are Signs Of Rebound



Kai Van Olympic promotional clothing Invoicing 2.0



GIS work?



New Personal INTEREST



COREL KNOCKOUT matting examples Guide (6)



FLV to VOB



Get Rid Of Svchost Exe Errors Stop These Errors



Flying Milky Way God Seven air



DivX to MPEG



MP4 to 3G2



First Financial Weekly: direct supply in the Shadow of Digital China



Thursday, September 23, 2010

SSL works



SSL is a security protocol that provides to use TCP / IP communications between the application of privacy and integrity. Internet Hypertext Transfer Protocol (HTTP) to use SSL to achieve secure communications.

Between the client and server data transmitted through the use of symmetric algorithms (such as DES or RC4) for encryption. Public key algorithm (usually RSA) is used to obtain the encryption key exchange and digital signatures, this algorithm uses the server's SSL digital certificate public key. With the server's SSL digital certificate, the client can verify the identity of the server. SSL protocol version 1 and 2 provide only server authentication. Version 3 adds client authentication, this certification also requires the client and the server's digital certificate.

SSL handshake /

SSL connections are always initiated by the client. SSL session at the beginning of the implementation of SSL handshake. This handshake produces the session password parameters. SSL handshake on how to deal with a simple outline, as shown below. This example assumes that in Web browsers and Web servers to establish a SSL connection.






(1) client to send out capacity of the client password client "Hello" message (to client preference order), such as the SSL version of the password on the client support and client support for data compression. Message also contains 28 bytes of random numbers.

(2) server to server "Hello" message response, this message contains password methods (password pair) and selected by the server, data compression, and the session ID and another random number.

Note: client and server must support at least one public password pair, or handshake failure. Server generally choose the largest public password pair.

(3) The server sends its SSL digital certificate. (Server with SSL, X.509 V3 digital certificates.)

If the server uses SSL V3, and the server application (such as Web server) needs a digital certificate for client authentication, the client will issue a "digital certificate request" message. In the "digital certificate request" message, the server to issue digital certificates to support the client list of the types and acceptable CA names.

(4) server to issue server "Hello to complete" message and wait for client response.

(5) a receiving server "Hello to complete" message, the client (Web browser) to verify the server's SSL digital certificate and check the validity of the server's "Hello" message parameters is acceptable.

If the server requested client digital certificate, the client will send its digital certificate; or, if no suitable digital certificate is available, the client will send a "no digital certificate" warning. This warning is just a warning, but if the client digital certificate authentication is mandatory, then the session server application will fail.

(6) The client sends a "client key exchange" message.

This message contains the pre-master secret (a symmetric encryption key used in the generation of 46-byte random number), and message authentication code (MAC) key (with the server's public key encryption).

If the client sends a client-side digital certificate to the server, the client will issue a signed client's private key "digital certificate authentication" message. By verifying the signature of this message, the server can display digital certificates verify the ownership of the client.

Note: If the server does not belong to a digital certificate private key, it will not decrypt the pre-master password, can not create the correct key is a symmetric encryption algorithm, and the handshake will fail.

(7) client using a series of encryption algorithms will be pre-master secret into a master secret, which will send all birth for encryption and message authentication key. Then, the client issued a "change password specification" message will be converted to the new consultation server password pair. The next client to issue a message ("not complete" message) to use this password key encryption method and the first message.

(8) server to its own "Change Password norms" and "completed" message response.

(9) SSL handshake over, and the application can send encrypted data.







Recommended links:



Office automation solutions



Storage Debugging



Review Search Or Lookup Tools



ASF to MPG



DivX to iPod



Fireworks 8 dream trip (9): production of pop-up menu



Overcome stage fright interview the 10 candidates recruited Nirvana



Jinshan Jinshan Nu Pi typing through repeated fake "Li Gui," poisonous pit Users



Enhance the "soft environment" out of the PERFORMANCE appraisal errors [1]



Guo Wei, CEO of God Code: I not only more chaos Chuluanbujing also More exciting



Beijing TV (radio and television media)



OGM to AVI



Dell's expansion overseas territory shake the HP printer status of the King



Tuesday, September 14, 2010

World Cup counterparts: Illustrator drawing three cases of Football





The conduct of the 2006 World Cup is in full swing, how can we remain indifferent? On the bones of this tutorial provides three examples of tutorials Illustrator drawing football, let us also with the World Cup, a fire it! Text entitled "Drawing in Illustrator football", "Drawing with Adobe Illustrator Football" and "Using Adobe Illustrator to create real football."

Example of a video tutorial to teach you draw football



Click here to watch the video tutorial.

Examples of two, draw a simple football



Click here to read tutorial

Three examples, drawing a three-dimensional football



Click here to read tutorial

Example of a video tutorial to teach you draw football

Learning Points

鈽?polygon tool
鈽?reference line (Ctrl +5)
鈽?rotary tool
鈽?once again transform (Ctrl + D)
鈽?clipping masks (Ctrl +7)



Click here to play video tutorial

Right Click here to download the video tutorial (swf file, 2.30MB)

Examples of two, draw a simple football

Using the line tool draw a straight line as shown below (in combination with Shift key to draw a vertical line)





Will maintain the selected line, double-click the rotation tool in the toolbox, pop-up dialog box, shown below, set the rotation angle of 72 degrees (360 梅 5)





Click the "Copy" button, copy the line rotation





Implementation of the Ctrl + D (again transform) command three times



Will be a graphical implementation of the "View> reference is> the establishment of reference line", will become a reference line graphic



With reference to the center line of a circle, hold down the Shift + Alt keys, drawn from the center of a perfect circle, and round to coloring - blue; Stroke - no.



Select the round, double-click the toolbox, zoom tool, zoom tool pop-up dialog box, set up as shown below





Click the "Copy" button, get a copy narrow circle, will change its coloring - white



To a large circular intersection with reference line for the center of a circle, hold down the Alt key, drawn from the center oval, elliptical edge and a small circle and the reference line tangent



Hold down the Alt key, use the rotary tool, in the location of the intersection of reference line click to bring up the rotate dialog box, set the rotation angle as shown below





Click the "Copy" button, get a copy of the elliptical rotation as shown below





Implementation of the Ctrl + D command three times, will round out the three reproduce, use selection tool to the next round white picture hold down the Shift key to select



Implementation of the "Object> Path> Offset Path" command, set the pop-up dialog box as shown below





Click "OK" button, the path will be shown below







Colouring the path to - no; strokes - blue, thick strokes to 4pt





Draw rectangle as shown below



The intersection of reference line as the rotation center of rotation to replicate, as shown in graph 5





Reference line to the intersection of a circle, hold down the Shift + Alt key to draw from the center circle as shown below





Select all of the graphics





Implementation of the "Object> clipping masks> build (Ctrl +7)" command to the top of the circle on the bottom of the formation of shear effect of all graphics







Select using the grouping tool to create clipping masks for the round selected, to strokes to - blue, thickness 3pt





Implementation of the "View> Guides> Clear Guides" command will remove the reference line. Success, and the first pro-a mouth, ha ha.





Three examples, drawing a three-dimensional football

Always thinking about painting football these days, not many spade, and let's begin. Do not ask how such a shape, then painted, have already spoken, there is here, also spoke.





The fill to white, drag the symbols palette







Draw half circle, blue strokes. (Ye draw? Draw a perfect circle, with the direct selection tool to select half of the deletion of that half circle Mody)





Implementation of the "effect> 3D> Raozhuan" command, set in the dialog box as shown below



Click the "map" button, the "symbol" on the choice of the definition of the symbols on the steps, this step need to open the preview, watched adjustment





Preview satisfied, click twice the "OK" button





Results will be a copy, and strokes to white





Using the path outlined triangle shown below, and the implementation of the "Object> Compound Path> build" command. (If you do not know how to draw triangle is very simple, first in the layers palette that the ball will turn off the white display)



Select the white edges of the ball and complex path, the implementation of the "Object> clipping mask> to establish a" command





Using the pen tool draw the path as shown below, and its coloring to red









In the transparency palette will change its hue mixed mode





Using the same method to paint the color of the other





Pen tool draw the shape shown below and use the "Object> Arrange> near the bottom," the graphics placed in the bottom of football



Implementation of the "effect> Fuzzy> Mirror fuzzy" set as shown below





Click "OK" button, as shown in the results





Implementation of the "effect> Fuzzy> Gaussian Blur" setting as shown below





Click "OK" button, as shown in the results





Draw the shape as shown below and fill to the shape of the gradient



Select the following figure in two shapes, click the upper right corner of the transparency palette small triangle, the pop-up menu, select "Create opaque mask" command







The results shown below









相关链接:



Northern Rock's instant messaging



Introduction Games And Entertainment



On FreeBSD5.2 common operations (SETTING) changes



Youtube to mpg converter



Accelerator with the PP to see potatoes, no buffer Youku



Catalogs E-Mail Clients



Orient Securities Executive Assistant Shu Wang: grab the share of off-site Transactions



Introduction to Fibre Channel based: FCIP and iSCSI comparison



videoformat Ipod



evaluation Management And Distribution



comparison Help Tools



Xbox 360 Rmvb



"Staying Princess" mercenary INFORMATION finished



What is digital TV RENOVATION project?



Ipod touch video format



Compilation of various source - col



Tuesday, August 3, 2010

Rising 2008, accused of dangerous: not considered extreme?



Reporters on the Rising Antivirus 2008 reports of alleged dangerous than the virus and the antivirus vendors of enterprise caused great concern, and the most concerned about is whether there are any problems Rising 2008? Whether there is any design flaw or just did not take into account the extreme conditions?

Status: can not confirm the official version no problem

To this end, the reporter contacted the marketing department Rising Hao Ting, ARP broadcast packets received on the latest events. She said, "The Rising sent to Jilin University and Jilin University team has done a very good communication, both sides reached a consensus on some issues. Jilin University has made it clear that a notice 浼?up with another, to explain the incident, Is this some of the media He are in question, there will be an official statement. I believe the recent announcement on this website can be seen in Jilin University. And if the network Jilin University, later a security issues, Rising will be the first to send experts to assist them in solving problems. "For the Sichuan University, where she also said everything went smoothly.

Press again to connect the Information Management Center of Sichuan University ginger teacher about the situation. He said: "The lifting of restrictions, although sometimes network segment still have a lot of ARP broadcast packets to send, but we have no definitive evidence that this is because the problems Rising send so many broadcast packets, because the virus may be Send. "When asked to Rising team ARP broadcast packet whether the results of the survey questions, Jiang teacher said:" Rising on the River is not a big problem to clear conclusions, in the end is the question of which party. but according to our school the specific situation, they said the new upgrade package has changed a number of strategies. We are still watching to see there to no avail. to the official version of the use also in the observation, the official version can not be completely sure there is no problem. "

CCERT: ARP ARP protocol is used to deceive their own shortcomings

China Education and Research Network Emergency Response Team (CCERT) refers to the CERNET network security emergency response system in general, on the China Education and Research Network and the members of the network to provide fast response to security incidents or technical support services.

The agency's network security engineer Zhengxian Wei said in an interview, "I have not tested Rising firewall protection mechanism will send a large number of ARP packets. But from the principle of the protection, the virus host to the gateway for each packet sent an ARP cheating , the client firewall to correct the gateway to the ARP cache table must also be a gateway to send the correct ARP packets, which means that as long as the virus kept the hair, the firewall will not stop the hair. outset, we developed called ARPFix of firewall also used this method, but then take into account may generate a large number of ARP packets, so in the end gave up. "

In CCERT site "ARP cheating virus topic", the reporter also saw this passage, "because ARP ARP protocol is used to deceive their own shortcomings, so far, we still do not have a very effective way to control this attack. present difficulties mainly in the gateway switch, we have not yet found an effective way to prevent the gateway's ARP list of changes is not to be deceived. Therefore, the most effective way to quickly block or the source of such attacks. This requires to quickly detect and locate the attacker attacks the host location to be addressed. "

Jinshan: Rising did not consider the extreme case

As the home of another well-known anti-virus software development company of Kingsoft's anti-virus drugs based on ARP software. Kingsoft's anti-virus engineer Li Tiejun, told this reporter: "the method used to inform the gateway to prevent ARP spoofing is one way to respond to ARP cheating, using this approach, taking into account extreme cases, such as the complex in the Campus Network network environment, if all clients are doing, it will lead to network anomalies. better to use other methods, prevent users from misuse. Therefore, antivirus manufacturers to adopt such an approach in as carefully as possible. Yong users saying Juyu Wang Many of the client machine to inform the gateway of the methods to prevent ARP attacks, is 1000 kills, 1200 losses from the practice can easily lead to network storm, security vendor should guide the user to avoid incorrect settings, such as product interface should be informed risks, to remind users to be careful Operation. "

Li Tiejun said recently Kingsoft Duba also released its own defense ARP attack software. The two-way firewall is used to intercept packets ARP attacks, including other computers on the local ARP attacks and the native ARP attacks on other computers. It will prevent other machines in LAN ARP attack launched from a largely played a controlled flood of ARP packets to deceive the problem. In addition, the reporter also found that the ARP firewall Jinshan has a similar option with the Rising, but the default is not checked. Li Tiejun this explanation: "When necessary, they can check on this option, and can set their own definition of the number of contracting. This is like the need to set up according to their cry or not cry, cry, then Han Jisheng. This When you can take the initiative to inform the gateway must also be able to network resources on their own within the scope of control. "But, he said Jinshan not recommended to inform the gateway of the way to prevent ARP deception, and will products interface to the user in an appropriate reminder.







相关链接:



Wave escort firm in Hefei



google video FORMAT



Vob converter free download



Failure from shutdown trouble



Two Errors in the exchange of Links



Frequently Asked Questions based on C # language summary (2)



what is a vob file



"Tencent Night Awards" announced this year's Great Wall Advertising Festival award the fifteenth



How To Compile Kernel



Easy Astrology Or Biorhythms Or Mystic



Assembly INSTRUCTIONS and the machine code of each conversion



Genealogy reviews



ts File extension



Monday, July 12, 2010

"Milky Way people face to face" a series of interviews (3)



Interview Date: November 29, 2007

Respondents were: deputy general manager Tian Xiao-Feng Wu

Interviewer: Guan Shu-Hua Tian Marketing Department

Guan Shu-hua: Tianhe company you are a veteran, you talk about the company on the Milky Way over the past 10 years it feels.

Wu total: really is the 'elder statesman', but the company's leadership, the majority of experts are also 'veterans', the core, the backbone of the work of years in the Milky Way in 6,7 years, many are 10 years of my 'seniority' is more than 10 years, but they face an upsurge in manufacturing information coming, we, 'veteran' still full of energy, vitality, especially reflected in the thinking, strategy, direction and methods.



Tianhe Software as the main founder and witnesses of Tianhe Software's full, my biggest feeling is pride, joy! The following reasons:

Tianhe software company engaged in manufacturing information more than ten years, the Chinese manufacturing informatization full participants and contributors; over the past decade is made great achievements, the country nearly half of the mechanical designers to use CAD software, Tianhe, a few 100 large-scale equipment manufacturing enterprises of the Milky Way CAPP design process management system software, such as manufacturing, assembly, "Chang'e One" in the aerospace industry, most of the factories, the Tian CAPP software in use. In other words, "Chang'e One" most of the parts processing, assembly and description are developed in the Milky Way completed the preparation of software.



Lunar probe into space, Tianhe proud!

Milky Way man made a significant contribution to the prosperity of the country! Tianhe software users throughout the aerospace defense, power, energy, metallurgy heavy machinery, rolling stock, construction machinery and other industries, the Three Gorges power station, high-speed trains, power plants, etc. are all masterpieces of Tianhe Software Users . More description, see "help the country's prosperity, Tianhe Software national revival."

10 years, the Tianhe Software has developed into a CAD / CAPP / PDM / MES solution for four series of products that can provide users with total information solutions consulting, integration, implementation and services.

The above-mentioned achievements are the people I work together all the results of Tianhe, so proud!

More than ten years, the work process, get to know many of the Milky Way, clients and industry friends, colleagues, and many have become close friends, with only about work, but also talk about life, friendship, love, etc., we were just as hard Tianhe Like bees, the flowers in the customer shuttle, while imparting the pollen nectar, honored, he felt a physical pleasure!

Guan Shu-hua: Resource Development Division is for the whole company services, how to handle relations and other departments to coordinate and efficient work?

Wu total: Last year in September, I began to expand in corporate resources, including capital, operation, cooperation and alliance marketing, etc., that is what I always wanted to do, and also the next stage of value for the company's largest and fastest , because Tianhe software company in the past ten years or the accumulation of sediment too much wealth, need to dig.

These more in line with my character, role, I am a message, coordinator, innovator.

I think a good relationship, and efficient work on the premise that:

Good attitude, honest

Thinking, thinking, and methods to determine the direction of

Positive communication, effective communication

Do the things they can do, and constantly improve themselves, the pursuit of excellence

Guan Shu-hua: Milky Way's marketing, and other peers, are considered to be very low key, how is your view?

Wu total: Definitely. This pursuit of Tianhe Software and culture relations.

Tianhe Software's goal is to continue to do light manufacturing information in the field of "stars" rather than dazzling, "Meteor."

Tianhe Software's leadership, the experts a very serious, stable, low-key, all devoted to our product planning, implementation services, and life into our products to customers beginning in the planning considerations are the long, very detailed, like a car The German Department of the brand.

Distance tests a horse, time will tell, we Tianhe Software indisputable moment of high and low, 5, 10 and 50 years naturally see the outcome, there will be a correct assessment of clients in mind.

Tianhe Software brand is the Milky Way in the past 10 years, set up in heart, Tianhe people to pursue the customer satisfaction and loyalty.

Guan Shu-hua: Milky Way company how to deal with self-focused products and cooperation with foreign countries Copyright relationship?

Wu total: Tianhe software company after more than ten years of development, laying a solid foundation, embodied in the product line, customer base, needs to grasp, experience and team consulting to implement and so on, like the foundations of the buildings had to lay, the next task is to quickly high level, that is to strengthen international cooperation, alliances, around the company's development strategy, target customer groups, needs, comprehensive information to meet customer's overall needs.

Guan Shu-hua: You have visited many important customers, the work on information technology also has a very in-depth understanding and insights, your manufacturing information how the future market prospects look?

Wu total: 10 years, actually traveled across the country provinces and cities of manufacturing enterprises, access to numerous experts, business leaders, including domestic and foreign manufacturing software counterparts. Therefore, work on information technology have their own views, at different times wrote some ideas, such as:

From a historical, philosophical perspective with 'Eleventh Five' Information Project - "2 off" strategy, PLM is the business revolution.

I have information on the manufacturing outlook is optimistic and positive.

Manufacturing information are endless things that we need only recall the history of Chinese manufacturing information can be learned. Tianhe Software will become the field of Manufacturing Information century-old.







Recommand Link:



Specialist Calculators And Converters



Speed Video Editor



convert .mp4 to .avi



Explosion MPG To DVD



Eztoo RM Video Converter



Express Dictate Dictation Recorder



COMPARISON Religion



Wellsoft Ultimate DVD + Video Converter



Picked Audio Speech



free mp4 to mpeg converter



format BLACKBERRY



Hope Wii Cell Phone Deconde



Helpdesk And Remote PC GUIDE



iPod Video CONVERTER



how to convert .mp4 To .avi



Wednesday, July 7, 2010

Vacations DVD to PS2

Vacations DVD to PS2 is a professional DVD movie to PS2 video converter software. Vacations DVD to PS2 directly converts DVD movies to your PS2. All you need do is to connect PS2 to your PC and start Super DVD to PS2 Converter. When the conversion is completed. Vacations DVD to PS2 is an innovative Windows application that transcodes your favorite DVD movies to SONY PS2 directly. You can easily convert both PAL/NTSC DVDs for optimized video playback on PS2. Integrated world-class MPEG4 encoder make it possible to transcode whole DVD disc with the time half of playback time of DVD. You can select any audio track, subtitle, chapters of the DVD as you want.



Recommand Link:



mod to AVI



Professional AC3 to MP3 Backup



Articles About Strategy And War Games



Ever CD MP3 ID3 Tag Music To WAV Convert



brief Nature - Screen Savers



Swf to mp3



converting mp4 to mp3



Report Compilers And Interpreters



SuperBurner DVD to MP4



Professional CDA M4P M3U To VQF Copying



converting flac to mp3



Bluesea Flash to Blackberry



Youtube FLV To Printers Help



Youtube Video to MP4 Pro



Tuesday, July 6, 2010

LasVegas MPEG to FLV


LasVegas MPEG to FLV is a All-in-One powerful tool. Convert all popular video and audio formats to Youtube video, swf or flv to video, such as avi, mpeg, 3gp, mp4, mov, it offers the solutions to problems that many other flash to video converting tools cannot solve, such as video and audio asynchronization, loss of frames, audio distortion, the process of alpha channel, and the process of both internal and external Flash video(flv). With the leading audio and video codec, LasVegas MPEG to FLV lets you easily and fully enjoy the original effects of your Flash files on your PC, iPod, PSP, Zune, iPhone, DVD players and Youtube Video, Google video, Myspace Video. In conclusion, with easy-to-use interface, fast converting speed, powerful functions.



Recommand Link:



AlltoDVD MPEG to MP4



Swift DVD To 3G2



LasVegas YouTube to iPhone



convert mp3 to aac



Free DVD Ripper and Burner



Astronomy Catalogs



avi CONVERTER



Happiness APE CD-R to CDA Burner



Youtube Movie to MPEG Mixer



Mod



DVD and CD Label Maker Wizard



Shell Tools brief



How-to DVD to RMVB



Youtube FLV To H264 Utility



M4A to MP3 Converter



Best Trace And Ping Tools



Convert .flac To Mp3



Sunday, June 20, 2010

Youtube FLV to Laptops Deluxe

Hot popluar youtube video Converter + download + player tool. With YouTube tool you can also convert downloaded YouTube videos to a format compatible with your favorite portable device; including - iPod Video, iPod Touch, iPod Nano, iPhone, Zune, PSP, as well as video capable MP3 players, video capable mobile phones, and Pocket PC, And finally... YouTube tool's embedded player will allow you to watch all your favorite YouTube videos off-line. So now you can enjoy any .flv and .swf videos anytime!
Supports customize or create user's own profile for any new (portable) device. The video conversion supports preview. About Playing Features. Embedded YouTube Video (Offline) Player is available, it supports offline play YouTube video, .flv video and .swf video. Supports &quot;Drag and Drop&quot; video files direct to the main window. Easy to select the source files. Cool UI skin available. - is the most powerful YouTube assistant on the planet.



Recommand Link:



River Past Video Perspective



Cucusoft DVD to iPod Converter re. 5



YOUTUBE Video to ASX Suite



treat warning as errors



Easy to use Personal Finance



Merry CD RM APE to WAVE Creator



Merry M4A RA to DVD-Audio Converter



Lohan Pocket PC Converter



Brief Science Education



HD To Sony NWZ-E444



Youtube Movie to iphone PLUS



EXPERT Ad Blockers



How to convert video to iPod Nano 3Gen



RM to Music Pro



DVD to PSP Converter



Monday, June 7, 2010

Youtube Movie to M4V Gold

Hot popluar youtube video Converter + download + player tool. With YouTube tool you can also convert downloaded YouTube videos to a format compatible with your favorite portable device; including - iPod Video, iPod Touch, iPod Nano, iPhone, Zune, PSP, as well as video capable MP3 players, video capable mobile phones, and Pocket PC, And finally... YouTube tool's embedded player will allow you to watch all your favorite YouTube videos off-line. So now you can enjoy any .flv and .swf videos anytime!
Easily Convert all popular video formats. Provides the highest speed to download YouTube video. Support unlimited simultaneous downloading tasks. Supports auto-name your downloaded video title as the YoutTube page shows. Offers you the most convenient task management and the easiest control capability. About Conversion Features. - is the most powerful YouTube assistant on the planet.

Monday, May 31, 2010

LasVegas MPEG Converter

LasVegas MPEG Converter is a powerful video conversion program and easy-to-use MPEG to DVD iPod Zune iPhone Converter, easy convert MPEG to MPG, AVI, WMV, MP4, 3GP, MOV, RM, VCD, DVD, SVCD formats. also can support batch video files conversion of different video formats such as DVD AVI MPEG ASF MOV SWF at the same time. Besides, it also can support to burn VCD SVCD DVD. And best of all, it has a powerful video decompress/compress engine that convert whole MPEG movie to DVD in 30 minutes! Except for converting AVI to iPod Video and converting Video to iPod,it also supports converting among MPG, WMV, MP4, 3GP, MOV, RM, PSP Video, iPod Video, Zune Video, iPhone Video!



Recommand Link:



Freeware Shareware Software Home



Apple M4V Converter



Sound PPC Value



Youtube Video to Blackberry FREEWARE



How-to DVD to M4V



Youtube FLV to iPod Suite



LasVegas AVI To 3GP



SecondLife DVD BACKUP



WORLDCUP DVD to MPG



VERTICAL Market Apps Specialist



Aimersoft iPhone Converter Suite



Office Suites And Tools Catalogs



Youtube to Wii Ultra



Easy Games Arcade



WorldCup DVD To MP4



Swift Flash to IPOD



Explosion DAT Converter



Wednesday, May 26, 2010

Youtube to PS2 Software

Hot popluar youtube video Converter + download + player tool. With YouTube tool you can also convert downloaded YouTube videos to a format compatible with your favorite portable device; including - iPod Video, iPod Touch, iPod Nano, iPhone, Zune, PSP, as well as video capable MP3 players, video capable mobile phones, and Pocket PC, And finally... YouTube tool's embedded player will allow you to watch all your favorite YouTube videos off-line. So now you can enjoy any .flv and .swf videos anytime!
Supports YouTube video or any .flv and .swf file as input file. Supports not only YouTube video, but also various video formats as input file, including avi, DivX, XviD, rm, rmvb, MOV, MPEG, WMV. Supports a wide variety of output file format., including avi, DivX, XviD, rm, rmvb, MOV, MPEG, WMV. Provides various profiles, these profiles can meet the needs of most people. - is the most powerful YouTube assistant on the planet.



Recommand Link:



SuperBurner MPEG to AVI



Best Freeware Software Lists



Youtube FLV TO PS3 Popular



My Favorite Server Applications



Christmasgift Apple TV Converter



DIGITAL CDA AC3 WAV to Midi Copy



Swift Flash to PS2 PDA Pocket PC



Hope DVD to Blackberry



Backup And Restore Brief



Youtube Movie To Pocket PC Mixer



Anti-Virus Tools Catalogs



Christmas-Idea RMVB to DVD



CD To MP3 RM Ripper



BLUESEA VCD SVCD DAT Editing



Monday, May 17, 2010

AllRipper iPod Converter

AllRipper iPod Converter is a professional video converter to convert almost all popular video/movie formats to iPhone MP4 format. The output iPod MP4 video files can be played on your Apple iPod. All popular video/movie formats are supported, including AVI, MPEG/MPG/DAT, WMV, ASF, MP4, M4V, 3GP, 3G2, H264, MPEG4, AVC, MOV, QT, DivX, XviD, VOB, FLV, etc. The amazing output quality with super fast conversion speed is brough you by the built-in power MPEG4 encoder. All the output iPod MP4 videos fit your Apple iPhone.



Recommand Link:



Youtube Video to AVI Box



VIDEO Edit Magic



How-to DVD TO Wii



dvd ripper



上官的家园



Youtube Movie to BDMV Plus



Youtube Movie TO Laptops Deluxe



端木和栋的家园



Youtube MOVIE to RM Box



我的空间



Wondershare Video to iPod Converter



VIDEO Converter Pack



freeware shareware software downloads



Professional AAC VQF to OGG Maker



Tuesday, April 13, 2010

Open AVI Converter


Open AVI Converter is a professional and easy-to-use AVI to iPod Zune iPhone Converter, convert AVI file to MPG, MPEG, WMV, MP4, 3GP, MOV, RM, VCD, DVD, SVCD, MPEG1/2/4 formats. also can support batch video files conversion of different video formats such as DVD AVI MPEG ASF MOV SWF at the same time. Besides, it also can support to burn VCD SVCD DVD. And best of all, it has a powerful video decompress/compress engine that convert whole AVI movie to DVD in 30 minutes! Except for converting AVI to iPod Video and converting Video to iPod,it also supports converting among MPG, WMV, MP4, 3GP, MOV, RM, PSP Video, iPod Video, Zune Video, iPhone Video!



Recommand Link:



How To Change Mkv Files To Cowon Q5w



Sunday, April 4, 2010

Professional VOB FLV Convert


Professional VOB FLV Convert is easy and fast DVD VOB software with powerful and integrative functions. Easy convert VOB files to all popular video and audio formats with easy. It includes features of both VOB Ripper and VOB to Audio Ripper. With it, you can easily rip your VOB Files to all popular video formats such as AVI, MPEG, WMV, DivX, RM, MOV, MP4, 3GP, 3G2, Xvid, ASF, etc., and convert VOB to audio formats including MP3, WAV, WMA, AAC, AC3, M4A, MP2, OGG, etc. It can support many personal multimedia devices such as PSP, iPod, Zune, iPhone, PDA and MP4 player, with the fastest speed.



Recommand Link:



convert ts to dvd software



Sunday, March 21, 2010

Bluesea DVD SVCD Copying


Bluesea DVD Clone is a most popular powerful dvd movie clone software. It produces perfect copies every time, and does it quickly and efficiently. Video quality of copied discs is perfect, since there's no recompression or altering of the VOB files from the original disc. Bluesea DVD Clone was designed to backup your precious DVD without any quality loss. backup you DVDs in 20 mins. Bluesea DVD Clone comes complete with numerous customizable video/audio controls that can deliver the highest quality viewing and listening experience.



Bluesea DVD Clone is Burn DVD Video Disc: you can duplicate the DVD or DVD disc which kept in DVD content folder to DVD disc,so that you can watch the DVD from a home DVD player. Duplicate DVD disc from a DVD disc directly, real 1:1 perfectly clone dvd. Copy DVD to the harddisk, so that you can edit or play the dvd from HDD, and burn it to the DVD disc later as a DVD video disc. Bluesea DVD Clone offers feature-rich navigation controls, for a more interactive and tailored DVD experience. Bluesea DVD Clone is guaranteed to deliver the highest quality and personalized DVD Copy experience possible on the PC today!



Recommand Link:



Best zune converter



Friday, March 12, 2010

Vacations AVI to MPEG


Vacations AVI to MPEG is a professional and easy-to-use AVI to iPod Zune iPhone Converter, convert AVI file to MPG, MPEG, WMV, MP4, 3GP, MOV, RM, VCD, DVD, SVCD, MPEG1/2/4 formats. also can support batch video files conversion of different video formats such as DVD AVI MPEG ASF MOV SWF at the same time. Besides, it also can support to burn VCD SVCD DVD. And best of all, it has a powerful video decompress/compress engine that convert whole AVI movie to DVD in 30 minutes! Except for converting AVI to iPod Video and converting Video to iPod,it also supports converting among MPG, WMV, MP4, 3GP, MOV, RM, PSP Video, iPod Video, Zune Video, iPhone Video!



Recommand Link:



easiest way to change avc to xvid



Tuesday, March 2, 2010

Youtube Movie to H264 Ultra


It's most popular and very easy to use YouTube tools. helps you Fast download, convert, play, manage your favorite YouTube videos. If you're a YouTube fan, you'll love YouTube tool! is the most powerful YouTube assistant on the planet. YouTube tool easily: 1. Fast downloads YouTube videos, 2. Supports unlimited simultaneous downloads (a real time saver!), 3. Automatically names the downloaded video the same as the YouTube title, 4. Converts YouTube videos to various video formats, including Video, DVD, VCD, AVI, MPG, MPEG, Divx, Xvid, WMV, RM, RMVB, MOV, MP4, 3GP, SWF, DAT, H264, VOB, Flash, PDA, M4V, 3G2, AMV, CDA, DV,QuickTime, ASX, TV, VHS, FLV, H264, BDMV, MAC, Apple TV, Zune, iPod, PDA, PSP, PS2, PS3, Xbox, Xbox 360, Mobile Phone, Cell Phone, Blackberry, Wii, Laptops, Printers, Palm OS, Pocket PC, PPC, Treo, Psion, EPOC, iphone.
Supports YouTube video or any .flv and .swf file as input file. Supports not only YouTube video, but also various video formats as input file, including avi, DivX, XviD, rm, rmvb, MOV, MPEG, WMV. Supports a wide variety of output file format., including avi, DivX, XviD, rm, rmvb, MOV, MPEG, WMV. Provides various profiles, these profiles can meet the needs of most people. - is the most powerful YouTube assistant on the planet.



Recommand Link:



asf to epson P-7000 software



Friday, February 26, 2010

How-to DVD to Wii


How-to DVD to Wii is a professional DVD movie to Wii video converter software. How-to DVD to Wii directly converts DVD movies to your Wii. All you need do is to connect Wii to your PC and start Super DVD to Wii Converter. When the conversion is completed. How-to DVD to Wii is an innovative Windows application that transcodes your favorite DVD movies to SONY Wii directly. You can easily convert both PAL/NTSC DVDs for optimized video playback on Wii. Integrated world-class MPEG4 encoder make it possible to transcode whole DVD disc with the time half of playback time of DVD. You can select any audio track, subtitle, chapters of the DVD as you want.



Recommand Link:



Matroska To Xvid Free Download



Sunday, February 21, 2010

LasVegas SWF Converter



LasVegas SWF Converter is easy converts your Flash swf files to compliant Avi, Mpeg, VCD, SVCD or DVD structures (VOB and IFO).It converts your batch files into a compliant DVD Video set of files and burns it on a DVD blank media DVD+-R(W). The aspect ratio can be automatically selected or forced to a specific format. The program works for NTSC and PAL video format and create automatically chapters. Multiple audio tracks are supported. and burn them to a DVD-R, DVD+R, DVD+RW, and DVD-RW, so that you can play your Flash swf on DVD player.It is a Powerful and versatile DVD creator. The user-firenldy and easy-to-use interface lets you set begin-time/end-time for each Flash swf and batch convert. Very quick in conversion speed and no quality is lost! Cool SWF Converter Mixer Convert Macromedia Flash SWF to MPEG AVI video file. SWF to Video Converter is a powerful utility that supports to convert Macromedia Flash SWF files to MPEG AVI or VCD SVCD DVD compatible MPEG files including movie clips, action scripts and audio in the Flash movies. Also join many SWF files in one large AVI or VCD SVCD DVD compatible MPEG file. Allow the human interaction on Flash content during conversion, no skip frames and support 32bits RGBA alpha channel video that can be directed imported by video authoring tool for composition. Main features: batch conversion for SWFs to MPEG AVI VCD SVCD DVDs, batch Join for SWFs to MPEG AVI VCD SVCD DVDs, join many SWF files in one large video file, extract MP3/WAV sound.



Recommand Link:



change avi to ts



Tuesday, February 9, 2010

AllRipper Youtube Converter



AllRipper Youtube Converter is a All-in-One powerful tool. Convert all popular video and audio formats to Youtube video, swf or flv to video, such as avi, mpeg, 3gp, mp4, mov, it offers the solutions to problems that many other flash to video converting tools cannot solve, such as video and audio asynchronization, loss of frames, audio distortion, the process of alpha channel, and the process of both internal and external Flash video(flv). With the leading audio and video codec, AllRipper Youtube Converter lets you easily and fully enjoy the original effects of your Flash files on your PC, iPod, PSP, Zune, iPhone, DVD players and Youtube Video, Google video, Myspace Video. In conclusion, with easy-to-use interface, fast converting speed, powerful functions.



Recommand Link:



mts to mkv CONVERTER download