<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Discount Handbags,Cheap,Quality,Wholesale Bags</title>
	<atom:link href="http://www.sxjtzj.com.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sxjtzj.com.cn</link>
	<description>Discount Handbags, Latest Luxury Designer Handbags Amazon products.</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:01:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>system module development work summary</title>
		<link>http://www.sxjtzj.com.cn/archives/711</link>
		<comments>http://www.sxjtzj.com.cn/archives/711#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EEPROM is]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[February 5, 2012 <br /> debug do version <br /> me]]></description>
			<content:encoded><![CDATA[<p>February 5, 2012 <br /> debug do version <br /> meet in the morning to afternoon time function interface combined, the API part of the old code refactoring <br /> <br / > burning board to verify that the increase in the reset circuit microcontroller version of the expansion program the hardware version of EEPROM interface models into the EEPROM initialize the EEPROM the APIs <br /> two RTC and the NVD communication protocols to improve the NVD to set the RTC time interface to complete the test to complete <br /> an RTC read time failed to identify, deal with post-holiday chores BUG repair <br /> debug the RTC <br /> more than one week after I days to do the work. <br /> system modules recent development around the microcontroller development commence. In fact, this part of the development has more than one month. Problems encountered during delayed by hardware design and the microcontroller do not know. Microcontroller part of the program are less portable, coupled with the difficulty of debugging, also contributed to the development of the slow progress, but fortunately this part of the official before delivery. In retrospect, the board joined the RTC this proposal or proposed to come &#8230;. the final work is done by me. Know nothing about the official release function from the MCU, and finally fulfill the mission. <br /> in the early development work, single-chip client program did not complete the case, I use a separate NVD and MCU development techniques to debug. The development of this section to debug communication protocol. Requirements of both sides of the serial port can output the appropriate data. The main problem the NVD here encountered serial ill-defined device node mapping is unknown. The help of Feng Air and found that the definition of the serial port on the kernel configuration file is wrong, and did not create the device node. In addition, the hardware design problem, the RS485 TX / RX lines reversed. MCU side Feng Airlines will also make a basic framework, there are also some sample code, the main problem is that the unity of the NVD and MCU on both sides of the serial port parameters. I strongly do not recommend to see the Chinese documents, various pit father. Serial programming of the UNIX environment as long as the &#8220;Serial Programming Guide for POSIX Operating Systems&#8221;, the text is sufficient. This step after the completion of the basic realization of the serial commands sent by NVD MCU feedback by NVD read the print out function. Of course, due to my lack of experience, this time serial protocol in the design and implementation of some unreasonable, for the time being refrain from that. <br /> completed the first step, the need to modify the hardware part and wait for the new version, this work is held in abeyance for a week or so. MCU need to complete the three functions: a watchdog reset 2.EEPROM storage the data 3.RTC time to read and write. This three-part order of difficulty from low to high ranked. The watchdog reset this feature is relatively simple, and use of knowledge is how to calculate the crystal frequency interrupt occurs, cycle, as well as some knowledge prepared by the interrupt function (such as interrupt function parameters, return values). Of course this feature is not enough light, but also need to implement a switch in the the NVD side should have a specialized program in the software error occurred when the temporary closure of the hardware reset, reboot and re-open reset. This part I have done a lot of extra work to ensure that this part foolproof. The principal problems encountered in this part of the reset circuit design. <br /> EEPROM to store data encountered some problems. One is the transcoding problem in the agreement. In fact Now that I think this is not what problem. . . Direct transfer using ASCII code and saved into the EEPROM on the line, I think the problem complex. Second, the EEPROM can not read and write, this is indeed a headache. I thought of a way to directly: MCU download line write the EEPROM, the first attempt to read. Found that read out the data does not, check the problem on the transport protocol. Issue written checked me half a day and finally found a variety of error is the macro definition &#8230;.. again despise about irresponsible microcontroller vendors. <br /> the RTC is the most troublesome part of. First, it read and write data format is not hexadecimal display, but display in decimal, but it is actually a hexadecimal number. Secondly, it bit and 10-bit each four, in addition to the month, day of the week parameter. Design and Implementation of the agreement did not fully take into account that the final agreement of this part of the redesign. Another part of the agreement of the data structures can be used in the realization of the array results in the first implementation, I actually used a rather stupid way &#8230;. really gutter capsize. The third issue is the timing of it reads data in the register should be normal, but the read out data and datasheet compared shifted to the right one, the last one went to the first. The key is that the RTC will need to set the time to read, so I simply can not determine the written part of the wrong or read part of the problem. Repeated observations of the waveform, the projected value, I have to finalize the read timing problems, and implemented in software to correct the hardware error. <br /> The next question is how the RTC read out the data set the Linux time, and how to blend with the original interface. In this process, I reconstruct some of the old code extends the functionality of the interface, add the parameter boundary value check, of course, created a lot of bugs. MCU and the RTC, this part of the problem is resolved, it basically no technical difficulties. The remaining is how to envisage the functional defects of this module, check out the program BUG. <br /> &#8220;The Mythical Man Month&#8221; mentioned in the various tests used are usually three times the encoding time. From the experience of this one developed, in line with the law. Test and found a lot of implicit demand have not been realized, or thought of the situation is not comprehensive enough, or the realization of the existence of various defects. Difficult to estimate to the actual situation in the early stage of development, but fortunately my work efficiency is pretty good, at least to complete the work before the point in time. Of course, there are still some real lack of need to improve: <br /> 1. Early related to the implementation section, but not concerned about whether the original interface reusability and scalability to meet the demand. In the future design, the API should be designed to be placed before the realization. <br /> because the update to finish the work documents not good enough, so that web developers also difficult to understand the design intent. The next week will be dedicated to spend a day writing developer documentation and internal documents. <br /> some of the features of the consideration is not comprehensive, including the future need for time to consider the implicit demand required. <br /> 4. the overall progress is still too catch. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/711/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eviews panel data unit root test results to see how that elaborate ~</title>
		<link>http://www.sxjtzj.com.cn/archives/710</link>
		<comments>http://www.sxjtzj.com.cn/archives/710#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[southkorea18]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Pool unit root test: Summary <br /> Date: 03/04/10]]></description>
			<content:encoded><![CDATA[<p>Pool unit root test: Summary <br /> Date: 03/04/10Time: 21:19 <br /> Sample: 1999 2007 <br /> Series: EXCHANGE_ARGENTINA, EXCHANGE_AUSTRALIA, <br /> EXCHANGE_BRAZIL, EXCHANGE_CANADA, <br / > EXCHANGE_CHILE, EXCHANGE_CHINA, EXCHANGE_CZECH, <br /> EXCHANGE_DENMARK, EXCHANGE_HONGKONG, <br /> EXCHANGE_HUNGARY, EXCHANGE_INDONESIA, <br /> EXCHANGE_JAPAN, EXCHANGE_MALAYSIA, <br /> EXCHANGE_MEXICO, EXCHANGE_NEWZEALAND, <br /> EXCHANGE_PHILIPPINES, EXCHANGE_POLAND, <br / > EXCHANGE_RUSSIA, EXCHANGE_SINGAPORE, <br /> EXCHANGE_SOUTHAFRICA, EXCHANGE_SOUTHKOREA, <br /> EXCHANGE_SWITZERLAND, EXCHANGE_THAILAND <br /> Exogenous variables: Individual effects <br /> Automatic selection of maximum lags <br /> Automatic selection of lags based on SIC: 0 to 1 <br /> Newey-West bandwidth selection using Bartlett kernel <br /> Cross-<br /> Method Statistic Prob. ** sections Obs <br /> Null: Unit root (assumes common unit root process) <br /> Levin, Lin </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/710/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB AVR Programmer</title>
		<link>http://www.sxjtzj.com.cn/archives/709</link>
		<comments>http://www.sxjtzj.com.cn/archives/709#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:01:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EEPROM is]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[June 2, 2011 <br /> This is do I contact the AVR s]]></description>
			<content:encoded><![CDATA[<p>June 2, 2011 <br /> This is do I contact the AVR since the first complete project: a complete design, using the a mega48 USB AVR programmer. <br /> Although the Internet has been the many USBASP circuit version and various improvements firmware, but I designed a complete AVR USB Downloader. The first is because the interest for the V-USB software stack, followed by There is nothing like a complete project to make you more understanding of a MCU, and I happen to be an AVR for beginners. In the process of learning, the study to explore the idea seem to be better than ism. Moreover, the fun is quite fascinated me. <br /> an interesting place, I finished the project in case of no ready-made AVR programmer. This is somewhat similar to the &#8220;Linux From Scratch&#8221;. Use an ARM9 development board to run a simple AVR programmer in the development board to write, and then completed the production of the AVR programmer use this programming procedure. This seems to sound some trouble, but if you like me do just an off-the-shelf development board, and everything like yourself, this idea will seem more attractive. But if your project next week we should mass production method is still better to buy a finished programming. <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = the "audio / mpeg"> <br /> programming parameters <br /> under the Windows command line programming procedures, similar to the gcc command line mode <br /> external inf file can be custom chip models support <br /> 3. ISP clock frequency is adjustable. Up to 3MHZ lowest 50HZ. Automatically switch between software and hardware SPI <br /> 4. Programming rate is about 3KB / S <br /> schematic <br /> <img src = "http :/ / simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror = "this.src = ttp://cache.soso.com/img/blog/p1.gif quot; onload = "addjustimg (this)" TYPE = "audio / mpeg"> <br /> D1 and D2 in the figure maga48 voltage is limited to about 3.6V. This is a must for design, because a considerable number of USB host controller can only work in 3.3V voltage. Of course, if you use a separate LDO or DC-DC converter is also a good idea. Two diodes is clearly more convenient. <br /> on the ISP interface, leads to the mega48 of PB2 is the hardware SPI # CS pin. In fact, this is unnecessary. Because I mistakenly thought the ISP pins follow the complete SPI interface early in the design. So you to get rid of it is also entirely possible. <br /> D-(DM) pin pull-up resistor on the USB interface, you can choose to pull from the IO control or fixed in two ways. The role of D-pull-up resistor is: when connected to the USB host, it can tell the host: &#8220;I came, and I is a low-speed device. Accordingly, if the pull-up resistor connected to D   (DP) is to tell the host: &#8220;I was high-speed device. <br /> AVR IO port actually can not achieve the electrical characteristics of the USB specification requirements. However, for low-speed devices 12Mhz, this does not abide by the rules does not prevent the realization of the function. D   and D-matched resistors to improve the stability of the transmission. <br /> host computer software <br /> software used is similar to gcc. If you do not specify the operating parameters or parameter error, avrPro will output the following help: <br /> &#8212;&#8212;-> the AVR Programer by AliveHex <-------- < br /> <br /> NAME <br /> avrPro &#8211; command line AVR programmer <br /> SYNOPSIS <br /> avrPro [-obj] [-act] [- addr] [-help] [-spi_freq] <br /> [-value] [-npages] [-nbytes] <br /> [-input] [-output] [-devinf_path] <br /> OPTIONS <br /> [-obj] &#8211; flasheepromfusesignaturecalibrationlock <br /> [-act] &#8211; readwriteerase <br /> [-spi_freq] &#8211; [hardware spi (HZ)]: 3000000,15000000,750000,375000,187500 (aut o), 93750 <br /> &#8211; [software spi (HZ)]: 32000 &#8211; 50 <br /> <br / > [-addr] &#8211; NUMERIC [-obj = fuse]: lowhighext <br /> [-value] &#8211; NUMERIC (DEC, HEX) <br /> [-npages] &#8211; NUMERIC [- obj = eepromflash]: all <br /> [-nbytes] &#8211; NUMERIC [-obj = eepromflash]: all <br /> [-input] &#8211; input file path (default = &#8220;write_to_dev. bin &#8220;) <br /> [-output] &#8211; output file path (default =&#8221; read_from_dev.bin &#8220;) <br /> [-devinf_path] &#8211; device infomation file path (default =&#8221; avrdev . inf &#8220;) <br /> [-help] &#8211; show this message <br /> EXAMPLES: <br />-erase flash: avrPro-act = erase-spi_freq = 93750-devinf_path = avrdev.inf <br />-write flash: avrPro-obj = flash-act = write-addr = 0-input = main.hex <br />-read fuse: avrPro-spi_freq = 1500000-obj = fuse-act = read-addr = ext <br />-write fuse: avrPro-spi_freq = auto-obj = fuse-act = write-addr = low-value = 0&#215;56 <br />-read eeprom: avrPro-obj = eeprom-act = read-addr = 0-nbytes = all-output = eeprom.bin <br /> If not specified-spi_freq parameters or The specified the-spi_freq value is auto, the programmer will use the default frequency: 187500HZ. <br /> When specified-spi_freq frequency higher than 32Khz, the programmer automatically converted to a hardware SPI mode. This means that only the following frequencies in this state is legitimate: 3000000HZ, 15000000HZ 750000HZ, 375000HZ 187500HZ, 93 750HZ. If you set a frequency greater than 32KHZ, the programmer will run to the nearest frequency. <br />-spi_freq specified below 32KHZ, the programmer automatically switch to the software SPI mode, which means that any frequency is a legal value. The following frequency values ??have been tested: <br /> 32000HZ, 16000HZ, 8000HZ, 4000HZ, 2000HZ, 1000HZ, 500HZ, 250HZ, 125HZ, 100HZ, 50HZ. <br />-addr,-npage,-spi_freq, and the-npages value can only use the decimal said. -Value can use the decimal and hexadecimal data in the form. <br /> FLASH-npages to page operation. EEPROM-nbytes byte operation. <br /> extended device support <br /> AvrPro to the read external text file to extend the support of the chip. In fact, if there is no external file to provide information. AvrPro only support mega48 a chip. <br /> can use the parameter-devinf_path to specify the address of the text file. If you do not-devinf_path address of the default directory where avrPro avrdev.inf. You need to file the name of the device, and three bytes of digital signatures, FLASH and EEPROM page size and page byte of eight parameters. <br /> an example: <br /> ******************************* ********* <br /> device_name = atmega48 / / device name <br /> signature [0] = 0&#215;1e / / deivce signature 0&#215;00 <br /> <br / > signature [1] = 0&#215;92 / / deivce signature 0&#215;01 <br /> signature [2] = 0&#215;05 / / deivce signature 0&#215;02 <br /> flash_page_sizeb = 64 / / device flash page size in BYTE <br /> flash_total_pages = 64 / / device flash total pages <br /> eeprom_page_sizeb = 4 / / device eeprom page size in BYTE <br /> eeprom_total_pages = 64 / / device eeprom total pages <br /> *************************************** * <br /> device_name = atmega88 <br /> signature [0] = 0&#215;1e <br /> signature [1] = 0&#215;93 <br /> signature 2] = 0&#215;0a <br /> flash_page_sizeb = 64 <br /> flash_total_pages = 128 <br /> eeprom_page_sizeb = 4 <br /> eeprom_total_pages = 128 <br /> the **************************************** <br /> device_name = atmega168 <br /> signature [0] = 0&#215;1e <br /> signature [1] = 0&#215;94 <br /> signature [2] = 0&#215;06 < br /> <br /> flash_page_sizeb = 128 <br /> flash_total_pages = 128 <br /> eeprom_page_sizeb = 4 <br /> eeprom_total_pages = 128 <br /> <br / > **************************************** <br /> text The file must meet several requirements: the split line of the <br /> 1 text file at the beginning of a line and each device must use more than three characters, and can not begin with a tab and a space. <br /> Each row of the device properties must use the tab at the beginning <br /> can use the &#8220;/ /&#8221; to a line comment <br /> theory by specifying the page size and page number of the FLASH and EEPROM programmer can support all use the same programming protocol avr chips. <br /> But my hands only mega48, so only the mega48 test. <br /> in the Makefile to use the command line programming <br /> If you have already generated target binary file main.hex) in the Makefile, add the following command: <br /> flash: main.hex <br /> avrPro-act = erase-obj = flash <br /> avrPro-obj = flash-act = write-addr = 0-input = main.hex <br /> use when typing make flash programming. <br /> If you are using WinAVR comes with Programmer Notepad, in the Makefile (assuming the eeprom target binary for ep.bin): <br /> program: main.hex the ep. bin <br /> avrPro-act = erase-obj = flash <br /> avrPro-obj = flash-act = write-addr = 0-input = main.hex <br /> < br /> avrPro-obj = eeprom-act = the write-addr = 0 input = ep.bin <br /> Click Programmer NotePad Tools-> the WinAVR] Program to while programming the EEPROM and FLASH. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/709/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localization of the EEPROM</title>
		<link>http://www.sxjtzj.com.cn/archives/708</link>
		<comments>http://www.sxjtzj.com.cn/archives/708#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:00:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EEPROM is]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/708/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ can not solve the problem of receiving display 自定义表情</title>
		<link>http://www.sxjtzj.com.cn/archives/707</link>
		<comments>http://www.sxjtzj.com.cn/archives/707#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:26:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customfacerecv]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[December 12, 2011 <br /> QQ receive 自定义表]]></description>
			<content:encoded><![CDATA[<p>December 12, 2011 <br /> QQ receive 自定义表情 in many cases can be said to be very painful, because the image can express the meaning of the text to be many times higher than the simple, easy to use, Meaning unlimited. How do we save the QQ? Here I tell you about the solution. <br /> In fact, we need to do is simply remove with your QQ number folder. Of course, although it sounds simple, but really want to delete it, you have a lot to do. Specific steps are as follows: <br /> The first step: backing up our chat <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans . gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache.soso.com / img/blog/p1.gif quot;onload =" addjustimg (this) "width = 447 height = 306 TYPE =" audio / mpeg "> <br /> Figure 1: The message manager, will chat Export records into backup files <br /> like chat, how such an important historical information can easily delete it! So first we need to click the lower left corner of the QQ panel &#8220;menu&#8221; button, select the &#8220;friends and Data &#8220;in the&#8221; Message Manager &#8220;to chat on our records management. Manager will pop up a message window in the window, click &#8220;Export&#8221; button drop-down menu &#8220;Export chat history for the backup file&#8221;, you can save the backup file we specified folder. <br /> Step: Backup 自定义表情 picture <br /> QQ in 自定义表情 default image stored in X: \ Program Files \ Tencent \ QQ \ directory, you QQ number names directory \ CustomFaceRecv folder (X: represents your program storage disk). Next we will be in this folder are backed up all the images stored in separate backup folder. <br /> The third step: Delete with our QQ numbers of folders <br /> now we may have confidence in the X: \ Program Files \ Tencent \ QQ directory with us QQ number of completely delete the folder. <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "width = 378 height = 600 TYPE = "audio / mpeg"> <br /> Figure 2: Back up all data, you can <br /> Step four: log QQ <br / > <br /> log in again, you will find QQ 自定义表情 is no longer a cold 自定义表情 code, and good times to reproduce! joy it ~ <br /> Step: Import chat log < br /> <br /> is the first step in the method used to open &#8220;message manager.&#8221; The opposite, our QQ backup file into the backup can be. <br /> Step Six: Import 自定义表情 <br /> If you need to have our usual 自定义表情, we will be just as long as X: \ Program Files \ Tencent \ QQ \ your QQ number \ CustomFaceRecv folder to restore backup files to this folder on it. <br /> OK! you e done, enjoy the comfortable life of 自定义表情 it! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/707/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ installation directory manually clean up junk files</title>
		<link>http://www.sxjtzj.com.cn/archives/706</link>
		<comments>http://www.sxjtzj.com.cn/archives/706#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:25:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customfacerecv]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[October 9, 2011 <br /> important reminder: The sys]]></description>
			<content:encoded><![CDATA[<p>October 9, 2011 <br /> important reminder: The system detects that your account may have risk of theft, please see the risk warning as soon as possible, and immediately change your password. Close <br /> Netease blog security alert: The system detected that your current password is less secure, for your account security, we recommend that you change your password immediately amend the timely closure <br /> manual cleaning steps junk files, you can choose to do: (X indicates QQ installation directory, and some paths may be X: \ ProgramFiles \ Tencent \ QQ \) <br /> 1, X: \ Program Files \ QQ \ QQMusic \ WhirlCache folder of all the music files can be deleted. Is that your view other people space when the cache space in the machine of someone else music files. <br /> 2, X: \ Program Files \ QQ \ your QQ number \ CommerceRecv <br /> 3, X: \ Program Files \ QQ \ your QQ number \ image <br /> 2 and 3 which are both QQ picture cache directory, others give you the face, shots, or whether or not to you, as long as the group sent to the picture, will be saved here . Over time, these two documents can reach GB level !!!!! safely delete, you have saved will not affect those expressions and head of the. <br /> 4, X: \ Program Files \ QQ \ cache this folder, the file is sent when you give people the residual file. Although some breakpoints to transfer files to stay, if you have friends over and file transfer, this folder you can delete all the things. <br /> more than 4 folders is a major presence at the junk files, you can rest assured as needed to delete unwanted files. <br /> QQ garbage clean-up methods: <br /> Step one: Open QQ installation directory <br /> Step two: find the folder of your QQ number. There is a folder name is your QQ number, open the folder <br /> Step 3: Start cleaning up <br /> 1: CustomFaceRecv and image folders, you need a time to clean up. Installation directory: \ ProgramFiles \ Tencent \ QQ \ your QQ number \ CustomFaceRecv and \ ProgramFiles \ Tencent \ QQ \ your QQ number \ image (inside there is this group of your friends or I sent the picture, can not be deleted of.) <br /> these two pictures folder is QQ cache directory, others give you the face, shots, or whether or not to you, as long as the group sent to the picture, will stored here. If you have multiple numbers, remember the corresponding number under these two folders to delete all the stuff. <br /> 2: MyRecvFiles folder. It is kept inside the file you receive, you can delete unwanted. <br /> 3: UserHead folder. Here is maintained by friends of the picture, from time to time delete a proposal, because there are a lot of friends you have not head, QQ will be automatically deleted after the update friend head, so the folder can be much smaller. <br /> 4: UserSessionInfo folder, this is a temporary dialogue QQ data, can be removed. <br /> 5: MsgEx.db file, this is your chat log files, including group chat, you can once deleted, the message manager can also be deleted in one, the best backup before deletion look, the name change on the line. Want to avoid later found. <br /> more than six folders and files are to be loaded every time you log QQ, QQ not only affect the landing speed, still account for the machine memory, which means the six larger QQ slower landing, the machine run more slowly, so the clean-up can greatly improve the speed and reduce the QQ login computer resource consumption. <br /> QQ garbage cleaner (QQCleaner) allows you to look at it the vintage of the QQ all the excess junk removed. http://www.appinn.com/qqcleaner/ <br /> <img src = "http://b.bst.126.net/newpage/images/microblog.png?1" onClick = " window.open ( ttp://b.bst.126.net/newpage/images/microblog.png?1 "onerror =" this.src = ttp://cache.soso.com/img/blog / p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://b.bst.126.net/newpage/images / microblog.png? 1 "onClick =" window.open ( ttp://b.bst.126.net/newpage/images/microblog.png?1 "onerror =" this.src = ttp:/ / cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://b .bst.126.net/style/common/tuijian.png "onClick =" window.open ( ttp://b.bst.126.net/style/common/tuijian.png "onerror =" this. src = ttp://cache.soso.com/img/blog/p1.gif "onload =" addjustimg (this) "TYPE =" audio / mpeg "> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/706/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ screenshot on the settlement issue could not be sent</title>
		<link>http://www.sxjtzj.com.cn/archives/705</link>
		<comments>http://www.sxjtzj.com.cn/archives/705#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:25:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customfacerecv]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[September 3, 2011 <br /> suddenly found QQ shots t]]></description>
			<content:encoded><![CDATA[<p>September 3, 2011 <br /> suddenly found QQ shots these days do not always send out, ask your mother to know a little degree, within the original mystery: <br /> QQ where folder below the image and CustomFaceRecv two folders, the accumulated QQ pictures, screenshots will be automatically deposited into these two folders. When storing the image too much, you will be sending a normal impact. <br /> so it should be cleaned regularly both the image file folder, can be useful to save elsewhere. Also, delete these two folders will not affect the normal use of QQ, a new image file, will automatically generate a new folder. <br /> your QQ installation directory: \ QQ \ your QQ number \ <strong> CustomFaceRecv </ strong> <br /> your QQ installation directory: \ QQ \ QQ your Number \ <strong> image </ strong> <br /> <strong> </ strong> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/705/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Reserved] QQ can not send a screenshot? Trees!</title>
		<link>http://www.sxjtzj.com.cn/archives/704</link>
		<comments>http://www.sxjtzj.com.cn/archives/704#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customfacerecv]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[October 8, 2011 <br /> <img src = "http://s15.sin]]></description>
			<content:encoded><![CDATA[<p>October 8, 2011 <br /> <img src = "http://s15.sinaimg.cn/bmiddle/4ab577d2446dd821fb7ce" onClick = "window.open ( ttp://s15.sinaimg.cn / bmiddle/4ab577d2446dd821fb7ce "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = "audio / mpeg"> <br /> remember two years ago, the stock Road Forum Friend fluttering on wind had me for help, said she is not like the QQ both shots, do not see fat people screenshots (Curiously, his shots can be saved as QQ 自定义表情 then sent out). Friends of the shares but inevitably often made between the exchange of shots, so she was very anxious. I began to suspect that she is in the QQ virus, then give her Zhuanshagongju, can remain the same after the killing. So, did she uninstall reinstall the QQ, can or not. Finally, she had asked people to help reinstall the system, was able to return to normal. <br /> over a period of time, I also encountered a similar problem, also toss several rounds unresolved. Fortunately, I will uninstall QQ, QQ original Youchang try to completely remove the installation folder and then reinstall, &#8220;failure&#8221; is no longer there. Not long ago, this problem happened again, I have to seriously pondering how the matter. So one side of trial, one side to the cause of the fault-line search, finally found the cause lies. Summary record of what to prepare for friends contingencies. <br /> usually appears this &#8220;failure&#8221; when, QQ dialog box will automatically pop-up prompt: &#8220;Cache directory Failed to open temporary file, verify that the QQ Cache directory has write permissions, or whether there is another process is using the file you can choose to operate: Try to open the file or re-set the Cache directory. &#8221; (As shown below) <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp:// simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg ( this) "TYPE =" audio / mpeg "> <br /> No matter how I can reset the Cache directory, also to no avail. Finally understand that the original QQ on the screenshot is saved in the &#8220;QQ installation directory / QQ number / image&#8221; this folder, I open the folder, which actually has millions of multiple files, junk files has reached hundreds of M! Clear inside the file, the problem is solved. <br /> To solve this problem, you first have to figure out which disk installed in the QQ &#8211; your chats in this letter QQ installation directory under the file. For example, my QQ installed in D drive, then, my QQ in this path: D: Program FilesTencentQQ my QQ number, and all my chats, my QQ number is in the folder that &#8220;MsgEx.db (database files). &#8221; <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = "audio / mpeg"> <br /> important to add that: <br /> QQ2008 chat history database file named &#8220;MsgEx.db&#8221;, but QQ2009 chats in the database file name is not &#8220;MsgEx.db&#8221;, and changed its name to &#8220;Msg2.0.db&#8221;, the address has changed, the relative address is: QQ installation disk: Program FilesTencentQQ2009Users your QQ number Msg2.0.db. <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = "audio / mpeg"> <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp:/ / simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onClick =" window. open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache.soso.com/img / blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs.cn/blog7style/images / common / sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache .soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs .cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache.soso.com/img/blog/p1.gif "onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http : / / simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror = "this.src = ttp://cache.soso.com/img/blog/p1.gif quot; onload = "addjustimg (this)" TYPE = "audio / mpeg"> <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans . gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn/blog7style / images / common / sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg .sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this ) "TYPE =" audio / mpeg "> <br /> If you want to delete all chat history, then put the&#8221; MsgEx.db database file &#8220;(QQ 2009 version of the chat after the database file&#8221; Msg2.0.db &#8220;) a key to delete. <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = "audio / mpeg"> <br /> If you want to save the chat history, just delete those useless screenshot, you can simply &#8220;image&#8221; folder can be deleted. (Using the system will automatically generate for you then a &#8220;image&#8221; folder) <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif " onerror = "this.src = ttp://cache.soso.com/img/ blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> In addition, QQ number folder that&#8221; CustomFaceRecv &#8220;folder, also accounting for hard disk space, if you often use QQ, should also regularly clean up. <br /> &#8211; above that these two folders, the picture cache directory is QQ, others give you the face, shots, whether or not to you, as long as the group sent to the picture , will be saved here. Over time, these two documents can reach GB level! Please be assured that delete the contents of two folders, will not cause you have to save face and head are missing, they are not within these two folders. <br /> If you have several QQ number, and feel the space is getting smaller and smaller computers, it would have to remember that under the corresponding number of these two folders to delete all the stuff for you system burdens. <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = "audio / mpeg"> <br /> Please remember that the path of the folder are: <br /> your QQ installation directory: Program FilesTencentQQ your QQ number CustomFaceRecv < br /> <br /> your QQ installation directory: Program FilesTencentQQ your QQ number image <br /> remember their &#8220;residence&#8221;, and then click on &#8220;My Computer&#8221;, in accordance with the above path, open step by step, level by level to enter, one by one to find a key to delete a key on the line. <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn / blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE = "audio / mpeg"> <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp:/ / simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> emotional cafe <br /> <img src =" http://simg.sinajs.cn/blog7style/images/ common / sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache. soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs. cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> computer Tripitaka cabinet <br / > <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn/blog7style/ images / common / sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg. sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> even have to record financial <br /> <img src =" http://simg.sinajs.cn/blog7style/images/common/ sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp://cache.soso. com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://simg.sinajs.cn/ blog7style/images/common/sg_trans.gif "onClick =" window.open ( ttp://simg.sinajs.cn/blog7style/images/common/sg_trans.gif "onerror =" this.src = ttp: / / cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> I really Bo in <br /> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" onClick = "window.open ( ttp://simg.sinajs.cn/blog7style/images / common / sg_trans.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/704/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FanType 0.20 version</title>
		<link>http://www.sxjtzj.com.cn/archives/703</link>
		<comments>http://www.sxjtzj.com.cn/archives/703#comments</comments>
		<pubDate>Tue, 03 Jan 2012 12:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autogroup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[May 25, 2011 <br /> In fact, this version is a mor]]></description>
			<content:encoded><![CDATA[<p>May 25, 2011 <br /> In fact, this version is a more important, in this version which I made some changes to the kernel. <br /> 1. to achieve a number of selection operations. As follows: <br /> Hold down the Ctrl key while selecting text or click the mouse position, I call this operation to add an anchor, <br /> multiple anchor points can be also add text, and delete the selected text, you can put all of the current constituency <br /> copy to the clipboard. However, this feature seems a bit tasteless. Had wanted to do its main purpose is to prepare for the snippt. <br /> 2. Find and replace the code completion. You can perfect on $ and \ n to operate, but I do not fully tested. <br /> intuitively correct operation is this: <br /> $ matches the end of the line only <br /> \ n match EOL <br /> then You can use the $ for each additional line of text, remove blank lines is to replace ^ \ n, etc. <br /> Find and Replace efficiency still make it, because I simply execute each step of the operation, Each replacement is a separate Command, <br /> then used autogroup. To do so, relatively simple to achieve, is almost efficient. Simple test the next, is good! <br /> 3. e added a Line Highlighter, that is the spell check (HunSpell). Click the menu view-> spell check <br /> can be real-time spell check it! We often see the operation is right-click the text spell error occurs, then <br /> appear correct prompt. But I think this is not perfect, because there are many features may be entangled in the right menu. <br /> I am more interested in the following programs: (looks like the default editor on the mac is such) <br /> edit their own addition to supporting the real time of the check, but also show a spell dialog, above ignore, ignore all <br /> add to user dict, there is a listbox, total words, and the like editplus now this dialog. there is a very important point, <br / > <br /> it is to have an option to allow users to choose which state of the check. for example, only check comments and strings and the like. <br /> default all check. there are multi-language support, French, German, and the like, do not underestimate the spell check, we can do is not easy! <br /> 4. from a simple, real product-level edit is getting closer! Done for so many years, countless versions, has never been so close to a product. <br /> one thing, you spend more time, with even the best technology, reach the basic level of use </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/703/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical</title>
		<link>http://www.sxjtzj.com.cn/archives/702</link>
		<comments>http://www.sxjtzj.com.cn/archives/702#comments</comments>
		<pubDate>Tue, 03 Jan 2012 12:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autogroup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[June 6, 2011 <br /> Australian Guide to Life (Orig]]></description>
			<content:encoded><![CDATA[<p>June 6, 2011 <br /> Australian Guide to Life (Original) &#8211; lessons learned. Study work, commercial rent, learning shop, the Government transport, car travel, and many other useful things. Source: Weiping <br /> log out abroad, especially those without family friends when the heavy pressure will be particularly serious. But one thing is that both China and Australia, must maintain a state of mind, positive attitude, the only way you will feel that life is beautiful, and will not fade. This is my life studying in Australia some years of experience, carefully collected some very real site, now share with you, if you find it useful collection! <br /> a living-related sites <br /> http://hoyts.ninemsn.com.au/ Hoyts cinema <br /> http://www.villagecinemas.com.au/ Village cinema <br /> http://www.pizzahut.com.au/ PIZZAHUT <br /> http://www.abc.net.au/ ABC comprehensive website <br /> http://www.weather.com.au/ Weather <br /> Second, shopping related sites <br /> http://www.myer.com.au/ online purchase daily necessities <br /> http://www.ecward.com/ how to buy in Australia domestic Taobao The most complete product <br /> http://www.davidjones.com.au/ the type of merchandise women make <br /> http://www.brandsmart.com.au/ home life based <br /> http: / / www.ebay.com.au/ largest overseas market <br /> three shopping, job, business-related websites <br /> www.mycareer.com.au most commonly used to find a job website <br /> www . workplace.gov.au government to find a job website <br /> www.webwombat.com.au more comprehensive website <br /> http://www.hotfrog.com.au/ <br /> Australian Business Directory Fourth, the housing-related sites <br /> www.realestate.com.au collection <br /> www.realestateview.com.au estate agents estate agent estate agents set <br /> www.domain.com.au collection < br /> 5, and learning, the school website <br /> http://www.unimelb.edu.au/ the University of Melbourne <br /> http://www.monash.edu.au/ monash university <br /> http://www.rmit.edu.au/ Royal Melbourne Institute of Technology <br /> http://www.abc.net.au/tv/btn/ABC English <br /> six modules, traffic travel-related websites <br /> http://www.metlinkmelbourne.com.au/ Melbourne public transport <br /> http://international.visitmelbourne.com/langs/index.cfm?lang=11VIC travel guide <br /> http://www.hotelclub.com.au/ Hotel <br /> seven fixed-line, auto-related websites <br /> http://www.racv.com.au/ RACV <br /> http: / / www.VICRoads.com.au/ VICroads Railways <br /> http://www.carsales.com.au/ biggest car trading site <br /> http://www.redbookasiapacific.com/au/ Consulting website <br /> http://www.aami.com.au/ car insurance company AAMI <br /> car auctions largest Fowles: http://www.fowles.com.au/ < br /> size medium AutoGroup: http://www.autogroup.com.au/ <br /> smaller Pickles: http://www.pickles.com.au/ <br /> eight, the relevant government site <br /> http://www.immi.gov.au/ naturalization immigration <br /> http://www.citizenship.gov.au/ used <br /> www.workcover.gov.au <br /> nine, other sites <br /> http://www.melbourneairport.com.au/ <br /> http://www.mecc.com.au/ Melbourne Airport Melbourne Exhibition Centre <br /> http : / / www.thatsmelbourne.com.au/ <br /> http://www.tradingpost.com.au/ Tradingpost <br /> http://www.skymaps.com/ star map </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sxjtzj.com.cn/archives/702/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

