分类目录
文章索引模板

Category: Info

ftp allo - 三月 11, 2010 by yippee

ftpput generates “ALLO error: Unknown command.” – msg#00240 – linux.busybox
http://osdir.com/ml/linux.busybox/2004-02/msg00240.html



92JSP
http://92jsp.com/blog/default/2010/02/01/Tomcat-



Cerberus FTP Server v3.1.0.2 特别版 – FTP服务器 – 绿色软件联盟 – 《绿盟:软件下载档案库》
http://www.xdowns.com/soft/1/98/2009/Soft_54526.html
Cerberus FTP Server 是一个多通道的Windows FTP服务器,它只占用很少的内存及CPU,它的界面容易操作并可通过系统托盘来进行访问。并且这个软件可提供给用户文件访问及管理的权限。连接限制,时间,IP访问,多路径优先权设置


Serv-U FTP Server v7.0.0.2 汉化版_非凡软件站
http://www.crsky.com/soft/961.html
+ 改进了 ALLO 命令,使其不仅能够检查可用的硬盘空间,还能检查用户可用的磁盘空间数量。该处更改考虑了配额和目录大小限制。


ftp命令一览 – 王朝网络 – wangchao.net.cn
http://www.wangchao.net.cn/bbsdetail_44314.html
带有星号的命令一般很少使用,所以往往在具体实现中不支持。
  1. ABOR 放弃传输
  2. *ACCT 某些系统将帐号和用户与文件系统相关联
  3. *ALLO 为即将传送的文件分配空间。后面携带的参数来确定字节数
  4. *APPE 将文件附加到已经存在的文件后面
  5. CDUP 在远程系统上将当前目录切换到上级父目录
  6. CWD 改变远程系统的工作目录
  7. DELE 删除远程系统的文件
  8. HELP 读取服务器的帮助信息,如:支持的命令的列表
  9. LIST 在一个新建立的数据连接上发送当前工作目录下的文件名列表
  10. MKD 创建目录
  11. MODE 指定传输模式,可携带的参数是:S、B或 C.
  12. NLST 在一个新建立的数据连接上发送一个当前目录下的“完全”的目录列表
  13. NOOP 空操作,防止连接断掉
  14. PASS 提供一个用户登录密码,必须立即跟随在USER命令后
  15. *PASV 指定服务器数据传输过程监听等待客户端的数据连接连接建立请求
  16. PORT 指定客户端监听等待服务器端建立的连接的端口号
  17. PWD 显示服务器端的当前工作目录名
  18. QUIT 退出登录并终止连接
  19. *REIN 重新初始化,退出登录但是并不断开连接,后面必须随后发出一个新的USER命令
  20. *REST 从服务器的一个标识处重新开始传输
  21. RETR 从远程系统取回一个文件
  22. RMD 删除一个目录
  23. *RNFR 指定要被命名的文件的老的路径名,随后必须是一个RNTO命令
  24. *RNTO 指定要被命名的文件的新的路径名
  25. *SITE 站点特有的服务器提供的服务
  26. *SMNT 结构加载,提供一个文件系统结构的远程系统路径名 27. *STAT 状态信息
  28. STOR 上载一个文件到服务器上,若文件已经存在则覆盖
  29. *STOU 上载一个文件到服务器上,不覆盖已经存在的文件
  30. STRU 指定文件结构,参数可以是F、R或P.
  31. *SYST 报告远程系统的操作系统类型
  32. TYPE 指定文件类型,参数可以是A、E、I、L只有TYPE A和TYPE I常用


 

标签:
WPF powerpoint, WPF DocumentViewer - 三月 10, 2010 by yippee

Office Primary Interop Assemblies
http://msdn.microsoft.com/en-us/library/15s06t57(VS.80).aspx



PowerPoint Printing Problem c# – Nothing gets printed. – Stack Overflow
http://stackoverflow.com/questions/1624024/powerpoint-printing-problem-c-nothing-gets-printed
  string filename = “C:\\test.ppt”;
        int copies = 1;
        Microsoft.Office.Interop.PowerPoint.Presentation work = null;
        Microsoft.Office.Interop.PowerPoint.Application app = new Microsoft.Office.Interop.PowerPoint.ApplicationClass();
        Microsoft.Office.Interop.PowerPoint.Presentations presprint = app.Presentations;
        work = presprint.Open(filename, Microsoft.Office.Core.MsoTriState.msoCTrue, Microsoft.Office.Core.MsoTriState.msoCTrue, Microsoft.Office.Core.MsoTriState.msoFalse);
        //app.Visible = Microsoft.Office.Core.MsoTriState.msoTrue;
        work.PrintOptions.PrintInBackground = Microsoft.Office.Core.MsoTriState.msoFalse;
        //work.PrintOptions.PrintInBackground = Microsoft.Office.Core.MsoTriState.msoTrue;
        //work.PrintOptions.ActivePrinter = “HP LaserJet 5000 Series PCL6″;
        work.PrintOptions.ActivePrinter = app.ActivePrinter;


        work.PrintOut(1, work.Slides.Count, app.ActivePrinter, copies, Microsoft.Office.Core.MsoTriState.msoFalse);


 


PowerPoint automation in Webbrowser Control – Application Forum at ObjectMix.com
http://objectmix.com/csharp/119299-powerpoint-automation-webbrowser-control.html



如何使用 WebBrowser 控件在 Visual C# 2005 或 Visual C# .NET 中打开 Office 文档
http://support.microsoft.com/kb/304662/zh-cn



用vb6開發powerpoint,如何在slide中嵌入webbrowser
http://social.msdn.microsoft.com/forums/zh-TW/232/thread/1665632f-5d55-46a2-b703-b717dfc35ef4/



尝试在 Windows Internet Explorer 7 或 Internet Explorer 8 中查看 2007 Microsoft Office 程序文档时会打开一个新的窗口
http://support.microsoft.com/kb/927009/



在IE里打开,编辑,浏览PPT的简单方法|IT168 技术开发
http://tech.it168.com/ot/2007-11-16/200711161229198.shtml



在PPT中嵌入IE浏览器-PPT教程-教师培训-零点地理
http://www.bp57.com/Article/ppt/201001/1589.html



让IE浏览器提示下载或直接打开word、ppt、xls文档_漫步的空间–思想决定差异!_百度空间
http://hi.baidu.com/okiwi/blog/item/02eec9a1c89ef68d461064e0.html
点击一个指向.doc类型的文件后,怎样不直接在IE里打开,而是弹出一个对话框提示用户想下载还是打开。解决方法很简单,打开“我的电脑”,在菜单里选择“工具”->“文件夹选项”,在对话框里选择“文件类型”这个属性页,在列表中选中扩展名为doc的类型,按下面的“高级”按钮,在弹出的“编辑文件类型”对话框里钩上“下载后确认打开”复选框就可以了。


 

标签:
WPF XPS WPF DocumentViewer - 三月 9, 2010 by yippee

UK Application Development Consulting : Cracking an XPS in WPF
http://blogs.msdn.com/ukadc/archive/2009/05/11/cracking-an-xps-in-wpf.aspx



Jaime Rodriguez
http://blogs.msdn.com/jaimer/



UK Application Development Consulting : Cracking an XPS in WPF
http://blogs.msdn.com/ukadc/archive/2009/05/11/cracking-an-xps-in-wpf.aspx



Windows Presentation Foundation 中的文档
http://msdn.microsoft.com/en-us/ms748388(zh-cn).aspx



FixedDocument and DocumentViewer classes do not expose sufficient public APIs to enable finding and selecting text | Microsoft Connect
https://connect.microsoft.com/VisualStudio/feedback/details/323452/fixeddocument-and-documentviewer-classes-do-not-expose-sufficient-public-apis-to-enable-finding-and-selecting-text



DocumentViewer ControlTemplate Example
http://msdn.microsoft.com/en-us/library/aa970452.aspx



DocumentViewer toolbar and context menu – Stack Overflow
http://stackoverflow.com/questions/201875/documentviewer-toolbar-and-context-menu



WPF中使用DocumentViewer,中需要显示一个控件的内容,但控件高度超出页面高度,如何让控件分页显示?_百度知道
http://zhidao.baidu.com/question/59059527.html



【msdn wpf forum翻译】在wpf程序中显示一个doc文件的内容 – cy’s dotnet blog – 博客园
http://www.cnblogs.com/caoyang/archive/2009/07/30/1535533.html
在DocumentViewer控件中没法直接显示一个 .doc文件 ,  但在wpf程序中显示一个doc文件至少有以下三种
1. 使用 WebBrowser 来显示 .doc文件,如
    this.webBrowser1.Navigate(@”c:\test.doc”);
2. 使用DSO Framer control在wpf程序中host .doc文件,参见下文:
    Hosting Office in a WPF Application
    http://www.drwpf.com/blog/Home/tabid/36/EntryID/3/Default.aspx
3. 将 .doc 文件转换为 XPS 文件, 然后使用 DocumentViewer 来显示内容, 参见下文:
    Generate XPS from Word documents with VB 2008 and WPF
    http://www.codeproject.com/KB/office/GenerateXPSfromWordVB.aspx


WPF DocumentViewer doesn’t release the XPS file – Stack Overflow
http://stackoverflow.com/questions/283027/wpf-documentviewer-doesnt-release-the-xps-file
m_documentViewer.FirstPage();
m_documentViewer.LastPage();
m_documentViewer.PreviousPage();
m_documentViewer.NextPage();


WPF DocumentViewer doesn’t release the XPS file – Stack Overflow
http://stackoverflow.com/questions/283027/wpf-documentviewer-doesnt-release-the-xps-file
DocumentViewer m_documentViewer = new DocumentViewer();
XpsDocument m_xpsDocument = new XpsDocument(xpsfilename, fileaccess);
m_documentViewer.Document = m_xpsDocument.GetFixedDocumentSequence();
m_xpsDocument.Close();


WPF DocumentViewer doesn’t release the XPS file – Stack Overflow
http://stackoverflow.com/questions/283027/wpf-documentviewer-doesnt-release-the-xps-file



DocumentViewer with Annotations XPS-Store Sample
http://msdn.microsoft.com/en-us/library/ms771648.aspx



DocumentViewer XPS Sample
http://msdn.microsoft.com/en-us/library/aa972174.aspx



Introducing Windows Presentation Foundation
http://msdn.microsoft.com/en-us/library/aa663364.aspx



Feng Yuan (袁峰) : Convert XAML Flow Document to XPS with Style (multiple page, page size, header, margin)
http://blogs.msdn.com/fyuan/archive/2007/03/10/convert-xaml-flow-document-to-xps-with-style-multiple-page-page-size-header-margin.aspx



ScrollViewer 概述
http://msdn.microsoft.com/zh-cn/library/ms750665.aspx#scrollviewer_physical_vs_logical



