摘要:
自己理解了flex技术应该如下,服务端可以通过webservice获取序列化的xml文件并发送文件给客户端,flex则相当于js的作用,但愿理解正确不错的介绍http://qiutian110119.blog.163.com/ 阅读全文
2011年4月6日
2011年2月23日
2010年12月2日
摘要:
cat zjone.txt|while read line; do echo $line sdf >>zjTwo.txt;donefor ((i=1;i<3;i++));do echo $i ;donegrep str ./ -rfind ./use 'Ctr+V+M' (may get the ^M character)zypperyastmount -o (to connect ISO)ln -s (to create link for file or directory)cp -r *./release/'ssh -keygen ' ma 阅读全文
2010年11月11日
摘要:
About cmake constructionwe need two types of files,one is like 'findlib.cmake' ,the other is 'cmakelists.txt'.the first one is used to find some lib file or some head file,the second onetell us the relation in all the directory,and make a show of use of some file(eg. 'ADD_EXECUTA 阅读全文
2010年11月3日
摘要:
1 We must distinguish between the abstract class and the interface with them same name,beacause they have different base classes or interfaces.2 In the class and subclass of InputFormat,we should reme... 阅读全文
2010年9月30日
摘要:
1 InputFormat Class(related to inputsplit and RecordReader) (1) Object of log4j (2) Get inputsplits from the getsplits function, deal with each inputsplit in the createRecordReader function, and the... 阅读全文
2010年7月30日
摘要:
1 add reference of the client,execute the server jar of the server2 set the project debug property as NUnit.exe3 the browser use setup at the default place selenium = new DefaultSelenium("localhost",... 阅读全文
2010年7月28日
2010年7月23日
2010年5月6日
摘要:
一般用 dateadd(minute,datepart(minute,时间),时间)来设置时间的0分,还有0(hour)点,结果12:00AM,从网上找到了convert(datetime,convert(char,时间,111),111)是可以将时间弄出来,但有一点,在数据库中print和在数据库中select结果确是不同的,还是没弄明白 阅读全文