摘要: LINQ Introduction 阅读全文
posted @ 2007-12-04 16:17 fishert 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2005 Team System is a solution for SDLC(Soft Development Life Cycle).It provide a lot of Tools for Designing and modeling the system,Manage the project,Develop and implement the system,T... 阅读全文
posted @ 2007-12-04 15:42 fishert 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Silverlight provide media experience and RIA for web.It will challenge the position of Flash. Develop environment: Visual Studio 2008 beta 2 above Visual Expression Studio Silverlight 1.0 above Tuto... 阅读全文
posted @ 2007-12-04 12:45 fishert 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2008(vs 2008) beta 2 is published.It provide industry-leading developer experience of Window Vista,office 2007,web App. Key advances: Rapid Application Development To help developers rap... 阅读全文
posted @ 2007-12-04 10:39 fishert 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 主要是对.flv格式没有影射关系手动在IIS中HTTP头->MIME添加MIME影射关系,MIME类型: video/x-flv 扩展名:.flv 阅读全文
posted @ 2007-08-06 15:41 fishert 阅读(218) 评论(0) 推荐(0) 编辑
摘要: AIR工程中如果新建的MXML是中文名,运行时就会报这个错误,猜想是因为同时生成的那个"中文名-app.xml"编译失败,看来这个也是个Bug 阅读全文
posted @ 2007-08-04 15:12 fishert 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1//截图2 string kk = "ffmpeg -i \"" + avsPath + "\" -vframes 1 -r 1 -ac 1 -ab 2 -f image2 -t 0.001 \"" + fileout + "\\" + filename + ".jpg\"\n";3 System.Diagnos... 阅读全文
posted @ 2007-08-03 14:18 fishert 阅读(1316) 评论(0) 推荐(0) 编辑
摘要: 1//生成随机码 2 private function GenerateCheckCode():String 3 { 4 //初始化 5 var ran:Number; 6 var number:Number; 7 var code... 阅读全文
posted @ 2007-08-01 20:53 fishert 阅读(773) 评论(1) 推荐(0) 编辑
摘要: 地址: http://www.cnblogs.com/maxianghui/archive/2006/05/... 只能输入数字:"^[0-9]*$"。只能输入n位的数字:"^\d{n}$"。只能输入至少n位的数字:"^\d{n,}$"。只能输入m~n位的数字:。"^\d{m,n}$"只能输入零和非零开头的数字:"^(0|[1-9][0-9]*)$"。只能输入有两位小数的正实数:"^[0-9]+(... 阅读全文
posted @ 2007-07-31 11:06 fishert 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 这个很烦人工具->自动更正选项->自动更正->句首字母大写 阅读全文
posted @ 2007-07-25 15:28 fishert 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 在Flex帮助里面WindowedApplication中确有一个属性叫minimumHeight ,用来限制最小的尺寸.但在实际输入提示中没有这个,而是minHeight.但这个属性不起什么效果,使用minimumHeight确实起到效果了. 说明Flex中这里是一个小问题. ps:使用这两个属性都不报错,确实很难分辨,偶尔翻帮助时发现的... 阅读全文
posted @ 2007-07-24 13:33 fishert 阅读(444) 评论(0) 推荐(0) 编辑
摘要: function QueryString(item){ var sValue=location.search.match(new RegExp("[\?\&]"+item+"=([^\&]*)(\&?)","i")) return sValue?sValue[1]:sValue} 这个感觉很有用。 阅读全文
posted @ 2007-07-23 15:24 fishert 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 这是错误是在我用 var loader:URLLoader = URLLoader(event.target); EngModel.getInstance().chnCaption= new XML((loader.data)as String); 时出现的.原因是XML分析器出错,要改为new XMLList((loader.data)as String); 阅读全文
posted @ 2007-07-18 16:27 fishert 阅读(2138) 评论(0) 推荐(0) 编辑
摘要: "del %O" 阅读全文
posted @ 2007-07-18 13:42 fishert 阅读(336) 评论(0) 推荐(0) 编辑
摘要: //执行bat文件 System.Diagnostics.Process myProc = new System.Diagnostics.Process(); myProc.StartInfo.FileName = batPath; myProc.Start(); //调用cmd.exe ... 阅读全文
posted @ 2007-07-16 15:02 fishert 阅读(671) 评论(0) 推荐(0) 编辑
摘要: System.Environment.SystemDirectory 相当于"~\\system32" 阅读全文
posted @ 2007-07-16 13:42 fishert 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2007-07-12 11:24 fishert 阅读(886) 评论(0) 推荐(0) 编辑
摘要: //最大化/还原窗口大小 private function toggleWindow():void { if(EngModel.maxWindowState==true) { EngModel.maxWindowState=false; Windo... 阅读全文
posted @ 2007-07-12 11:23 fishert 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 由于不熟悉,研究了好一会儿///////////////////////////////////v1=AviSource("H:\电影\超能英雄\[超能英雄.第一季].Heroes.S01E01.HDTV.XviD-LOL.avi").converttorgb32v2=ImageReader("C:\Documents and Settings\huangxi\桌面\ev1.png").conve... 阅读全文
posted @ 2007-06-28 17:19 fishert 阅读(1321) 评论(0) 推荐(0) 编辑
摘要: 点击“开始”一“运行”,在弹出的运行对话框中输入rundll32.exe shell32.dll,Control_RunDLL hotplug.dll 阅读全文
posted @ 2007-06-28 09:17 fishert 阅读(1137) 评论(0) 推荐(0) 编辑