C# Powerpoint SlideShowEnd problems – Stack Overflow
http://stackoverflow.com/questions/1050437/c-powerpoint-slideshowend-problems


    //Create a new presentation based on a template.
    objApp = new PowerPoint.Application();
    objApp.SlideShowBegin += new Microsoft.Office.Interop.PowerPoint.EApplication_SlideShowBeginEventHandler(powerpnt_SlideShowBegin);
    objApp.SlideShowEnd += new Microsoft.Office.Interop.PowerPoint.EApplication_SlideShowEndEventHandler(powerpnt_SlideShowEnd);
    objApp.SlideShowNextSlide += new Microsoft.Office.Interop.PowerPoint.EApplication_SlideShowNextSlideEventHandler(powerpnt_SlideShowNextSlide);
    objApp.Visible = MsoTriState.msoTrue;
    objPresSet = objApp.Presentations;
    objPres = objPresSet.Open(strPresentation, MsoTriState.msoFalse, MsoTriState.msoTrue, MsoTriState.msoTrue);
    objSlides = objPres.Slides;


c#如何在窗口中播放PowerPoint,而不是全屏播放? – 网络编程 – 速达社区 – 简约版
http://bbs.suda123.com/Archiver/webbiancheng/thread-200029-1.html



iTextSharp Home Page
http://itextsharp.sourceforge.net/



Opening a PDF in WPF Application – Stack Overflow
http://stackoverflow.com/questions/55083/opening-a-pdf-in-wpf-application



WebBrowser控件应用:播放PPT文件 – 随心所欲 – 博客园
http://www.cnblogs.com/dlwang2002/archive/2007/10/29/941000.html



HOWTO:在 Visual C# .NET 中使用自动化创建并显示 PowerPoint 演示文稿
http://support.microsoft.com/kb/303718



slvideoplayer – Release: 1.05
http://slvideoplayer.codeplex.com/releases/view/21749



Delay’s Blog : Lighting up the XML Paper Specification [Proof-of-concept XPS reader for Silverlight!]
http://blogs.msdn.com/delay/archive/2007/05/22/lighting-up-the-xml-paper-specification-proof-of-concept-xps-reader-for-silverlight.aspx



Xps Viewer and MediaPlayer : The Official Microsoft Silverlight Site
http://forums.silverlight.net/forums/p/48293/128265.aspx



 

标签:
WPF XPS - 三月 8, 2010 by yippee

Cool WPF Effects Library – ChrisKoenig
http://fwdnug.com/blogs/chriskoenig/archive/2008/04/29/cool-wpf-effects-library.aspx



January « 2008 « Josh Smith on WPF
http://joshsmithonwpf.wordpress.com/2008/01/



如何处理与 Visual C#.net PowerPoint 事件
http://support.microsoft.com/kb/308825



PPT => Bitmaps – C# / C Sharp answers
http://bytes.com/topic/c-sharp/answers/253266-ppt-bitmaps
PowerPoint.ApplicationClass pptApp = new PowerPoint.ApplicationClass();
pptApp.Activate();
Office.MsoTriState obj = Office.MsoTriState.msoTrue;
PowerPoint.Presentation pp = pptApp.Presentations.Open(“path of your
presentation”,obj,obj,obj);
PowerPoint.SlideShowWindow slideShow = pp.SlideShowSettings.Run();


HOWTO:在 Visual Basic .NET 中使用自动化创建和显示 PowerPoint 演示文稿
http://support.microsoft.com/kb/303717



Free PowerPoint Viewers, Viewer Capabilities
http://www.pptfaq.com/FAQ00153.htm
PowerPoint Viewer


powerpoint slide viewer control…..
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/f61a5163-d893-4545-9f29-863bbd0c710a/
public void Reader()


      


{


            XpsDocument doc = new XpsDocument(“c:\\Demos\\WPF-Webcast.xps”, FileAccess.Read);


          


            documentViewer1.Document = doc.GetFixedDocumentSequence();  


 


      }


下载详细信息: 2007 Microsoft Office 加载项:Microsoft Save as PDF 或 XPS
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041



部分Office 2007文件格式转换为xps和pdf代码整理-Office开发
http://www.kuqin.com/office/20080504/7814.html



下载详细信息: XPS Essentials Pack 版本 1.1
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=b8dcffdd-e3a5-44cc-8021-7649fd37ffee



部分Office 2007文件格式转换为xps和pdf代码整理-Office开发
http://www.kuqin.com/office/20080504/7814.html



力拼Adobe!微软祭出PDF杀手XPS格式文档–太平洋电脑网Pconline-[业界资讯]
http://www.pconline.com.cn/pcedu/softnews/yejie/0704/1005198.html



揭开XPS神秘面纱 微软”PDF”完美体验
http://vod.sjtu.edu.cn/help/Article_Print.asp?ArticleID=2229



谁知道什么是.xps文件_百度知道
http://zhidao.baidu.com/question/109395049.html
XPS 是XML Paper Specification 的简称,它是微软公司开发的一种文档保存与查看的规范。以前的开发代号为“Metro”。这个规范本身描述了这种格式以及分发、归档、显示以及处理XPS 文档所遵循的规则。XPS 是一种版面配置固定的电子文件格式,可以保存文件格式,而且具有档案共享的功能。在在线检视或打印 XPS 档案时,可以确保其格式与您希望的一样,而且其它使用者无法轻易变更档案中的数据。 以下是网上找到的XPS英文解释内容,供参考: Provides information about the XML Paper Specification (XPS), which defines an open document format that uses Extensible Markup Language (XML) and other industry standards to create a cross-platform document format.



Hosting Office in a WPF Application « Dr. WPF
http://drwpf.com/blog/2007/08/24/hosting-office-in-a-wpf-application/



PowerPoint to XAML converter?
http://social.msdn.microsoft.com/Forums/en/wpf/thread/399bfd04-3d1a-468e-8fae-3a2eb9a61aa8



How to use the WebBrowser control to open Office documents in Visual C# 2005 or in Visual C# .NET
http://support.microsoft.com/default.aspx?scid=KB;en-us;304662



Visual C++ ActiveX 控件承载 Visual Basic 或 HTML 中的 Office 文档
http://support.microsoft.com/kb/311765



Using C# to display powerpoint – Stack Overflow
http://stackoverflow.com/questions/217890/using-c-to-display-powerpoint



Open Powerpoint Presentation from C# Window Form. – C# / C Sharp answers
http://bytes.com/topic/c-sharp/answers/272940-open-powerpoint-presentation-c-window-form



Open Powerpoint Slide from a WinForm – .NET Framework answers
http://bytes.com/topic/net/answers/411637-open-powerpoint-slide-winform



Open Powerpoint Slide from a WinForm – .NET Framework answers
http://bytes.com/topic/net/answers/119476-open-powerpoint-slide-winform



Display Powerpoint presentation within my own form? – C# / C Sharp answers
http://bytes.com/topic/c-sharp/answers/444010-display-powerpoint-presentation-within-my-own-form



Tim Anderson’s ITWriting
http://www.itwriting.com/blog/?postid=273



Display all powerpoint ppt slides on vb.net form scrolling panel
http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/d0233f24-4bf0-4d0e-acd7-3295a75862a2



[VB] 関連付けられたファイルを ShellExecute で起動する方法 (32 ビット)
http://support.microsoft.com/kb/170918/ja



VBからのPowerPointViewer 2007の起動について
http://social.msdn.microsoft.com/Forums/ja-JP/vbgeneralja/thread/02c57248-0ddb-4943-8e22-914a21ed2133



Command line with PPTVIEW.EXE
http://www.pcreview.co.uk/forums/thread-919053.php



Command Line Switches – PowerPoint and PowerPoint Viewers
http://www.pptfaq.com/FAQ00528.htm



信息: 自动化 PowerPoint 97 和 PowerPoint 2000 查看器
http://support.microsoft.com/kb/265385/zh-cn



INFO:PowerPoint 97 和 PowerPoint 2000 Viewers 的 Automation 模式
http://support.microsoft.com/kb/265385/zh-tw
PowerPointViewer.Application


Embed PowerPoint Viewer in C# Win Form – Stack Overflow
http://stackoverflow.com/questions/1259369/embed-powerpoint-viewer-in-c-win-form



如何使用 WebBrowser 控件在 Visual C# 2005 或 Visual C# .NET 中打开 Office 文档
http://support.microsoft.com/kb/304662



Embed instance of Powerpoint Viewer 2007 on a form
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/739d453e-092e-46c3-8bc2-1836d5a9b4f8
http://office.microsoft.com/en-us/powerpoint/HA101538891033.aspx


Command-line switches for PowerPoint 2007 and the PowerPoint Viewer 2007 – PowerPoint – Microsoft Office Online
http://office.microsoft.com/en-us/powerpoint/HA101538891033.aspx



 

标签:
註音 - 三月 5, 2010 by yippee

再跟我說注音符號是從日文來的,我就翻臉_尘埃落定_百度空间
http://hi.baidu.com/fozi031/blog/item/573c2c1fb356fdc8a686696a.html
注音符號的起源:
 
注音符號自民國七年(1918)頒布以來已有七十九年歷史,係聲韻學家章太炎先生創建的符號;
1918/11 教育部公布”注音字母表”,其中聲母二十四、介母三、韻母十二,共三十九音;


1930/4 中國國民黨中央執行委員會決定改”注音字母”名稱為”注音符號”,由國民政府令頒各級機關學校採用;


註音符號的來源並沒有正式的文告,但通常是以古文或象形文字的片段修改而成的。 採用表聲字的原始古字來代表,其因筆劃最少。


