锘??xml version="1.0" encoding="utf-8" standalone="yes"?>99精品国产一区二区三区2021,国产自产在线视频一区,国产在线精品成人一区二区三区 http://www.aygfsteel.com/mainamaiya/Simple is best.zh-cnFri, 20 Jun 2025 01:43:56 GMTFri, 20 Jun 2025 01:43:56 GMT60Eclipse Can't Run Because She Is Not a Chinese.http://www.aygfsteel.com/mainamaiya/archive/2008/06/13/207587.htmlmaimaiFri, 13 Jun 2008 01:55:00 GMThttp://www.aygfsteel.com/mainamaiya/archive/2008/06/13/207587.htmlhttp://www.aygfsteel.com/mainamaiya/comments/207587.htmlhttp://www.aygfsteel.com/mainamaiya/archive/2008/06/13/207587.html#Feedback0http://www.aygfsteel.com/mainamaiya/comments/commentRss/207587.htmlhttp://www.aygfsteel.com/mainamaiya/services/trackbacks/207587.htmlWhen you set the default keyboard setting to non English for instance like Chinese IME MS-pinyin 2008 or whatever, you’ll get an  error like “Jvm terminated.Exit code = -1” and a lot other message (maybe the eclipse run environment setting?) pop upped when you try to run eclipse. Maybe  this is a bug about eclipse, and the solution in here is simply like your thought : get back using English as your default setting.



mai 2008-06-13 09:55 鍙戣〃璇勮
]]>
Newbie's Debian Roadhttp://www.aygfsteel.com/mainamaiya/archive/2008/01/23/177363.htmlmaimaiWed, 23 Jan 2008 12:51:00 GMThttp://www.aygfsteel.com/mainamaiya/archive/2008/01/23/177363.htmlhttp://www.aygfsteel.com/mainamaiya/comments/177363.htmlhttp://www.aygfsteel.com/mainamaiya/archive/2008/01/23/177363.html#Feedback0http://www.aygfsteel.com/mainamaiya/comments/commentRss/177363.htmlhttp://www.aygfsteel.com/mainamaiya/services/trackbacks/177363.html闃呰鍏ㄦ枃

mai 2008-01-23 20:51 鍙戣〃璇勮
]]>
A Stupid Way to Reverse Chinese Filehttp://www.aygfsteel.com/mainamaiya/archive/2008/01/17/176018.htmlmaimaiThu, 17 Jan 2008 09:37:00 GMThttp://www.aygfsteel.com/mainamaiya/archive/2008/01/17/176018.htmlhttp://www.aygfsteel.com/mainamaiya/comments/176018.htmlhttp://www.aygfsteel.com/mainamaiya/archive/2008/01/17/176018.html#Feedback0http://www.aygfsteel.com/mainamaiya/comments/commentRss/176018.htmlhttp://www.aygfsteel.com/mainamaiya/services/trackbacks/176018.html

#	ReversFile.py [infile] [outfile]
#
#	A stupid way to reverse a chinese text file. just for fun.
#	If you wanna get the same result, maybe you should only slipt  
#	input text file to character list and '.reverse' it,
#         more simpler and clearer than this.
#Note::	This code have some problem about chinese quotation marks,
#	cause it's has differnet between left and right. 
#	So when it been reversed, the result may "unreadable":) Easy fixed but I ignored.
#	Also about 'Enter' key, ignored too.
#
#		writen by Mai 01/17/2008
# 

# -*- coding: cp936 -*-
import sys

class revFileFont:
    readLines=[]
    inFile=""
    outFileName=""
    outList=[]
    def __init__(self,fileName,outFile):
        self.inFile = open(fileName,"r")
        self.outFileName = open(outFile,"w")


    def __readToList(self):
        self.inFile.seek(0)
        self.inFile
        for line in self.inFile:
            self.readLines.append(line.decode("gbk"))
        rangeList = len(self.readLines)
        self.readLines.reverse()
        for i in range(rangeList):
            rString = self.readLines[i]
            xi=len(rString)
            for xii in range(xi):
                if rString[xi-xii-1]!=u'\n':
                   self.outList.append(rString[xi-xii-1])
            self.outList.append(u'\n')        

    def DoIt(self):
	"""Reverse file and write it out."""
        self.__readToList()
        for i in self.outList:
            self.outFileName.write(i.encode("gbk"))
        self.inFile.close()
        self.outFileName.close()

if __name__ == "__main__":
    argc = len(sys.argv)
    if argc <> 3:
	print 'Useage:',sys.argv[0],' [inFile]',' [outFile]'
	sys.exit(1)
    test = revFileFont(sys.argv[1],sys.argv[2])
    test.DoIt()
   #print test.outList


mai 2008-01-17 17:37 鍙戣〃璇勮
]]>
Testinghttp://www.aygfsteel.com/mainamaiya/archive/2008/01/07/173247.htmlmaimaiMon, 07 Jan 2008 02:00:00 GMThttp://www.aygfsteel.com/mainamaiya/archive/2008/01/07/173247.htmlhttp://www.aygfsteel.com/mainamaiya/comments/173247.htmlhttp://www.aygfsteel.com/mainamaiya/archive/2008/01/07/173247.html#Feedback0http://www.aygfsteel.com/mainamaiya/comments/commentRss/173247.htmlhttp://www.aygfsteel.com/mainamaiya/services/trackbacks/173247.htmlOk, today is the first day here!

Are the zoudry blog post system worked ok?

For testing purpose only.



Mm.....Great!


How about upload a picture?


 

damn it! can't works...

Where can I found a useful web host to post my picture so it can linked here? Any suggestion?

Using win live writer...

 

 

seemed works fine.

BUT,how to delete it from the blog?

Ok, got it!



mai 2008-01-07 10:00 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 罗城| 泊头市| 安陆市| 阿克| 五大连池市| 康定县| 团风县| 景谷| 历史| 茂名市| 临安市| 明水县| 莱州市| 甘肃省| 鄂伦春自治旗| 尼木县| 恭城| 姜堰市| 泰州市| 富裕县| 合江县| 文水县| 兰坪| 侯马市| 年辖:市辖区| 滦南县| 客服| 潮安县| 麻城市| 江达县| 定远县| 朔州市| 虞城县| 江油市| 丰台区| 任丘市| 甘南县| 长宁区| 通榆县| 新蔡县| 崇义县|