- 浏览: 1525355 次
- 性别:
- 来自: 杭州
文章分类
- 全部博客 (525)
- SEO (16)
- JAVA-EE-Hibernate (6)
- JAVA-EE-Struts (29)
- JAVA-EE-Spring (15)
- Linux (37)
- JAVA-SE (29)
- NetWork (1)
- CMS (14)
- Semantic Research (3)
- RIA-Flex (0)
- Ajax-Extjs (4)
- Ajax-Jquery (1)
- www.godaddy.com (0)
- SSH (34)
- JavaScript (6)
- SoftwareEngineer (9)
- CMMI (0)
- IDE-Myeclipse (3)
- PHP (1)
- Algorithm (3)
- C/C++ (18)
- Concept&Items (2)
- Useful WebSite (1)
- ApacheServer (2)
- CodeReading (1)
- Socket (2)
- UML (10)
- PowerDesigner (1)
- Repository (19)
- MySQL (3)
- SqlServer (0)
- Society (1)
- Tomcat (7)
- WebService (5)
- JBoss (1)
- FCKeditor (1)
- PS/DW/CD/FW (0)
- DesignPattern (11)
- WebSite_Security (1)
- WordPress (5)
- WebConstruction (3)
- XML|XSD (7)
- Android (0)
- Project-In-Action (9)
- DatabaseDesign (3)
- taglib (7)
- DIV+CSS (10)
- Silverlight (52)
- JSON (7)
- VC++ (8)
- C# (8)
- LINQ (1)
- WCF&SOA (5)
- .NET (20)
- SOA (1)
- Mashup (2)
- RegEx (6)
- Psychology (5)
- Stock (1)
- Google (2)
- Interview (4)
- HTML5 (1)
- Marketing (4)
- Vaadin (2)
- Agile (2)
- Apache-common (6)
- ANTLR (0)
- REST (1)
- HtmlAnalysis (18)
- csv-export (3)
- Nucth (3)
- Xpath (1)
- Velocity (6)
- ASP.NET (9)
- Product (2)
- CSS (1)
最新评论
-
lt26w:
理解成门面模式应该比较容易明白吧
FacadePattern-Java代码实例讲解 -
lt26w:
看下面的例子比较明白.
FacadePattern-Java代码实例讲解 -
javaloverkehui:
这也叫文档,别逗我行吗,也就自己看看。
HtmlCleaner API -
SE_XiaoFeng:
至少也应该写个注释吧。
HtmlCleaner API -
jfzshandong:
...
org.springframework.web.filter.CharacterEncodingFilter 配置
<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="myvid.Page" Width="1443" Height="693" Background="#FFE27575" xmlns:vsm="clr-namespace:System.Windows;assembly=System.Windows" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Name="userControl"> <UserControl.Resources> <Style x:Key="mybutton" TargetType="Button"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="Button"> <Grid> <vsm:VisualStateManager.VisualStateGroups> <vsm:VisualStateGroup x:Name="FocusStates"> <vsm:VisualState x:Name="Unfocused"/> <vsm:VisualState x:Name="Focused"/> </vsm:VisualStateGroup> <vsm:VisualStateGroup x:Name="CommonStates"> <vsm:VisualStateGroup.Transitions> <vsm:VisualTransition GeneratedDuration="00:00:00.2000000"/> </vsm:VisualStateGroup.Transitions> <vsm:VisualState x:Name="MouseOver"> <Storyboard> <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)"> <SplineColorKeyFrame KeyTime="00:00:00" Value="#FF10F9E4"/> </ColorAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Offset)"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/> </DoubleAnimationUsingKeyFrames> <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)"> <SplineColorKeyFrame KeyTime="00:00:00" Value="#990EFBFB"/> </ColorAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Offset)"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.174"/> </DoubleAnimationUsingKeyFrames> <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="rectangle1" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)"> <SplineColorKeyFrame KeyTime="00:00:00" Value="#FF121213"/> </ColorAnimationUsingKeyFrames> </Storyboard> </vsm:VisualState> <vsm:VisualState x:Name="Normal"/> <vsm:VisualState x:Name="Pressed"> <Storyboard> <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="rectangle1" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)"> <SplineColorKeyFrame KeyTime="00:00:00" Value="#FFC1DDEB"/> </ColorAnimationUsingKeyFrames> </Storyboard> </vsm:VisualState> <vsm:VisualState x:Name="Disabled"/> </vsm:VisualStateGroup> </vsm:VisualStateManager.VisualStateGroups> <Rectangle Fill="#FF090A0A" Height="40" Margin="8,15,19,0" VerticalAlignment="Top" RenderTransformOrigin="0.5,-0.643" Stroke="#FF000000" RadiusX="5" RadiusY="5" x:Name="rectangle1"/> <Rectangle Margin="17,21,28,17" Stroke="#FF000000" RadiusX="5" RadiusY="5" x:Name="rectangle"> <Rectangle.Fill> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.491,-0.154"> <GradientStop Color="#FF000000"/> <GradientStop Color="#FFFFFFFF" Offset="1"/> <GradientStop Color="#FF0DCEBD" Offset="0.82999998331069946"/> <GradientStop Color="#FE000404" Offset="0.017999999225139618"/> </LinearGradientBrush> </Rectangle.Fill> </Rectangle> <ContentPresenter RenderTransformOrigin="-0.179,0.812" d:LayoutOverrides="Width" Margin="30,25,39,17"/> </Grid> </ControlTemplate> </Setter.Value> </Setter> </Style> <Storyboard x:Name="Storyboard1"> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.114"/> <SplineDoubleKeyFrame KeyTime="00:00:00.1000000" Value="0.219"/> <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0.317"/> <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0.384"/> <SplineDoubleKeyFrame KeyTime="00:00:00.4000000" Value="0.579"/> <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0.677"/> <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="0.789"/> <SplineDoubleKeyFrame KeyTime="00:00:00.7000000" Value="0.895"/> <SplineDoubleKeyFrame KeyTime="00:00:00.8000000" Value="0.95"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.116"/> <SplineDoubleKeyFrame KeyTime="00:00:00.1000000" Value="0.221"/> <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0.318"/> <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0.384"/> <SplineDoubleKeyFrame KeyTime="00:00:00.4000000" Value="0.579"/> <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0.677"/> <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="0.789"/> <SplineDoubleKeyFrame KeyTime="00:00:00.7000000" Value="0.895"/> <SplineDoubleKeyFrame KeyTime="00:00:00.8000000" Value="0.95"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="-153"/> <SplineDoubleKeyFrame KeyTime="00:00:00.1000000" Value="-127.165"/> <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="-103.33"/> <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="-87.001"/> <SplineDoubleKeyFrame KeyTime="00:00:00.4000000" Value="-39.002"/> <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="-15.002"/> <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="12.498"/> <SplineDoubleKeyFrame KeyTime="00:00:00.7000000" Value="38.498"/> <SplineDoubleKeyFrame KeyTime="00:00:00.8000000" Value="51.998"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Duration="00:00:00.0010000"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Duration="00:00:00.0010000"> <SplineDoubleKeyFrame KeyTime="00:00:00" Value="-21.5"/> </DoubleAnimationUsingKeyFrames> </Storyboard> </UserControl.Resources> <UserControl.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform/> <RotateTransform/> <TranslateTransform/> </TransformGroup> </UserControl.RenderTransform> <Grid x:Name="LayoutRoot" Background="#FF1C1A1A"> <Grid Background="#FF0C0B0B" Margin="423,105,530,175" x:Name="grid" RenderTransformOrigin="0.5,0.5" d:LayoutOverrides="Height"> <Grid.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform/> <RotateTransform/> <TranslateTransform/> </TransformGroup> </Grid.RenderTransform> <MediaElement Margin="0,0,0,53" x:Name="_24286_wmv" Opacity="0.8" Source="24286.wmv" Stretch="Fill" d:LayoutOverrides="Width, Height" AutoPlay="False"/> <Button Height="64" HorizontalAlignment="Left" Style="{StaticResource mybutton}" VerticalAlignment="Bottom" Width="97" Content="开始" Click="onstart" RenderTransformOrigin="0.46,0.609" FontFamily="Arial" FontSize="14" FontWeight="Normal" Foreground="#FFE2F9E4"/> <Button Height="64" HorizontalAlignment="Left" Margin="68,0,0,0" Style="{StaticResource mybutton}" VerticalAlignment="Bottom" Width="97" FontFamily="Arial" FontSize="14" FontWeight="Bold" Foreground="#FFF6D4D3" Content="暂停" Click="onpause"/> <Button Height="64" HorizontalAlignment="Left" Margin="137,0,0,0" Style="{StaticResource mybutton}" VerticalAlignment="Bottom" Width="97" FontSize="14" Foreground="#FFF61B09" Content="结束" Click="onstop"/> <Button Height="3" HorizontalAlignment="Left" Margin="212,0,0,12" VerticalAlignment="Bottom" Width="0" Content="Button"/> <Button FontSize="14" Height="67" HorizontalAlignment="Right" Style="{StaticResource mybutton}" VerticalAlignment="Bottom" Width="102" Content="全屏" Margin="0,0,-13,-3" Background="#FFEEF3F7" Foreground="#FFFDF2F2" Click="fullsrc"> <Button.BorderBrush> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FFA3AEB9"/> <GradientStop Color="#FF8399A9" Offset="0.375"/> <GradientStop Color="#FF718597" Offset="0.375"/> <GradientStop Color="#FFDEE7EE" Offset="1"/> </LinearGradientBrush> </Button.BorderBrush> </Button> <Slider Height="9" VerticalAlignment="Bottom" Margin="234,0,93,26"/> </Grid> <Image Margin="287,243.999,0,0" Source="cd1624df242b5f7295ee3770.jpg" Stretch="Fill" Width="101.446" HorizontalAlignment="Left" RenderTransformOrigin="0.5,0.5" VerticalAlignment="Top" Height="68" Opacity="0.8"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0.23"/> <RotateTransform/> <TranslateTransform Y="-1.504"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Margin="260,157.995,0,0" Source="Winter.jpg" Stretch="Fill" Width="49.678" HorizontalAlignment="Left" RenderTransformOrigin="0.5,0.5" VerticalAlignment="Top" Height="42.966" Opacity="0.6"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-1.746"/> <RotateTransform/> <TranslateTransform Y="-3.97"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="74.966" HorizontalAlignment="Left" Margin="149,243.999,0,0" Width="86.678" RenderTransformOrigin="0.5,0.5" Source="Winter.jpg" Stretch="Fill" Opacity="0.85" VerticalAlignment="Top"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-0.721"/> <RotateTransform Angle="0.071"/> <TranslateTransform Y="-2.48" X="-0.003"/> </TransformGroup> </Image.RenderTransform> </Image> <Image HorizontalAlignment="Left" Margin="158,143.002,0,0" Width="62.239" RenderTransformOrigin="0.5,0.5" Source="cd1624df242b5f7295ee3770.jpg" Stretch="Fill" Opacity="0.6" VerticalAlignment="Top" Height="42"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-1.002"/> <RotateTransform/> <TranslateTransform Y="-2.483"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Margin="338,105,0,0" Source="Sunset.jpg" Stretch="Fill" Width="49.667" HorizontalAlignment="Left" VerticalAlignment="Top" Height="37.25" Opacity="0.2" RenderTransformOrigin="1.108,0.345"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0"/> <RotateTransform/> <TranslateTransform Y="0"/> </TransformGroup> </Image.RenderTransform> </Image> <Image HorizontalAlignment="Left" Margin="237,0,0,188.001" Width="128.334" Opacity="1" RenderTransformOrigin="1.108,0.345" Source="Sunset.jpg" Stretch="Fill" VerticalAlignment="Bottom" Height="96.06"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0.129"/> <RotateTransform/> <TranslateTransform Y="-3.33"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="68" HorizontalAlignment="Right" Margin="0,243.999,189,0" VerticalAlignment="Top" Width="101.446" Opacity="0.8" RenderTransformOrigin="0.5,0.5" Source="cd1624df242b5f7295ee3770.jpg" Stretch="Fill"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0.23"/> <RotateTransform/> <TranslateTransform Y="-1.504"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="42.966" HorizontalAlignment="Right" Margin="0,157.995,329,0" VerticalAlignment="Top" Width="49.678" Opacity="0.6" RenderTransformOrigin="0.5,0.5" Source="Winter.jpg" Stretch="Fill"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-1.746"/> <RotateTransform/> <TranslateTransform Y="-3.97"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="74.966" HorizontalAlignment="Left" Margin="149,243.999,0,0" Width="86.678" RenderTransformOrigin="0.5,0.5" Source="Winter.jpg" Stretch="Fill" VerticalAlignment="Top" Opacity="0.85"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-0.721"/> <RotateTransform Angle="0.071"/> <TranslateTransform Y="-2.48" X="-0.003"/> </TransformGroup> </Image.RenderTransform> </Image> <Image HorizontalAlignment="Right" Margin="0,244.002,329,0" Width="62.239" RenderTransformOrigin="0.5,0.5" Source="cd1624df242b5f7295ee3770.jpg" Stretch="Fill" Height="42" VerticalAlignment="Top" Opacity="0.6"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-1.002"/> <RotateTransform/> <TranslateTransform Y="-2.483"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="37.25" HorizontalAlignment="Right" Margin="0,128,231,0" VerticalAlignment="Top" Width="49.667" Opacity="0.2" RenderTransformOrigin="1.108,0.345" Source="Sunset.jpg" Stretch="Fill"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0"/> <RotateTransform/> <TranslateTransform Y="0"/> </TransformGroup> </Image.RenderTransform> </Image> <Image HorizontalAlignment="Right" Margin="0,323.996,297,273.004" Width="128.334" Opacity="1" RenderTransformOrigin="1.108,0.345" Source="Sunset.jpg" Stretch="Fill" Height="96.06"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0.129"/> <RotateTransform/> <TranslateTransform Y="-3.33"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="74.966" HorizontalAlignment="Right" Margin="0,0,165,175" Width="86.678" RenderTransformOrigin="0.5,0.5" Source="Winter.jpg" Stretch="Fill" Opacity="0.85" VerticalAlignment="Bottom"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-0.721"/> <RotateTransform Angle="0.071"/> <TranslateTransform Y="-2.48" X="-0.003"/> </TransformGroup> </Image.RenderTransform> </Image> <Image HorizontalAlignment="Right" Margin="0,57,387,0" Width="83.765" Opacity="0.8" RenderTransformOrigin="0.5,0.5" Source="cd1624df242b5f7295ee3770.jpg" Stretch="Fill" Height="56.149" VerticalAlignment="Top"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="0.23"/> <RotateTransform/> <TranslateTransform Y="-1.504"/> </TransformGroup> </Image.RenderTransform> </Image> <Image Height="74.966" HorizontalAlignment="Left" Margin="92,0,0,229.002" Width="86.678" RenderTransformOrigin="0.5,0.5" Source="Winter.jpg" Stretch="Fill" Opacity="0.85" VerticalAlignment="Bottom"> <Image.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform AngleY="-0.721"/> <RotateTransform Angle="0.071"/> <TranslateTransform Y="-2.48" X="-0.003"/> </TransformGroup> </Image.RenderTransform> </Image> </Grid> </UserControl>
1. using System; 2. using System.Windows; 3. using System.Windows.Controls; 4. using System.Windows.Documents; 5. using System.Windows.Ink; 6. using System.Windows.Input; 7. using System.Windows.Media; 8. using System.Windows.Media.Animation; 9. using System.Windows.Shapes; 10. using System.Windows.Interop; 11. namespace myvid 12. { 13. public partial class Page : UserControl 14. { 15. public Page() 16. { 17. // 需要初始化变量 18. InitializeComponent(); 19. Storyboard1.Begin(); 20. } 21. 22. private void onstart(object sender, RoutedEventArgs e) 23. { 24. 25. _24286_wmv.Play(); 26. 27. } 28. 29. private void onpause(object sender, RoutedEventArgs e) 30. { 31. 32. _24286_wmv.Pause(); 33. 34. 35. } 36. 37. private void onstop(object sender, RoutedEventArgs e) 38. { 39. _24286_wmv.Stop(); 40. } 41. 42. private void fullsrc(object sender, RoutedEventArgs e) 43. { 44. Content contendobject = Application.Current.Host.Content; 45. contendobject.IsFullScreen = !contendobject.IsFullScreen; 46. } 47. } 48. }
发表评论
-
SilverLight异步调用WebService出错!
2010-01-19 12:58 5394SilverLight异步调用WebService出错! ... -
Silverlight播放器 C#语言
2010-01-13 13:30 3292这段时间研究Silverlight中的MediaElement ... -
使用Silverlight,制作简单播放器的一点点心得。
2010-01-13 13:28 3646首先介绍什么是Silverligh ... -
新开发的silverlight视频播放器,
2010-01-13 13:21 4476http://www.chenjiliang.com/Arti ... -
Silverlight教程第四部分:使用 Style 元素更好地封装观感
2010-01-12 22:11 1263Silverlight教程第四部分 ... -
Silverlight Carousel: Creating a Silverlight Control Displays Picture in an Inte
2010-01-12 18:18 1885http://www.codeproject.com/KB/s ... -
Using projection to build a 3D carousel in Silverlight 3
2010-01-12 18:14 2322http://ww ... -
CoverFlow – built using Silverlight 3's 'Projection' feature
2010-01-12 18:11 1881CoverFlow – built using Silver ... -
silverlight动画播放停止重播等控制
2010-01-06 12:38 1379ani.begin() ani.stop(); ani. ... -
silverlight速学范例100
2010-01-06 12:37 1269silverlight速学范例100 ... -
Silverlight 中的 HTTP 通信和安全
2010-01-04 23:43 2001Silverlight 中的 HTTP 通信和安全 < ... -
Visual Studio的 诡异bug(mscorlib无法引用)引发的对话 and Silverlight XAML 构造出错
2010-01-04 09:25 4118... -
Silverlight常见问题及解决方法
2009-12-22 14:06 1268Silverlight常见问题及解决方法 ... -
网上常用免费webservice 查询
2009-12-22 12:47 4592网上常用免费webservice 查询 2008-11 ... -
必应 Bing 新特性之最新文章, Wolfram|Alpha 整合, 天气搜索等已推出
2009-12-21 23:33 1516必应 Bing 增加了一项“最新文章”的搜索结果特性,例如下图 ... -
下载silverlight官网的全部视频教程
2009-12-21 23:30 14846Silverlight官网提供了许 ... -
Silverlight客户端和WCF服务器端共享类库
2009-12-21 23:21 1825在Silverlight企业级项目开发中,访问数据库是很常见的 ... -
Create a Silverlight Europe weather map
2009-12-21 22:55 1581I don’t generally fi ... -
必应地图图片系统(Tile System)之二
2009-12-21 22:53 2313【坐标系和地图图片编 ... -
必应地图SilverLight控件入门讲座之六:显示街景(Streetside)
2009-12-21 22:51 4868必应地图SilverLight控件入门讲座之六:显示街景(St ...
相关推荐
Android中滑屏初探 ---- scrollTo 以及 scrollBy方法使用说明 Android中滑屏初探 ---- scrollTo 以及 scrollBy方法使用说明 Android中滑屏初探 ---- scrollTo 以及 scrollBy方法使用说明
Springboot初探---FreeMarker 之 HelloWorld,很好的资源
广播文化类线性节目”本土化”初探------以陕西交通广播”长安处处有故事”为例.zip
广播文化类线性节目”本土化”初探------以陕西交通广播”长安处处有故事”为例.doc
90年代至新世纪我国谈话类节目 主广播文化类线性节目”本土化”初探------以陕西交通广播”长安处处有故事”为例持风格的演进.zip
人事档案社会化管理初探--也谈人档分离-论文.zip
小程序在博物馆展览中的潜力初探--以故宫博物院端门数字馆导览小程序为例
基于大数据思维的银行监管数据应用初探--以3种数据挖掘技术为例.pdf
心理援助热线标准化管理流程建设初探--北京市心理援助热线电脑操作系统介绍.pdf
网络安全人才的多元主体协同育人初探--以中国网络空间安全人才教育联盟为例.pdf
基于微信雨课堂的混合式教学模式初探--以《单片机原理与应用》课程为例.pdf
### 初探uCOS-II:嵌入式操作系统的基础与应用 #### 一、uCOS-II简介 uCOS-II,全称MicroC/OS-II,是一款专门为嵌入式系统设计的操作系统内核。它由Jean J. Labrosse创建,并在开源社区中得到了广泛的认可和支持。...
多环芳烃多介质迁移归趋定量模拟初探--以上海市为例,于英鹏,刘敏,利用Level III环境多介质逸度模型模拟稳态、定量输入条件下上海市环境介质中16种多环芳烃富集、迁移归趋过程及规律特征。结果表明:�
"COM技术初探--简单的COM实例" COM(Component Object Model,组件对象模型)是一种软件架构模型,用于实现跨语言、跨平台的组件复用。下面是COM技术初探的相关知识点: 1. COM是什么? COM的全称是Component ...
这篇论文“广播文化类线性节目‘本土化’初探——以陕西交通广播‘长安处处有故事’为例”深入探讨了广播节目如何在保持文化特色的同时实现本土化的策略与实践。通过对陕西交通广播的“长安处处有故事”节目的案例...
这篇以“跨境电商课程教学实践初探--以莆田学院商务英语专业《敦煌网平台体验指南》为例”的主题,旨在探讨如何将跨境电商的理论与实践结合到高等教育中,特别是在商务英语专业的教育中。 首先,我们要理解跨境电商...
【基础西班牙语】课堂教学模式改革初探 《基础西班牙语》是西班牙语专业低年级阶段的核心课程,旨在全面培养学生在听、说、读、写、译五个方面的基本技能,注重听说结合,提升学生的综合语言素质。自2014年9月起,...