符號  來源  取聲切韻
ㄅ  「包」之古字,說文解字:「 ,裹也,象人曲行,有所包裹。」,讀「ㄅㄠ」  取其「ㄅ」聲
ㄆ  說文解字:「 ,小擊也。」即手執竿輕敲,讀「ㄆㄨ」(撲)  取其「ㄆ」聲
ㄇ  ”冪”的本字。遮蔽覆蓋之意,古音「ㄇㄧˋ」  取其「ㄇ」聲
ㄈ  說文解字:「匚,受物之器。」古代一種盛物的器具,讀「ㄈㄤ」(方)  取其「ㄈ」聲
ㄉ  古之「刀」字,讀「ㄉㄠ」  取其「ㄉ」聲
ㄊ  古之「突」或「凸」,讀「ㄊㄨ」  取其「ㄊ」聲
ㄋ  古之「乃」字,讀「ㄋㄞˇ」  取其「ㄋ」聲
ㄌ  古之「力」字,讀「ㄌㄧˋ」  取其「ㄌ」聲
ㄍ  說文解字:「 ,水流澮澮也。」川之小者,田間的水道,讀「ㄍㄨㄥ」(工)  取其「ㄍ」聲
ㄎ  說文解字:「 ,氣欲舒出, 上礙於一也。」氣受阻礙而無法舒出或行而不利 ,讀「ㄎㄠˇ」(考)  取其「ㄎ」聲
ㄏ  古之「廠」字,山側避風雨之居處,讀「ㄏㄢˇ」(罕)  取其「ㄏ」聲
ㄐ  古之「糾」字,說文解字:「 ,相糾繚也。」,讀「ㄐㄧㄡ」  取其「ㄐ」聲
ㄑ  ㄑ:水小流。同”畎”、田間溝渠。讀「ㄑㄩㄢˇ」(犬)  取其「ㄑ」聲
ㄒ  古之「下」字,讀「ㄒㄧㄚˋ」  取其「ㄒ」聲
ㄓ  古之「之」字,讀「ㄓ」  取其「ㄓ」聲
ㄔ  明.張自烈.正字通:「左步為彳,右步為亍,合彳亍為行。」 彳:左腳的步伐。讀「ㄔ」 (吃)  取其「ㄔ」聲
ㄕ  古之「屍」字,讀「ㄕ」  取其「ㄕ」聲
ㄖ  古之「日」字(象形),讀「ㄖ」  取其「ㄖ」聲
ㄗ  古之「節」字,誤讀或借作「ㄗ」音。讀如(早)之聲  取其「ㄗ」聲
ㄘ  古之「七」字,誤讀或借作「ㄘ」音。讀如(草)之聲  取其「ㄘ」聲
ㄙ  古之「私」字,讀「ㄙ」  取其「ㄙ」聲
ㄚ  古之「ㄚ」字,廣韻:「丫,象物開之形。」物之歧頭曰「ㄚ」,讀「ㄧㄚ」 (押)  取其「ㄚ」韻
ㄛ  古之「呵」字,說文解字:「ㄛ,反 也。」。讀如(或)之韻  取其「ㄛ」韻
ㄜ  「ㄛ」之轉化,由”ㄛ”添筆而成。讀如(峨)之韻
ㄝ  古之「也」字,讀「ㄧㄝˇ」  取其「ㄝ」韻
ㄞ  古之「亥」字,讀「ㄏㄞˋ」  取其「ㄞ」韻
ㄟ  「流」也,讀「ㄨㄟ」(威)  取其「ㄟ」韻
ㄠ  說文解字:「么,小也。」”麼”的本字。小也,細也。讀「ㄧㄠ」  取其「ㄠ」韻
ㄡ  握於手之象形字,讀「ㄧㄡˋ」(又)  取其「ㄡ」韻
ㄢ  說文解字:「ㄢ。艸木之華未發然」。花苞之象形,其意「含」也。讀「ㄏㄢˊ」  取其「ㄢ」韻
ㄣ  古之「隱」字,又作” ”:匿也。讀「ㄧㄣˇ」  取其「ㄣ」韻
ㄤ  玉篇.尢部:「尢,跛、曲脛也。」腳跛也,讀「ㄤ」(骯)
ㄥ  說文解欄位玉裁註:「ㄥ,古文 ,象形,象曲肱。」。 讀「ㄍㄨㄥ」(供)  取其「ㄥ」韻
ㄦ  ”兒”的簡化字。讀「ㄦˊ」
ㄧ  「一」是數字之始,讀「ㄧ」
ㄨ  古之「五」字,讀「ㄨˇ」
ㄩ  說文解字:「凵,飯器,以柳作之。」古盛飯之器,讀「ㄩ」(淤)


台灣廣用的注音符號非日文!! – 统一论谈 – 红茶坊论坛 打造全球最大的中文论坛 – Powered by Discuz!
http://www.xihu0571.com/bbs/thread-119569-1-1.html
注音符號舊稱為“注音字母”,為漢字標音而設定的符號,1913年由中國讀音統一會制定,1918年由北洋zhengfu教育部發佈,共計39個字母,排列以“ㄍㄎ”開頭;1920年改訂字母順序,增加一個字母“ㄜ”共計達40個。 – W9 w  e1 v3 v. U
; X: W’ W8 ^& @( x1 i. W8 _  n$ Q
声母 (CONSONANT)   p’ u* U’ v- C$ \
ㄅ ㄆ ㄇ ㄈ ㄉ ㄊ ㄋ ㄌ ㄍ ㄎ ㄏ ㄐ ㄑ ㄒ ㄓ ㄔ ㄕ ㄖ ㄗ ㄘ ㄙ
& k6 ^7 `4 [3 d) M4 Q$ J% b: rb p m f d t n l g k h j q x zh ch sh r z c s . \# e: J# v' q; h9 v
玻 坡 摸 佛 得 特 讷 勒 哥 科 喝 基 欺 希 知 蚩 诗 日 资 雌 思
5 Q! t4 k3 H1 C: F. X# W8 h3 p4 L韵母 (VOWEL) # |! D) @; X- d7 n3 A
ㄚ ㄛ ㄜ ㄝ ㄞ ㄟ ㄠ ㄡ ㄢ ㄣ ㄤ ㄥ ㄦ : s4 U( g7 `8 @$ f0 B
a o e e ai ei ao ou an en ang eng er ; e3 N  x$ C( b
啊 喔 鹅 (耶) 哀 紏 熬 欧 安 恩 昂 (亨) 儿 ' x9 O! C- w+ ]. Y5 r
ㄧ ㄧㄚ ㄧㄛ ㄧㄝ ㄧㄠ ㄧㄡ ㄧㄢ ㄧㄣ ㄧㄤ ㄧㄥ – G# Q7 k# ]  p
C+ i ia io ie iao iu ian in iang ing 2 m6 d& @& B# Z7 u5 @
+ yi ya yo ye yao you yan yin yang ying 8 i5 B  y0 G; S0 `& q7 n
衣 呀 唷 耶 腰 忧 烟 因 央 英
+ a1 S/ O& M+ Nㄨ ㄨㄚ ㄨㄛ ㄨㄞ ㄨㄟ ㄨㄢ ㄨㄣ ㄨㄤ ㄨㄥ
1 J: @! Y& |” k) X$ S5 \) m2 C, jC+ u ua uo uai ui uan un uang ong 1 a! Z3 D/ `8 G) T0 d
+ wu wa wo wai wei wan wen wang weng
8 Z# T$ c8 f0 V’ u% V$ V’ p; C屋 蛙 窝 歪 威 弯 温 汪 翁
5 u+ U8 O) R8 H8 |4 i9 s$ xㄩ ㄩㄝ ㄩㄢ ㄩㄣ ㄩㄥ ㄋㄩ ㄌㄩ
  [* s6 e& }) ]7 f( BC+ u ue uan un iong
# d. s’ X1 }1 n2 r0 n( Y2 T+ yu yue yuan yun yong 7 B) L; v2 ~’ s
Z+ nv lv / ^8 ~1 Q( p8 d) g
迂 约 冤 晕 雍 女 律
0 N& s/ |( p, U% H- N& oC + -> 前面带有声母的时候 ” I0 }2 z; I6 E) g8 V/ |
+ -> 前面没有声母的时候, 5 N6 f& v4 W- K- b6 I
Z + -> 中央法的特例


再跟我說注音符號是從日文來的,我就翻臉 — Windows Live
http://dalechen921.spaces.live.com/blog/cns!5c41ae1de186cc6e!195.entry
日文片假名是從楷書改變而來,自然跟注音符號看起來有些類似,畢竟同樣源於漢字。
 
 
注音符號的起源:
 
注音符號自民國七年(1918)頒布以來已有七十九年歷史,係聲韻學家章太炎先生創建的符號;


1918/11 教育部公布"注音字母表",其中聲母二十四、介母三、韻母十二,共三十九音;


1930/4 中國國民黨中央執行委員會決定改"注音字母"名稱為"注音符號",由國民政府令頒各級機關學校採用;


 


註音符號的來源並沒有正式的文告,但通常是以古文或象形文字的片段修改而成的。 採用表聲字的原始古字來代表,其因筆劃最少。


 


符號  來源  取聲切韻
ㄅ  「包」之古字,說文解字:「勹,裹也,象人曲行,有所包裹。」,讀「ㄅㄠ」  取其「ㄅ」聲
ㄆ  說文解字:「攵,小擊也。」即手執竿輕敲,讀「ㄆㄨ」(撲)  取其「ㄆ」聲
ㄇ  ”冪”的本字。遮蔽覆蓋之意,古音「ㄇㄧˋ」  取其「ㄇ」聲
ㄈ  說文解字:「匚,受物之器。」古代一種盛物的器具,讀「ㄈㄤ」(方)  取其「ㄈ」聲
ㄉ  古之「刀」字,讀「ㄉㄠ」  取其「ㄉ」聲
ㄊ  古之「突」或「凸」,讀「ㄊㄨ」  取其「ㄊ」聲
ㄋ  古之「乃」字,讀「ㄋㄞˇ」  取其「ㄋ」聲
ㄌ  古之「力」字,讀「ㄌㄧˋ」  取其「ㄌ」聲
ㄍ  說文解字:「巜,水流澮澮也。」川之小者,田間的水道,讀「ㄍㄨㄥ」(工)  取其「ㄍ」聲
ㄎ  說文解字:「丂,氣欲舒出,勹上礙於一也。」氣受阻礙而無法舒出或行而不利 ,讀「ㄎㄠˇ」(考)  取其「ㄎ」聲
ㄏ  古之「廠」字,山側避風雨之居處,讀「ㄏㄢˇ」(罕)  取其「ㄏ」聲
ㄐ  古之「糾」字,說文解字:「丩,相糾繚也。」,讀「ㄐㄧㄡ」  取其「ㄐ」聲
ㄑ  ㄑ:水小流。同”畎”、田間溝渠。讀「ㄑㄩㄢˇ」(犬)  取其「ㄑ」聲
ㄒ  古之「下」字,讀「ㄒㄧㄚˋ」  取其「ㄒ」聲
ㄓ  古之「之」字,讀「ㄓ」  取其「ㄓ」聲
ㄔ  明.張自烈.正字通:「左步為彳,右步為亍,合彳亍為行。」 彳:左腳的步伐。讀「ㄔ」 (吃)  取其「ㄔ」聲
ㄕ  古之「屍」字,讀「ㄕ」  取其「ㄕ」聲
ㄖ  古之「日」字(象形),讀「ㄖ」  取其「ㄖ」聲
ㄗ  古之「節」字,誤讀或借作「ㄗ」音。讀如(早)之聲  取其「ㄗ」聲
ㄘ  古之「七」字,誤讀或借作「ㄘ」音。讀如(草)之聲  取其「ㄘ」聲
ㄙ  古之「私」字,讀「ㄙ」  取其「ㄙ」聲
ㄚ  古之「ㄚ」字,廣韻:「丫,象物開之形。」物之歧頭曰「ㄚ」,讀「ㄧㄚ」 (押)  取其「ㄚ」韻
ㄛ  古之「呵」字,說文解字:「ㄛ,反丂也。」。讀如(或)之韻  取其「ㄛ」韻
ㄜ  「ㄛ」之轉化,由”ㄛ”添筆而成。讀如(峨)之韻
ㄝ  古之「也」字,讀「ㄧㄝˇ」  取其「ㄝ」韻
ㄞ  古之「亥」字,讀「ㄏㄞˋ」  取其「ㄞ」韻
ㄟ  「流」也,讀「ㄨㄟ」(威)  取其「ㄟ」韻
ㄠ  說文解字:「么,小也。」”麽”的本字。小也,細也。讀「ㄧㄠ」  取其「ㄠ」韻
ㄡ  握於手之象形字,讀「ㄧㄡˋ」(又)  取其「ㄡ」韻
ㄢ  說文解字:「ㄢ。艸木之華未發然」。花苞之象形,其意「含」也。讀「ㄏㄢˊ」  取其「ㄢ」韻
ㄣ  古之「隱」字,又作”乚”:匿也。讀「ㄧㄣˇ」  取其「ㄣ」韻
ㄤ  玉篇.尢部:「尢,跛、曲脛也。」腳跛也,讀「ㄤ」(骯)
ㄥ  說文解欄位玉裁註:「ㄥ,古文厷,象形,象曲肱。」。厷讀「ㄍㄨㄥ」(供)  取其「ㄥ」韻
ㄦ  ”兒”的簡化字。讀「ㄦˊ」
ㄧ  「一」是數字之始,讀「ㄧ」
ㄨ  古之「五」字,讀「ㄨˇ」
ㄩ  說文解字:「凵,飯器,以柳作之。」古盛飯之器,讀「ㄩ」(淤)


关于日文的起源_百度知道
http://zhidao.baidu.com/question/9984335.html
最初日语的每一个音,都是由一个汉字表达。公元九世纪,日本人在汉字基础上创造了假名。现在日语中,假名共有71个,最基本的有46个,排列成“五十音图”(字母表)。 日语中汉字的发音有“音读”和“训读”两大类。 音读,即日本人引入中国汉字时模仿该字汉语发音的读法。由于中国汉字进入日本是一个较长的过程,中国不同朝代的“普通话”有所差异,这在日语汉字的读音上也留下了不同的痕迹。因此,在现代日语中一个汉字的普通读音通常有两种,称为“吴音”和“汉音”。如日语汉字“人”的音读,“汉音”为“じん”, “吴音”为“にん”。 “训读”是利用汉字表达日语固有词语意义的读法,也可以说是汉字的日译。如日语汉字“人”的训读为“ひと”。另外,日语中有汉字组成的词语,在意义上与现代汉语也有许多差异。 日语书写时一般体言(名词、形容词、形容动词)的词干部分多使用汉字来写,而用言词尾有变化的部分及助词、助动词则以平假名书写。格式上横写、竖写均可。 日 语 的 起 源 日文中分成汉字及假名。而假名中 又分有平假名和片假名。原先日本并没 有属于自己的文字, 后来乃借用中国的 文字, 将中文的草书衍生成平假名, 把 中文楷书的偏旁改成片假名。例如说平 假名的『あ』乃由汉字的『安』简化而 来的; 而片假名的『ア』则是汉字『阿』 的一部分。早期, 日本正式的文章都是 汉文, 而片假名乃是佛教僧侣们读经典 时用来做标音的, 平假名则是女性所用 的文字。目前日文中常用的汉字约有二 千字左右, 片假名大多用来表示外来语, 其余的多用平假名。值得注意的是汉字 的读法有中国式的读法称『音读』以及 日本式的读法称为『训读』


 

标签:
正则 MB_SUBSTR - 三月 3, 2010 by yippee

EditPlus正则表达式_百佳新课标_百度空间
http://hi.baidu.com/hdofne/blog/item/2ae71c7b0589a3f70ad18793.html
EditPlus


EditPlus正则表达式替换字符串详解_安全中国 – www.anqn.com – 专业权威网络安全门户
http://www.anqn.com/article/g/2008-07-10/a0998829.shtml



深入浅出之正则表达式(一) – 摩诘 – 博客园
http://www.cnblogs.com/dragon/archive/2006/05/08/394078.html
[A-Za-z_0-9]*


自己学正则时做的笔记,其实正则也不难哦 php_正则表达式_脚本之家
http://www.jb51.net/article/5035.htm
…………..


用于查找文本的正则表达式
http://msdn.microsoft.com/zh-cn/library/cc295435.aspx
零或更多,用于匹配在此表达式之前出现零次或更多次的某个字符,可与尽可能多的字符相匹配。


正则表达式 .* 用于匹配某个出现零次或更多次的字符。


例如,正则表达式 b.*k 可匹配 book、back、black、blank 和 buck。在本例中,将句号 (.) 和星号 (*) 组合成一个语法。句号 (.) 紧挨在星号 (*) 表达式之前。星号 (*) 可匹配“b”和“k”之间任意出现零次或更多次的字符。句号 (.) 用作“b”和“k”之间字符的通配符。在本例中,它表示“b”和“k”之间的任意字符都可以反复出现。


WPF中将图片设置为按钮并取得选取值的方法 – 大可山博客[GDI+,WPF, .Net图形图像] – CSDN博客
http://blog.csdn.net/johnsuna/archive/2007/11/21/1896788.aspx
  <RadioButton Checked=”setSelectedButton” Margin=”5″>
          <Image  Height=”50″ Width=”50″ Source=”imgs\001.jpg” />
        </RadioButton>


为Button 添加图片—WPF_学无止境,不断积累_百度空间
http://hi.baidu.com/skyjsq/blog/item/3e4f43ee6dfb43232cf5346f.html
<ControlTemplate x:Key=”btnEmptyborder”>
            <Grid>
                <Rectangle>
                    <Rectangle.Fill>
                        <ImageBrush Fill=”Stretch” ImageSource=”..\Resource\Images\user.png” ></ImageBrush>
                    </Rectangle.Fill>
                </Rectangle>
            </Grid>
   </ControlTemplate>


<Button Template=”{StaticResource btnEmptyborder}” />


【原创】WPF制作鼠标滑过变化图片的按钮-0_0-搜狐博客
http://stormer008.blog.sohu.com/135059627.html



WPF自定义漂亮的按钮样式_素材之家 – 图片 素材 模版 – JPG.org.cn
http://www.jpg.org.cn/html/wangluobiancheng/_Net/6335_4.html



关于substr()函数处理汉字的问题 – PHP基础编程(问答求助) – PHPChina 开源社区门户 – PHP论坛|PHP教程|PHP源码|PHP下载|PHP培训|PHP新闻|PHP专题|Zend产品服务|PHP学习
http://www.phpchina.com/html/49/t-6549.html
mb_substr


PHP截取汉字乱码问题解决方法mb_substr函数的应用_php技巧_脚本之家
http://www.jb51.net/article/13991.htm
1.确保你的Windows/system32下有php_mbstring.dll这个文件,没有就从你Php安装目录extensions里拷入Windows/system32里面。
2.在windows目录下找到php.ini打开编辑,搜索mbstring.dll,找到
;extension=php_mbstring.dll把前面的;号去掉,这样mb_substr函数就可以生效了
mb_strcut函数功能也可以截取字符串长度


PHP汉字截取方法 — BHCODE.NET
http://www.bhcode.net/article/20091118/6210.html



gb2312汉字截取乱码 UTF8 中文乱码 汉字截取乱码 PHP截取汉字乱码,PHP系列教程,PHP实例教程,php
http://www.diybl.com/course/4_webprogram/php/phpxl/2008917/143259.html



Utf-8、gb2312都支持的汉字截取-PHP应用教程 by alixixi.com
http://www.alixixi.com/Dev/Web/PHP/php2/2007/2007050735658.html
$start = $start*2;
$sublen = $sublen*2;
$strlen = strlen($string);
$tmpstr = ”;
for($i=0; $i<$strlen; $i++)
{
if($i>=$start && $i<($start+$sublen))
{
if(ord(substr($string, $i, 1))>129) $tmpstr.= substr($string, $i, 2);
else $tmpstr.= substr($string, $i, 1);
}
if(ord(substr($string, $i, 1))>129) $i++;
}
if(strlen($tmpstr)<$strlen ) $tmpstr.= “…”;
return $tmpstr;
}


Opera 常用选项配置 – 异域国度
http://my.omorer.cn/2009-08-2-opera-commonly-used-options-to-configure
★ 鼠标左键拖曳在后台打开链接


Opera:config#Enable Drag 填入数值“255”
Opera:config#New Window 勾选“Open New Window in Background”和“New Window”


★ 鼠标左键双击关闭标签


Opera:config#Doubleclick to Close Tab 勾选此项


★ 在当前标签右边打开新标签


Opera:config#Open Page Next To Current 勾选此项


 

标签:
firefox cache - 三月 2, 2010 by yippee

设置IE的临时文件夹、Firefox的cache目录_寒暮云_新浪博客
http://blog.sina.com.cn/s/blog_581d8bbd010090c8.html
Firefox的设置也不难,只是如果不知道的话,相信你会Firefox的选项狂找一气,结果很失望的发现没有地方可以设置它的临时文件夹目录(cache)@_@ 好了,闲话段说,Firefox是这么设置的:
    1、打开Firefox,在浏览器的地址栏中输入“about:config”,回车确定,打开配置页面
  
 
    2、在页面上,点击右键,选择“新建”,选择“字符串”
  
 
    3、在“输入首选项名称”中输入“browser.cache.disk.parent_directory”,并确定
  
 
    4、在“输入字符串的值”中输入“R:\\TEMP”(注意目录分隔符为双反斜杠\\)
  
 
    5、添加之后,配置页面上会有对应的显示。
  
 
    6、然后重启Firefox使设置生效。重启之后,R:\TEMP下面就多一个Cache目录
   


    btw, about:cache可以查看Firefox的cache信息


谋智社区 » Blog Archives » 火狐快捷键,请大家帮忙补充;-P
http://blog.mozilla.com/chinacommunity/archives/413
1:网址后缀.org和.net的自动完成


我们知道,如果我们在地址栏输入google,然后按下Ctrl+Enter ,然后浏览器就会转到www.google.com。 但是如果我们想对网址输入.org或者.net后缀呢?在火狐中,Shift+Enter 会自动给网址后缀加入.net ,Ctrl+Shift+Enter会自动给网址后缀加入.org。所以如果你想去Problogger,只需要在火狐地址栏输入该单词,然后按下 Shift+Enter。


2:Alt+D


你可以使用该快捷键直接把光标转到火狐的地址栏。非常有用。


Firefox:隐藏标签图标 – 网页浏览 – ~Q-蛇(^-^)巢-Q~
http://www.cublog.cn/u/9465/showart_403958.html



如何隐藏firefox 标签栏和书签栏的图标 – 疑难解答∣美化资源求索 – 格调网∣美化论坛 电脑主题下载∣电脑主题设计∣电脑主题软件∣电脑主题图标∣电脑主题壁纸∣电脑主题皮肤∣桌面主题屏保—格调网 – 美化学院
http://bbs.dzart.net/thread-62076-1-1.html
/* 1. 隐藏标签图标 */


.tabbrowser-tabs .tab-icon {
  display: none;
}



/* 2. 只隐藏默认标签图标(没有自设站点图标) */


.tabbrowser-tabs *|tab:not([image]) .tab-icon {
  display: none;
}



Firefox配置文件 – Ubuntu中文
http://wiki.ubuntu.org.cn/Firefox%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6
隐藏”书签工具栏文件夹”


在文件userChrome.css中加入


.bookmark-item[id = "NC:PersonalToolbarFolder"] {display: none !important;}


[编辑] 停止按钮无效时隐藏


#stop-button[disabled="true"] { display: none; }


[编辑] 删除主页按钮


#home-button { display: none; }


[编辑] 隐藏转到按钮


#go-container { display: none; }


[编辑] 活动指示器不活动时隐藏


活动指示器(主窗口右上角处)


#navigator-throbber:not([busy]) { display: none; }


[编辑] 标签栏移动到底部


 /* Display the tabbar at the bottom */
#content > tabbox {-moz-box-direction: reverse;}



 

标签:
WPF自定义控件 - 二月 25, 2010 by yippee

Silverlight游戏设计:(二)场景编辑器让游戏开发更美好 – - CSDN博客
http://blog.csdn.net/alamiye010/archive/2010/02/21/5315477.aspx



VC++基于微软语音引擎开发语音识别总结 – Windows 平台资深软件构架师,CSDN著名技术专家,黑暗伯爵-尹成的专栏 – CSDN博客
http://blog.csdn.net/yincheng01/archive/2010/02/20/5313204.aspx



[C#技术分享] 给自己的软件添加后门
http://topic.csdn.net/u/20100222/16/4987a53a-09e4-4b8e-89a8-2bf1a16af952_2.html



WDF开发USB设备驱动教程(2) – 《张佩》 的专栏 – CSDN博客
http://blog.csdn.net/changpei/archive/2010/02/22/5317811.aspx



拼图游戏演示
http://msdn.microsoft.com/zh-cn/library/ms771766.aspx



WPF自定义控件 – wmjcom的专栏 – CSDN博客
http://blog.csdn.net/wmjcom/archive/2009/06/15/4270104.aspx



wpf自定义控件
http://social.microsoft.com/Forums/fr-FR/wpfzhchs/thread/d9cc9388-080a-4406-9085-65a308e60786



WPF自定义控件-ZOL博客
http://blog.zol.com.cn/1222/article_1221468.html



WPF自定义控件 —— 装饰器 – 咖喱块 – 博客园
http://www.cnblogs.com/Curry/archive/2009/09/16/WPFDecorator.html
AdornerLayer


wpf – Release: WPF Toolkit – February 2010 Release
http://wpf.codeplex.com/releases/view/40535



Drag WPF Popup control – Stack Overflow
http://stackoverflow.com/questions/222029/drag-wpf-popup-control



msnp-sharp – Project Hosting on Google Code
http://code.google.com/p/msnp-sharp/
MSNPSharp is a .net library that implements the MSN protocol. It’s the continuation of project DotMSN started in 2002. Today, we have more than 10,000,000 users around the world using services developed based on our library.


Latest MSNP18 Release: 3.0.2 (04 Feb 2010)
Legacy MSNP15 Release: 2.5.8 (30 Oct 2009)
Developing Version: 3.1.DEV (Mid of 2010)


[分享]读取邮箱通讯录、MSN好友列表
http://topic.csdn.net/u/20100221/15/732E9F5A-23B5-419A-B2F1-E8060A966635.html



 

标签:
WPF Toolkit - 二月 24, 2010 by yippee

[WPF] 用自定义Panel更好地处理Resize时的行为 – 木-叶 – 博客园
http://www.cnblogs.com/nankezhishi/archive/2010/01/18/customPanelforResize.html



Thumb Class (System.Windows.Controls.Primitives)
http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.thumb.aspx



Generic WPF Drag and Drop Adorner – Like pancakes…
http://blogs.claritycon.com/blogs/lee_roth/archive/2009/03/31/generic-wpf-drag-and-drop-adorner.aspx



David Hill’s WebLog : Acropolis Floating Layout Pane Sample
http://blogs.msdn.com/dphill/archive/2007/09/20/acropolis-floating-layout-pane-sample.aspx



WPF中的拖放(三) | .NET开发者
http://www.dotnetdev.cn/2010/02/wpf%e4%b8%ad%e7%9a%84%e6%8b%96%e6%94%be%ef%bc%88%e4%b8%89%ef%bc%89/



WPF中的拖放(二) | .NET开发者
http://www.dotnetdev.cn/2010/02/wpf%e4%b8%ad%e7%9a%84%e6%8b%96%e6%94%be%ef%bc%88%e4%ba%8c%ef%bc%89/



WPF中的拖放(一) | .NET开发者
http://www.dotnetdev.cn/2010/02/wpf%e4%b8%ad%e7%9a%84%e6%8b%96%e6%94%be%ef%bc%88%e4%b8%80%ef%bc%89/
PreviewMouseMove


WPF使用代码进行绑定 | .NET开发者
http://www.dotnetdev.cn/2010/02/wpf%e4%bd%bf%e7%94%a8%e4%bb%a3%e7%a0%81%e8%bf%9b%e8%a1%8c%e7%bb%91%e5%ae%9a/



WPF Toolkit 之 DataGrid (GridView) 简单示例 – 冯瑞涛的博客 – JavaEye技术网站
http://terryfeng.javaeye.com/blog/516245



WPF控件开发之自定义控件–ASP.NET-WEB开发-计算机学习网-育龙网
http://it.china-b.com/web/aspnet/20090612/85671_1.html



WPF自定义控件 —— 布局(1) – 豆豆网
http://tech.ddvip.com/2009-04/1239884847115430.html



 

标签:
Silverlight开发环境 - 二月 20, 2010 by yippee

构建Silverlight开发环境,.Net技术文章,Asp.net系列教程,Asp.net
http://www.diybl.com/course/4_webprogram/asp.net/netjs/2008410/108944.html



Silverlight 4 Beta : The Official Microsoft Silverlight Site
http://www.silverlight.net/getstarted/silverlight-4-beta/
Silverlight 4 Beta Information


On November 18, 2009, at the Professional Developer’s Conference in Los Angeles, Microsoft Corp. unveiled a Beta version Silverlight 4. This latest version delivers hundreds of features and controls that, when combined with the continued innovation in Microsoft’s world-class tools for designers and developers — Microsoft Visual Studio and Microsoft Expression Blend – present the leading edge in rapid, powerful application development. With printing support, rich reporting and charting, and integration with back-end systems and server products including Microsoft SharePoint, Silverlight is ready for business.


What’s New in Silverlight 4? | Get the Tools | Getting Started with Silverlight 4


Note


This is a developer beta release only! This release of Silverlight 4 Beta is a developer release. What this means is that there is no “go-live” licensing available and the end-user runtime of Silverlight 4 is not available. The tools below are intended for software developers only.
What’s New in Silverlight 4 Beta?


Silverlight 4 delivers a full suite of powerful capabilities to business application developers, bringing the best-of-breed .NET platform to browser-based experiences. Silverlight provides an ideal platform for developing and deploying modern business applications for both customer facing and staff-facing applications.
Business Application Development


Silverlight 4 consolidates its position as the natural choice for building business applications on the Web:
New Features for Application Developers


    * Comprehensive printing support enabling hardcopy reports and documents as well as a virtual print view, independent of screen content.
    * A full set of forms controls with over 60 customizable, styleable components. New controls include RichTextbox with hyperlinks, images and editing and Masked textbox for complex field validation. Enhanced controls include DataGrid with sortable/resizeable columns and copy/paste rows.
    * WCF RIA Services introduces enterprise class networking and data access for building n-tier applications including transactions, paging of data, WCF and HTTP enhancements.
    * Localization enhancements with Bi-Directional text, Right-to-Left support and complex scripts such as Arabic, Hebrew and Thai and 30 new languages.
    * The .NET Common Runtime (CLR) now enables the same compiled code to be run on the desktop and Silverlight without change.
    * Enhanced databinding support increases flexibility and productivity through data grouping/editing and string formatting within bindings.
    * Managed Extensibility Framework supports building large composite applications.
    * Exclusive tooling support for Silverlight, new in Visual Studio 2010. Including a full editable design surface, drag & drop data-binding, automatically bound controls, datasource selection, integration with Expression Blend styling resources, Silverlight project support and full IntelliSense.


Developer tools


    * Fully editable design surface for drawing out controls and layouts.
    * Rich property grid and new editors for values
    * Drag and drop support for databinding and automatically creating bound controls such as listbox, datagrid. New datasources window and picker.
    * Easy to pick styles and resources to make a good looking application based on designer resources built in Expression Blend.
    * Built in project support for Silverlight applications
    * Editor with full intellisense for XAML and C# and VB languages.


Empowering richer, more interactive experiences


Silverlight is already in use as a comprehensive platform for building rich experiences both for application and pure media scenarios including HD quality, interactive video through Smooth Streaming. Silverlight 4 introduces additional capabilities to enable creation of ever more rich, appealing high-performance interactive experiences and innovative media experiences:


    * Fluid interface enhancements advance application usability through animation effects.
    * Webcam and microphone to allow sharing of video and audio for instance for chat or customer service applications.
    * Audio and video local recording capabilities capture RAW video without requiring server interaction, enabling a wide range of end-user interaction and communication scenarios for example video conferencing.
    * Bring data in to your application with features such as copy and paste or drag and drop.
    * Long lists can now be scrolled effortlessly with the mouse wheel.
    * Support conventional desktop interaction models through new features such as right-click context menu.
    * Support for Google’s Chrome browser.
    * Performance optimizations mean Silverlight 4 applications start quicker and run 200% faster than the equivalent Silverlight 3 application.
    * Multi-touch support enables a range of gestures and touch interactions to be integrated into user experiences.
    * Multicast networking, enabling Enterprises to lower the cost of streaming broadcast events such as company meetings and training, interoperating seamlessly with existing Windows Media Server streaming infrastructure.
    * Content protection for H.264 media through Silverlight DRM powered by PlayReady.
    * Output protection for audio/video streams allowing content owners or distributors to ensure protected content is only viewed through a secure video connection.


Move beyond the browser


Silverlight 3 pioneered the delivery of a new class of Rich Internet Applications to work on the desktop without additional code or runtimes. Silverlight 4 extends this capability:
For Sandboxed applications


    * Place HTML within your application enabling much tighter integration with content from web servers such as email, help and reports.
    * Provide support for ‘toast’ notification windows, allowing applications to communicate status or change information while the user is working on another application through a popup window on the taskbar.
    * Offline DRM, extending the existing Silverlight DRM powered by PlayReady technology to work offline. Protected content can be delivered with a persistent license so that users can go offline immediately and start enjoying their content.
    * Control over aspects of UI include window settings such as start position, size and chrome.


For Trusted applications


    * Read and write files to the user’s MyDocuments, MyMusic, MyPictures and MyVideos folder (or equivalent for non-windows platforms) for example storage of media files and taking local copies of reports.
    * Run other desktop programs such as Office, for example requesting Outlook to send an email, send a report to Word or data to Excel.
    * COM automation enables access to devices and other system capabilities by calling into application components; for instance to access a USB security card reader.
    * A new user interface for requesting application privileges access outside the standard Silverlight sandbox.
    * Group policy objects allow organizations to tailor which applications may have elevated trust.
    * Full keyboard support in fullscreen mode richer kiosk and media applications.
    * Enhancements to networking allow cross-domain access without a security policy file.


To learn more about these features, visit the PDC09 site to view sessions from the conference!


Below is more detailed information on where you can get the Beta and resources to help you get started learning.
Get the Tools!


To get started you’ll first want to download the tools to make Silverlight 4 Beta development productive for you.


IMPORTANT DEVELOPER NOTE:


Visual Studio 2010 can be installed side-by-side with Visual Studio 2008 SP1. For Silverlight 4 development, you will need Visual Studio 2010. Please read the known issue on installing Visual Studio 2010 if you already have the Silverlight 3 SDK installed.


Ensure that you have Visual Studio 2010 Beta 2 or Visual Web Developer Express 2010 Beta 2 installed as it is a prerequisite for developing Silverlight 4 Beta applications using Visual Studio. Below are the additional tools you’ll want to get started:


    * Silverlight 4 Beta Tools for Visual Studio 2010
      This will install the developer runtime of Silverlight 4 Beta, the Visual Studio project support and the Silverlight 4 SDK. If you are developing Silverlight 4 Beta applications, this will be the minimum you want to install!


    * Windows Runtime or Mac Runtime
      If you installed the tools above, you will get the developer runtime and there is no need to install again. These downloads are being made available for test machines for the Windows and Mac platforms for your applications.


    * Microsoft Expression Blend for .NET 4 Preview
      This is a preview version of Expression Blend that will enable authoring of Silverlight 4 Beta applications.


    * Silverlight Toolkit
      The toolkit has been updated to provide support for Visual Studio 2010 and Silverlight 4 beta development. The Toolkit provides numerous controls for your application and source code is also included for these controls using an Open Source license.


    * WCF RIA Services
      Microsoft WCF RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. The RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations. It also provides end-to-end support for common tasks such as data validation, authentication and roles by integrating with Silverlight components on the client and ASP.NET on the mid-tier.


    * Online Silverlight 4 Beta Documentation


    * Offline CHM help Silverlight 4 Beta Documentation file download


Once you have the tools you need to get started, view more information below to walk you through some of the new features in detail and download some sample code.


Balder 0.8.8.6 is out
http://www.ingebrigtsen.info/post/2010/02/08/Balder-0886-is-out.aspx



Silverlight demo show(众多可在线欣赏的好例子) – innhyul – 博客园
http://www.cnblogs.com/innhyul/archive/2010/02/08/1665915.html



建立类似Office 2010界面的silverlight 应用 step-3 – 我和未来有约会 – 博客园
http://www.cnblogs.com/nasa/archive/2010/02/06/create-Office2010UI-silverlight-app-step-3.html



Prism研究(for WPF & Silverlight) 1-3 – 包建强的开源地带 – 博客园
http://www.cnblogs.com/Jax/archive/2009/05/25/1488797.html



Prism研究(for WPF & Silverlight)4.从Hello World开始(实战篇) – 包建强的开源地带 – 博客园
http://www.cnblogs.com/Jax/archive/2009/05/30/1491921.html



Silverlight 3 中“宋体”等中文字体的使用 – 洪星的博客(原创版,新闻除外) – 博客园
http://www.cnblogs.com/hongcing/archive/2010/02/02/1662140.html



Prism研究(for WPF & Silverlight) 1-3 – 包建强的开源地带 – 博客园
http://www.cnblogs.com/Jax/archive/2009/05/25/1488797.html



 

标签:
Android模擬器 - 二月 19, 2010 by yippee

實際演練Android模擬器之操作實際演練Android模擬器之操作__问吧_博客精选_技术文章_中国学网
http://ww.xue163.com/html/20091218/3120231.html



Android模拟器介绍和基本使用-八个雅鹿
http://www.bageyalu.com/group_thread/view/id-98993



SDK(ANDROID模拟器)使用教程 – 交流/讨论/互助 – 安卓网 Android(安致)分享论坛,Android 软件,ROM,最大的 Android(安致)资源论坛,尽在-HiAPK安卓网 – Powered by Discuz!
http://www.hiapk.com/bbs/thread-296-1-1.html



安裝 Android 开发工具 – CSDN开源频道
http://opensource.csdn.net/docs/article/11538



建立一個 Android 项目 – CSDN开源频道
http://opensource.csdn.net/docs/article/11547



开发Android第二步,安装 java , apache ant, Eclipse 及在模拟器安装编译程序_唤醒之魔法师_百度空间
http://hi.baidu.com/minyuanyang/blog/item/a17f4deef6a98df1b3fb95dc.html



开发Android第二步,安装 java , apache ant, Eclipse 及在模拟器安装编译程序 – 白活随笔 – CSDN博客
http://blog.csdn.net/baihuo/archive/2009/10/22/4711190.aspx
转载  开发Android第二步,安装 java , apache ant, Eclipse 及在模拟器安装编译程序 收藏


转自:http://bbs.weiphone.com/read.php?tid=518612


开发Android第二步,安装 java , apache ant, Eclipse 及在模拟器安装编译程序


Android SDK 编译及安装程序主要有两个方法,(A) 用 Apache Ant  (B) 用 Eclipse IDE。


首先介绍的 (A) Apache Ant


windows 方法
(1) 下载及安装 (Java SE Development Kit) JDK 6 Update 16
http://java.sun.com/javase/downloads/index.jsp


现时的版本是
Java SE Development Kit 6u16
jdk-6u16-windows-i586.exe


(2) 下载及安装 apache ant  http://ant.apache.org/bindownload.cgi
现时的版本是 apache-ant-1.7.1-bin.zip


安装方法 : 解压后放在 C:\Android\ 下


(3) 修改 PATH 环境变量 ,加上  (可参考 http://bbs.weiphone.com/read.php?tid=499864 )
复制代码


   1. ;C:\Android\android-sdk-windows-1.6_r1\tools;C:\Android\apache-ant-1.7.1\bin;


 


(4) 安装JDK6后, 增加 JAVA_HOME 环境变量 ,為
C:\Program Files\Java\jdk1.6.0_16


(5) Windows 进入command prompt 及建立 C:\Android\Projects\  目录及將示例源代码安装在C:\Android\Projects\ 目录下
复制代码


   1. mkdir C:\Android\Projects
   2. xcopy /s C:\Android\android-sdk-windows-1.6_r1\platforms\android-1.6\samples\*.* C:\Android\Projects\


 


(6) 打开模拟器, 用 HTC Magic skin 缩小至0.8
复制代码


   1. emulator -avd my_avd1.6 -skin HVGA-P-HTCMagic -scale 0.8


 


(7) Windows 进入command prompt 及更新 NotePad 项目
复制代码


   1. cd C:\Android\Projects\samples
   2. android update project –name NotePad –target 2 –path NotePad


 


(8)  模拟器安装 NotePad 项目
复制代码


   1. cd C:\Android\Projects\samples\NotePad
   2. ant debug
   3. ant install


 


(9) 模拟器删除NotePad项目有两个方法


(9.1) 模拟器删除项目方法一, 先在 C:\Android\Projects\samples\NotePad 目录下建立 build.properties 文件, 内容如下
复制代码


   1. # This file is used to override default values used by the Ant build system.
   2. #
   3. # This file must be checked in Version Control Systems, as it is
   4. # integral to the build system of your project.
   5.
   6. # The name of your application package as defined in the manifest.
   7. # Used by the ‘uninstall’ rule.
   8. application-package=com.example.android.notepad
   9.
  10. # The name of the source folder.
  11. #source-folder=src
  12.
  13. # The name of the output folder.
  14. #out-folder=bin


 


用 ant 删除NotePad项目
复制代码


   1. cd C:\Android\Projects\samples\NotePad
   2. ant uninstall


 


(9.2) 模拟器删除项目方法二, 先检查模拟器已安装项目
复制代码


   1. cd C:\Android\android-sdk-windows-1.6_r1\tools;
   2. adb shell ls data/app/*.apk



会看见这句
data/app/com.example.android.notepad.apk


用 adb 删除NotePad项目
复制代码


   1. cd C:\Android\android-sdk-windows-1.6_r1\tools;
   2. adb shell rm data/app/com.example.android.notepad.apk


 


(10) 第(8)点编译方法更可尝试安装其他 Android 书本的源代码项目
http://bbs.weiphone.com/read.php?tid=516048


例如下载Hello Android 的源代码  eband-code.zip


解压后放在 C:\Android\Projects\ 目录下
复制代码


   1. cd C:\Android\Projects\code
   2. android update project –name Sudokuv4 –target 2 –path Sudokuv4
   3. cd C:\Android\Projects\code\Sudokuv4
   4. ant debug
   5. ant install


 


sudoku



删除模拟器安装项目请参考第(9)点


mac / linux 方法


linux最主要分别
(i) 是要安装 apache ant 及 sun java jdk,如果有 debian 可开启 Terminal 用 apt-get 安装
复制代码


   1. sudo apt-get update
   2. sudo apt-get install build-essential ant
   3. sudo apt-get install sun-java6-jdk


 


mac 的 sun java sdk 及 apache ant 在安装 xCode 时已有


(ii) 手工修改环境变量
vi ~/.bash_profile

PATH=~/Android/android-sdk-mac_x86-1.6_r1/tools:”${PATH}”

PATH=~/Android/android-sdk-linux_x86-1.6_r1/tools:”${PATH}”


(iii) 其他的与windows方法相似



(B) Eclipse IDE
Eclipse 是一个完整的 Android 开发环境
(1) 安装 Eclipse 请参考
Google Android SDK 开发范例大全 (第 2 章)
ch02.pdf.zip (1145 K) 下载次数:4


其他源代码项目下载方法 : http://bbs.weiphone.com/read.php?tid=516048


(2) 新 Android 编译项目
File 菜单 -> New 菜单 -> Project 菜单 -> Android Project 选项
创建新项目选项 Create New Project in Workspace
从已有的项目资料来源创建新项目 Create New project from Existing Source (可用作安装其他Android书本的源代码项目)


(3) 改变模拟器选项,例如: -scale 0.8 -skin  HVGA-P-HTCMagic
Run 菜单 -> Run Configurations 菜单 -> Target 选项 -> Additional Emulator Command Line Options 填入选项


(4) 创建及管理 AVD Android Virtual Device (虚拟设备) 包括 Target,skin 及 SD卡
Windows 菜单 -> Android SDK and AVD Manager 菜单


个人android之notepad作品-(1)创建、删除、更新记事簿,Linux技术文章,Linux系列教程,Linux
http://www.diybl.com/course/6_system/linux/Linuxjs/2008819/136318.html



Android平台应用开发实例:Notepad(2) – 51CTO.COM
http://developer.51cto.com/art/200904/118012_1.htm



倒骑的驴的空间 — 首贴》android初探:NotePad Tutorial
http://my.oschina.net/daoqidelv/blog/2243



开发Android第二步,安装 java , apache ant, Eclipse 及在模拟器安装编译程序|Google手机综合讨论区 – 威锋网 全球最大的iPhone论坛-WeiPhone威锋网
http://bbs.weiphone.com/read-htm-tid-518612.html



Android应用程序示例:NotePad记事本_忘忧草_新浪博客
http://blog.sina.com.cn/s/blog_3d39db59010092ka.html



Android平台运用 开发实例:Notepad – windows mobile – 清风网络
http://www.vipcn.com/caozuoxitong/windows-mobile/328466_2.html



Android模拟器调试与真机调试 — Windows Live
http://xy0811.spaces.live.com/blog/cns!F8AECD2A067A6B17!1359.entry



Android开发工具Dev Tools介绍 – 开发者在线 – www.builder.com.cn
http://www.builder.com.cn/2008/0925/1152100.shtml



建立一個 Android 项目 – CSDN开源频道
http://opensource.csdn.net/docs/article/11547
選擇 「New」 選項後,在「Android Application」項目下方會多出一筆執行項目。


我們可以在 Name 欄位上輸入一個代表這個環境參數的名稱,在此我們輸入與專案名稱相同的「ApiDemos」。


在「Project」欄位右方,點選「Browse…」按鈕,開啟「專案選擇」(Project Selection)視窗,選擇「ApiDemos」專案並點選「OK」按鈕,以選擇要執行的專案。


在 「Launch Action」 選單中,確認預設選擇的是「Launch Default Activity」。


至此我們就完成了模擬器環境參數的設定。 點選右下角的「Debug」按鈕,Eclipse 就會啟動 Android 模擬器。


小技巧:


    在選單列中,也可以選擇設定「Run Configuration…」選項。這時我們得到的是一個幾乎完全相同的環境參數設定畫面,只是右下角的「Debug」按鈕變成了「Run」按鈕。「Debug」與「Run」模式的環境參數設定可以共用,差別在於「Debug」模式下可以使用在之後章節中會介紹的 logd,來顯示一些開發時所需的額外訊息。


 


Android中文文档:开发和调试(eclipse) – vekincheng的日志 – 网易博客
http://vekincheng.blog.163.com/blog/static/360499232009318102045265/
为程序附加调试器


这一节我们介绍如何在屏幕上显示调试信息(例如CPU使用率),以及如何将IDE和模拟器上运行的程序关联起来。


使用eclipse插件可以自动的生成调试器。但你也可以通过配置IDES来监听调试端口得到调试信息。


启动Dalvik Debug Monitor Server (DDMS) 工具 ,它在IDE和模拟器之间扮演着端口转换服务的角色。?
设置模拟器调试配置选项。例如,等到调试信息被加载后才启动应用程序。注意,很多调试选项无需DDMS也可以使用,例如模拟器上显示CPU的使用效率,或者屏幕的刷新频率。
配置IDE,使得调试时IDE与8700端口关联 .how to set up Eclipse to debug your project. 包含以下信息。


配置IDE附加调试端口
DDMS将为每一个虚拟机分配一个特殊的调试端口,这个端口在模拟器上可以找到。你必须将你的IDE与此端口(虚拟机上信息栏中有列出这些端口)关联或者是默认的端口8700。这样可以使IDE 连接到模拟器上程序列表中的任一个程序。


你的IDE需要能够关联模拟器上正在运行的程序,显示它的线程,并允许你挂起它,检查它的状态,设置断点。如果你在开发设置面板选择了“等待调试”,应用程序将等到Eclipse连接后才运行,所以你需要在连接之前设置断点。


修改正在调试的程序,或者在当前程序运行时选择“等待调试”将引起系统杀死这个应用程序。如果你的程序处于一种坏的状态,你可以使用方式杀死它,方法很简单,只需要设置和钩掉复选框。



ubuntu下,android源码开发问题_王子6号_百度空间
http://hi.baidu.com/%CD%F5%D7%D36%BA%C5/blog/item/7e24b897b63ebc6755fb9691.html
lunch 1   # to build the emulator
emulator &  # you should see a GUI picture of a phone
ddms &     # you should get a splufty debugging console
然后在eclipse中配置调试类型和端口:
在 Run->Debug Configurations->Remote java application上双击,然后,”Host:”设为 localhost,”Port:”设为8700,”Connection Type”为Standard(Socket Attach)
然后“Apply”
注意,在点击”Debug”时苦出错,说8700端口被占用,那么把DDMS程序关掉,重新打开DDMS就OK了。如果提供连不到VM错误时,请注意,要先在DDMS中选中某一进程(对应某一应用程序),才能在eclipse执行 Debug。 这里也需要说明的是,我无论如何也不能以8700连接上调试器,但是在DDMS的进程里发现新启用一个里面的应用程序,就会新生成一个程序端口格式是如:“8609/8700”的,于是我把debug里的端口改成了8609,对这个程序进行断点调试的时候是成功了。不知道原作者这里做的8700调试是怎么弄的。
在eclipse调试时,可以设断点、单步调试。估计google团队也是这样开发、调试android应用程序的
7、编译android源码
执行:
cd android源码目录
. build/envsetup.sh
那么就会多出mm/mmm等命令,mm/mmm用来编译模块(包括C、C++、JAVA程序)。我们也可以直接在 android源码根目录下执行“make 模块名”来编译模块。


 

标签:
Silverlight push - 二月 18, 2010 by yippee

如何用VS2008配置silverlight 开发环境
http://topic.csdn.net/u/20090730/09/23bed5e0-822c-4ddf-ae49-45528a6ba8bf.html



构建Silverlight开发环境,.Net技术文章,Asp.net系列教程,Asp.net
http://www.diybl.com/course/4_webprogram/asp.net/netjs/2008410/108944.html



Silverlight Push
http://www.udaparts.com/document/Tutorial/slpush.htm



Pushing Data to a Silverlight Client with a WCF Duplex Service – Part II – Dan Wahlin’s WebLog
http://weblogs.asp.net/dwahlin/archive/2008/06/19/pushing-data-to-a-silverlight-client-with-a-wcf-duplex-service-part-ii.aspx



利用 WCF duplex Service 【推送】数据到Siliverlight客户端 的双向通讯例子 – Shareach – 博客园
http://www.cnblogs.com/yinpengxiang/archive/2009/03/21/1418133.html



Pushing Data to a Silverlight Client with a WCF Duplex Service – Part I – Dan Wahlin’s WebLog
http://weblogs.asp.net/dwahlin/archive/2008/06/16/pushing-data-to-a-silverlight-client-with-wcf-duplex-service-part-i.aspx



[转贴]Silverlight Socket 实现收发信息 – 菩提树下的杨过.Net – 博客园
http://www.cnblogs.com/yjmyzz/archive/2009/11/23/1608522.html



C# SilverLight Socket 客户端 核心代码(此代码有BUG只能收到一次数据) – skybot的专栏 – CSDN博客
http://blog.csdn.net/daonidedie/archive/2008/10/14/3075443.aspx



Silverlight Socket 实现收发信息 – 待缘-周飞 – CSDN博客
http://blog.csdn.net/banmuhuangci/archive/2009/05/16/4192031.aspx



求一个Silverlight Socket通信的例子 或者帮我改改我写的类,谢谢
http://topic.csdn.net/u/20090916/09/6d3f77a0-c915-4c14-b1cb-479a051e5645.html
_Socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); _SendSocketAsyncEvntArgs = new SocketAsyncEventArgs(); _SendSocketAsyncEvntArgs.RemoteEndPoint = new DnsEndPoint(Application.Current.Host.Source.Host, port); _SendSocketAsyncEvntArgs.Completed += new EventHandler<SocketAsyncEventArgs>(SocketAsync_Completed); _Socket.ConnectAsync(_SendSocketAsyncEvntArgs);


CLR & Silverlight上海研发团队的Blog : Silverlight3的7个新功能
http://blogs.msdn.com/silverlightshanghai/archive/2009/03/24/silverlight3-7.aspx



 

标签:
Silverlight OpenFileDialog - 二月 17, 2010 by yippee

在silverlight中使用OpenFileDialog浏览本地图片 – 代震军BLOG – 博客园
http://www.cnblogs.com/daizhj/archive/2008/06/03/1212084.html



silverlight能够访问本地硬盘的资源么? | Silverlight中文社区
http://silverlight.cn/node/1796



http://funsl.com/blog
http://funsl.eblhost.cn/drupal/content/silverlight-4-%E6%9C%AC%E5%9C%B0%E6%96%87%E4%BB%B6%E7%B3%BB%E7%BB%9F%E8%AE%BF%E9%97%AE%E6%94%AF%E6%8C%81



http://funsl.com/blog
http://funsl.eblhost.cn/drupal/content/silverlight-4-beta-%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0%E5%AE%89%E8%A3%85
1.visual studio 2010 beta2


http://www.microsoft.com/downloads/details.aspx?FamilyID=dc333ac8-596d-41e3-ba6c-84264e761b81&displaylang=en


2.Silverlight 4 Beta Tools for Visual Studio 2010


http://go.microsoft.com/fwlink/?LinkID=177508


3.Siverlight 4 developer runtime for windows


http://silverlight.dlservice.microsoft.com/download/F/6/5/F653F7FD-AD4D-411D-8B1F-9C4B1BD69881/Silverlight_Developer.exe


4.Microsoft Expression Blend for .NET 4 Preview


http://go.microsoft.com/fwlink/?LinkId=169446


5.silverlight toolkit for silverlight 4 beta


http://silverlight.codeplex.com/


请安装所有工具前先把IIS功能添加到系统再开始按以上的顺序安装开发平台!


http://funsl.com/blog
http://funsl.eblhost.cn/drupal/content/silverlight-4-beta-%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0%E5%AE%89%E8%A3%85



silverlight如何在客户端写入文件-ASP.NET教程-数字生活
http://www.22333.com/webdevelop/30340_3.html



Save to local file system in Silverlight : The Official Microsoft Silverlight Site
http://forums.silverlight.net/forums/p/16183/68401.aspx



Tutorial: Reading Local Files in Silverlight
http://www.insidercoding.com/post/2008/08/17/Reading-Local-Files-in-Silverlight.aspx



Shri Borde’s WebLog : Saving a file to the local disk in Silverlight
http://blogs.msdn.com/shrib/archive/2007/09/25/saving-a-file-to-the-local-disk-in-silverlight.aspx



How To Read File On Local Disk : The Official Microsoft Silverlight Site
http://forums.silverlight.net/forums/p/11391/36549.aspx



Open File Dialog in Silverlight
http://www.silverlightexamples.net/post/Open-File-Dialog-in-Silverlight.aspx



Tutorial: Reading and Writing Files in Silverlight
http://www.insidercoding.com/post/2008/08/08/Tutorial-Reading-and-Writing-Files-in-Silverlight.aspx
IsolatedStorageFile


Currently Watching : The Official Microsoft Silverlight Site
http://silverlight.net/learn/videos/all/local-file-access/



详解Silverlight 2中的独立存储
http://soft.zdnet.com.cn/software_zone/2009/0204/1332042.shtml
IsolatedStorageSettings appSettings = IsolatedStorageSettings.ApplicationSettings; appSettings.Add(“mykey”,”myValue”); appSettings.Save(); IsolatedStorageSettings siteSettings = IsolatedStorageSettings.SiteSettings; siteSettings.Add(“mykey1″,”myValue1″); siteSettings.Save();


It should be fun | Accessing the local file system in Silverlight 3
http://blog.rag.no/post/Accessing-the-local-file-system-in-Silverlight-3.aspx



Jeff Prosise’s Blog : Loading Images from the Local File System in Silverlight 2.0
http://www.wintellect.com/cs/blogs/jprosise/archive/2008/03/15/loading-images-from-the-local-file-system-in-silverlight-2-0.aspx
OpenFileDialog ofd = new OpenFileDialog();


ofd.Filter = “JPEG Files (*.jpg;*.jpeg)|*.jpg;*.jpeg | All Files (*.*)|*.*”;


ofd.FilterIndex = 1;


 


if (ofd.ShowDialog() == DialogResult.OK)


{


    Stream stream = ofd.SelectedFile.OpenRead();


    BitmapImage bi = new BitmapImage();


    bi.SetSource(stream);


    MyImage.Source = bi;


    stream.Close();


}


 

标签:
Silverlight info - 二月 16, 2010 by yippee

using MediaElement play video issue : The Official Microsoft Silverlight Site
http://betaforums.silverlight.net/forums/p/108465/250221.aspx#250221



SilverBullet #8 – Accessing local files
http://geekswithblogs.net/tkokke/archive/2009/07/21/silverbullet-8-ndash-accessing-local-files.aspx



Since Silverlight 4 can read files on local machine, could it access a SDF file? – Stack Overflow
http://stackoverflow.com/questions/2109848/since-silverlight-4-can-read-files-on-local-machine-could-it-access-a-sdf-file



Pro Silverlight 2 in C# 2008 – Google Books
http://books.google.com/books?id=ehQuNr8DaFEC&pg=PA504&lpg=PA504&dq=silverlight+read+local+file+openfiledialog&source=bl&ots=9AhB0P2hYp&sig=Wp6ezaUkhxRHQiLFMTrRw_WfXug&hl=en&ei=0NlwS6f3Hs6HkAWDycD5CQ&sa=X&oi=book_result&ct=result&resnum=9&ved=0CCUQ6AEwCA#v=onepage&q=silverlight%20read%20local%20file%20openfiledialog&f=false



Silverlight Push
http://www.udaparts.com/document/Tutorial/slpush.htm



Push (Comet) or pull ? – Florent Clairambault
http://florent.clairambault.fr/push-comet-or-pull
On PHP, you can use The Ajax Push Engine.
On pure .Net environnement, you can use WCF WsDualHttpBinding to serve data.
The CometD is a stable opensource comet server project. JQuery and Dojo can consume it.
You have LightStreamer, a commercial product with a free license. It can be connected with nearly anything (the only unsupported type of server seems to be PHP) or StreamHub which has a very restrictive free license.


Using Silverlight to push data to the browser : The Official Microsoft Silverlight Site
http://forums.silverlight.net/forums/p/59294/220722.aspx



使用silverlight实现服务器推送消息_My Sight_百度空间
http://hi.baidu.com/aoca/blog/item/937e59f41de373e97709d755.html



Silverlight(23) – 2.0通信之调用WCF的双向通信(Duplex Service)(3) – 技术应用 – 豆豆网
http://tech.ddvip.com/2008-12/1229572932100964_3.html



Silverlight 3.0 “Push” Capability information – Stack Overflow
http://stackoverflow.com/questions/678504/silverlight-3-0-push-capability-information
duplex channel


Web服务器推送技术 – daojunzeng的专栏 – CSDN博客
http://blog.csdn.net/daojunzeng/archive/2009/05/12/4170516.aspx



AJAX推送与拉取方式的比较_web吧_百度贴吧
http://tieba.baidu.com/f?kz=515375247



ASP.NET and Comet: Bringing Sockets Back – CodeProject
http://www.codeproject.com/KB/aspnet/wxv_comet.aspx



Comet Daily » Blog Archive » .Net and Comet?
http://cometdaily.com/2008/02/19/net-and-comet/



Silverlight Screencasts and Training Videos : The Official Microsoft Silverlight Site
http://silverlight.net/learn/videos/silverlight-videos/



Comet Daily » Blog Archive » .Net and Comet?
http://cometdaily.com/2008/02/19/net-and-comet/



Silverlight Examples – Michael’s Blog
http://www.silverlightshow.net/items/Silverlight-Examples-Michael-s-Blog.aspx



Silverlight and push notifications – Stack Overflow
http://stackoverflow.com/questions/640488/silverlight-and-push-notifications



Comet Daily » Blog Archive » Ajax, Flex or Silverlight?
http://cometdaily.com/2009/03/30/comet-ajax-flex-and-silverlight/



Comet Daily » Blog Archive » Silverlight and Comet?
http://cometdaily.com/2008/05/16/silverlight-and-comet/



Comet:基于 HTTP 长连接的“服务器推”技术
http://www.ibm.com/developerworks/cn/web/wa-lo-comet/



 

标签:
Silverlight 开发 环境 - 二月 15, 2010 by yippee

构建Silverlight开发环境,.Net技术文章,Asp.net系列教程,Asp.net
http://www.diybl.com/course/4_webprogram/asp.net/netjs/2008410/108944.html
 一. 基于 Visual Studio 2008 构建 Silverlight 开发环境 (以下链接都是微软官方下载,需要序列号或者其他的请自己网上搜索一下)


1. 下载并安装 Visual Studio 2008


    安装 Visual Studio 2008 系统要求:


    * 操作系统: Windows Server 2003; Windows Vista; Windows XP
    * 最低配置:1.6 GHz CPU,384 MB 内存,1024×768 显示分辨率,5400 RPM 硬盘
    * 建议配置:2.2 GHz 或更快的 CPU,1024 MB 或更大的内存,1280×1024 显示分辨率,7200 RPM 或更快的硬盘
    * 在 Windows Vista 上运行的配置要求:2.4 GHz CPU,768 MB 内存


  
2. 下载并安装 Microsoft Silverlight Tools Beta 1 for Visual Studio 2008
    安装 Microsoft Silverlight Tools Beta 1 for Visual Studio 2008 系统要求:


    * 操作系统: Windows Server 2003; Windows Vista; Windows XP
    * Microsoft Visual Studio 2008 标准版以上
    * Microsoft Expression Blend [可选]



3. 下载并安装 Microsoft Expression Blend Free Trial [可选, 但是建议安装,在UI开发的时候还是比较好用的]
    安装 Microsoft Expression Blend Free Trial 系统要求:


    * 支持的操作系统: Windows Vista; Windows XP Service Pack 2


    * 最低系统要求:
          o Intel® Pentium® 或 AMD 处理器,1 GHz(带 MMX 功能)或相当的处理器
          o 512 MB RAM
          o 350 MB 可用硬盘空间
          o 支持 DirectX® 9 的图形处理器
          o 显示器分辨率 1024 x 768,24 位色


    * 建议使用以下系统:
          o Intel Pentium 或 AMD 处理器,2 GHz(带 MMX 功能)或相当的处理器
          o 1GB RAM
          o 支持 Microsoft® DirectX® 9.0 的视频卡,带 256 MB 或更多内存,例如与 ATI Radeon® X300 或 NVIDIA® GeForce 5600 级别相当或更好的视频卡
          o 显示器分辨率 1280 x 1024 或更高,32 位色


    * Windows XP 图形要求:
          o 单击“控制面板”中的“显示”。
          o 单击“设置”选项卡,然后在“颜色质量”之下,确保选中“最高(32 位)”。
          o 下一步,单击“高级”按钮,然后在“适配器”选项卡上,单击“属性”按钮。
          o 单击“驱动程序”选项卡,并查看“驱动程序日期”旁边的内容,检查日期是否晚于 11/1/2004。如果不晚于该日期,则除非升级视频驱动程序,否则系统上的视频和硬件加速不能正常使用。


    * Windows Vista图形要求:
          o 在“控制面板”的“外观和个性化”之下,单击“调整屏幕分辨率”。
          o 在“颜色”之下,确保选中“最高(32 位)”。
          o 下一步,单击“高级设置”按钮,然后在“适配器”选项卡上,单击“属性”按钮。
          o 单击“驱动程序”选项卡,并查看“驱动程序日期”旁边的内容,检查日期是否晚于 11/1/2004。如果不晚于该日期,则除非升级视频驱动程序,否则系统上的视频和硬件加速不能正常使用。



4. 创建你的第一个 Silverlight 程序


    * 创建 Silverlight 工程
          o 启动 Visual Studio 2008.
          o 打开创建工程窗口,选择 Silverlight
          o 在模板列表,选择 Silverlight Application
          o 输入保存路径,确定建立工程


    * 创建 Silverlight 宿主程序
          o 在添加Silverlight程序的窗体上,选择宿主程序类型
          o 创建一个新的Web程序作为Silverlight的宿主 或 生成一个测试网页作为Silverlight的宿主



    * 编写属于你自己的代码


轻松建立Silverlight开发环境_银光中国 – Silverlight资源社区
http://www.silverlightchina.net/html/learn/2009/0706/5.html
建立Silverlight开发环境分以下四个步骤:


1. 首先需要安装开发工具,对于Silverlight 3项目开发,必须使用 Visual Studio 2008 SP1 或者 Visual Web Developer Express with SP1 作为开发工具。在安装过程中,.Net Framework 3.5 sp1同时被安装,如果没有安装.Net Framwork 3.5 sp1需要独立下载安装。


 


2. 安装开发工具后,需要下载安装Silverlight工具开发包. 点击下载: Silverlight Tools for Visual Studio 2008 SP1, 完成Silverlight开发包安装后,Visual Studio 2008中将自动更新添加Silverlight项目开发模板,以及Silverlight SDK和相关开发环境.


 


3. 针对Silverlight 3项目,用户界面设计人员来讲,还需要安装Microsoft Expression Blend 3 . Blend是Expression配套软件,可以让界面设计人员很轻松的开发出专业的Silverlight用户界面.


 


4. 最后,需要下载Silverlight Toolkit. 该控件是微软开发的Silverlight控件扩展包.


 


完成以上安装后,即可进行Silverlight开发了.


请注意,Silverlight开发环境对于语言环境要求比较严格,在中文开发环境中,不能安装英文版本的Silverlight开发包。


 


最新Silverlight 3 英文开发包下载:  http://silverlightchina.net/html/download/books/2009/0710/56.html


最新Silverlight 3 中文开发包下载: http://silverlightchina.net/html/download/2009/0730/132.html


Silverlight Toolkit – Release: November 2009
http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36060



Expression系列软件破解方法以及附件下载_银光中国 – Silverlight资源社区
http://silverlightchina.net/html/download/code/2009/0928/197.html



 

标签: