E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
silverlight
MMORPG programming in
Silverlight
Tutorial (13)Perfect moving mechanism
Now it is time to resolve the issue left in chapter 8, when there are no obstructions between the distinction and original place, the sprite still use A* algorithm to find path, rat
·
2015-11-13 05:15
silverlight
MMORPG programming in
Silverlight
Tutorial (12)Map Instance (Part I)
I introduced how to create map in the game in the previous chapters. The difficulty is the implementation inside the map, such as obstructions. Let me introduce
·
2015-11-13 05:15
silverlight
MMORPG programming in
Silverlight
Tutorial (11) Map Mask
I introduce map presentation in the previous chapters. In general, it is enough to simple games; but we need to spend more energy on the map to simulate real world and achieve more
·
2015-11-13 05:14
silverlight
MMORPG programming in
Silverlight
Tutorial (10)Implement the sprite’s 2D animation (Part IV)
Now it is time to introduce how to integrate A* Algorithm into the sprite’s 2D animation. If you follow my tutorial from the beginning, you will find it is easy.
·
2015-11-13 05:13
silverlight
MMORPG programming in
Silverlight
Tutorial (9)KeyFrame Animation
In the last chapter, I introduce A* algorithm, so the object can find the shortest path itself, I print the path array on the canvas. This chapter I will animate the object to pass
·
2015-11-13 05:12
silverlight
MMORPG programming in
Silverlight
Tutorial (8)A* Algorithm
From this chapter, I will introduce map engine, it refer to 2 aspects, as follows: 1) Implementation the map. Including map’s splitting, composing and rendering
·
2015-11-13 05:12
silverlight
MMORPG programming in
Silverlight
Tutorial (7)Perfect animation
In the last 6 chapters, we cover many techniques, including the object moving from one place to another one, and the sprite’s own animation. This chapter I will merge both of them,
·
2015-11-13 05:11
silverlight
MMORPG programming in
Silverlight
Tutorial (4)Implement the sprite’s 2D animation (Part I)
By studying the first 3 chapters, we master how to create the object’s moving animation dynamically. In this chapter, I will introduce how to implement object’s own animation. &nbs
·
2015-11-13 05:09
silverlight
MMORPG programming in
Silverlight
Tutorial (5)Implement the sprite’s 2D animation (Part II)
Another method to implement the sprite’s 2D animation is called Image Clipped. Let’s join all the 8 small pictures in to one large picture, the new dimension is
·
2015-11-13 05:09
silverlight
MMORPG programming in
Silverlight
Tutorial (3)Animate the object (Part III)
3) DispatcherTimer The last method is DispatcherTimer, it is also an animation base on UI thread, frame by frame, but it is different from CompositionTarget. Maybe you still rememb
·
2015-11-13 05:08
silverlight
MMORPG programming in
Silverlight
Tutorial Context
Tuorial Context (0)Foreword (1)Animate the object (Part I) (2)Animate the object (Part II) (3)Animate the object
·
2015-11-13 05:07
silverlight
MMORPG programming in
Silverlight
Tutorial (2)Animate the object (Part II)
2) CompositionTarget The second method to create animation is by CompositionTarget. In official document, CompositionTarget object can create custom animation by
·
2015-11-13 05:07
silverlight
MMORPG programming in
Silverlight
Tutorial (1)Animate the object (Part I)
It make many people puzzled “
Silverlight
is just Mi
·
2015-11-13 05:06
silverlight
Silverlight
游戏研究笔记
最近研究深蓝色左手的《C#开发WPF/
Silverlight
动画及游戏系列教程》 http://www.cnblogs.com/alamiye010/archive/2009/06/17/1505346
·
2015-11-13 05:05
silverlight
Prism研究(for WPF &
Silverlight
)9.Command批判
对于Command,WPF和
Silverlight
不太一样,因为后者不支
·
2015-11-13 05:04
silverlight
对于C#中b=a的N种情况分析
本文旨在验证一个容易混淆的概念,从而为《玩转WPF/
Silverlight
中INotifyPropertyChanged和ObservableCollection
·
2015-11-13 05:03
C#
Command之必杀技——AttachedBehavior
(一)前言 最简单的Command,是由Prism为
Silverlight
提供的,执行ButtonBase的Click事件。
·
2015-11-13 05:02
command
从Event折腾到Command
(一)传统编程模型 在传统的窗体编程模型中,包括ASP.NET、Winform、WPF和
Silverlight
,Visual Studio
·
2015-11-13 05:01
command
Prism研究(for WPF &
Silverlight
)8.Event机制
终于说到Event了。阅读本篇之前,请参阅我的另一篇关于事件的文章:CLR笔记:10.事件 Prism自带的示例与MVP模式的耦合性太大了,以至于看不出Prism框架中独特的Event机制。于是,我自己写了一个超级简单的Sample,以飨读者。 示例代码下载:code.zip &
·
2015-11-13 05:57
silverlight
Prism研究(for WPF &
Silverlight
)6.StockTrader RI研究
这套项目源码是Prism框架自带的,涵盖了我们在进行Prism开发时所遇到的绝大部分实际问题。以下若干篇是我近半个月对StockTrader RI(简称RI)研究的系列文章集合,预计共有15篇左右,一并附属于《Prism研究》系列专题之下。 目录:
·
2015-11-13 05:55
silverlight
Prism研究(for WPF &
Silverlight
)7.View Injection和View Discovery
一切从这里开始。Prism文档对于这两个概念的解释着实有些扯淡,甚至自相抵牾,还是不要看了,乖乖听额讲吧。 我们晓得,每个Module中,实现了IModule接口的Module类,都要实现该接口的Initialize方法,一方面要注册一些自定义的接口和实现了该接口的类,为接下来的依赖注入做准备;另一方面,就是为Regio
·
2015-11-13 05:55
silverlight
在新浪博客上尝试嵌入
Silverlight
应用
由于一个活动的缘故,想要在新浪博客上嵌入一个
Silverlight
应用,结果是是基本做成了。
·
2015-11-13 04:57
silverlight
《银光志》阅读笔记
最近开始学习
Silverlight
,并做一个应用
Silverlight
的小项目。风云的《银光志》是我在这个过程中主要使用的参考书。总的来说,这本书很不错,可是在实践过程中发现了几个问题。
·
2015-11-13 04:57
笔记
Silverlight
Unit test Template
刚刚装了VS2010+
Silverlight
4 Tools,想研究一下
Silverlight
的Unit Test框架,发现这个框架集成到了
Silverlight
Toolkit中,于是又装上了Toolkit
·
2015-11-13 04:03
silverlight
如何解决Button不响应MouseLeftButtonDown与MouseLeftButtonUp事件的问题
引用http://www.cnblogs.com/wsdj-ittech/archive/2009/07/15/1524112.html 在
Silverlight
2和3 中的按钮不能响应MouseLeftButtonDown
·
2015-11-13 04:02
button
代码重构之没有理由拒绝Lambda表达式
最近开始做一些
Silverlight
的应用项目,发现在
Silverlight
和后台代码交互时大量使用的是异步回调的方式;而异步处理特别是需要有返回结果,比如调用webService返回
·
2015-11-13 04:27
lambda
WCF RIA Services使用详解
Services 3.1.2 WCF Ria Services如何生成客户端代码 3.1.3 如何使用WCF Ria Services 3.2 实战WCF Ria Services开发 3.2.1 使用
Silverlight
·
2015-11-13 04:58
service
《深入浅出WPF》学习笔记一XAML和控件基础
最近学习win8开发,偶然发现同事桌上一本《深入浅出WPF》就随手翻看了几页,发现此书非一般,全是讲的WPF的实现原理, 给我这个学习
Silverlight
半知半解的人来说,看了之后豁然开朗
·
2015-11-13 03:05
学习笔记
Silverlight
中Image控件Stretch属性的四种值比较
通过设置Image控件Stretch属性的值可以控制图片的显示形式: 包含的值:None、Fill、Uniform、UniformToFill View Code <Grid x:Name="LayoutRoot" Background="White" Height="489&quo
·
2015-11-13 03:03
silverlight
最新
SilverLight
开发环境配置
SilverLight
是个好东西。开发环境的配置困扰我一段时间。以前虽然配置成功,可是都是乱来一气,自己都不知道怎么成功的,到底需要哪些东西。
·
2015-11-13 03:17
silverlight
Silverlight
WCF 返回HTTP 404错误
原文地址:http://blogs.microsoft.co.il/blogs/bursteg/archive/2008/07/19/
Silverlight
-WCF-HTTP-404.aspx
·
2015-11-13 03:12
silverlight
如何:在网页中嵌入
Silverlight
视频
你对
Silverlight
Streaming熟悉么?如果答案是否定的话那么你就应该开始学习使用它了。
·
2015-11-13 03:12
silverlight
ZZ:使用.NET语言开发
Silverlight
应用程序入门(一):了解项目结构
(本文转载自
Silverlight
上海开发团队Blog,是“使用.NET语言开发
Silverlight
应用程序入门”系列之第一篇。
·
2015-11-13 03:27
silverlight
ZZ:使用.NET语言开发
Silverlight
应用程序入门(二):界面和对象模型
(本文转载自
Silverlight
上海开发团队Blog,是“使用.NET语言开发
Silverlight
应用程序入门”系列之第二篇。
·
2015-11-13 03:26
silverlight
Silverlight
1.1正式更名为
Silverlight
2.0
详情请参看下面两篇Blog: http://weblogs.asp.net/scottgu/archive/2007/11/29/net-web-product-roadmap-asp-net-
silverlight
-iis7
·
2015-11-13 03:21
silverlight
一起学Windows Phone7开发(十三.二 按钮控件)
在
Silverlight
中有多种按钮控件,这些控件在Windows phone7中也都得到了很好的支持。
·
2015-11-13 03:40
windows phone
一起学Windows Phone7(十三.控件)
Windows Phone7提供了丰富的
silverlight
控件,但是和
silverlight
又有一定的区别的
·
2015-11-13 03:39
windows
phone
一起学Windows Phone 7开发(八.BingMap控件)
对于微软的BingMap来说,目前有多个版本可用( Bing Maps AJAX Control , Bing Maps
Silverlight
Control , Bing Maps Web
·
2015-11-13 03:35
windows phone
一起学Windows phone7开发(五.一个时钟的例子)
Express blend工具是开发
silverlight
Ui的重要工具,在这里有一个从
silverlight
移植过来的时钟小例子可以看出在Phone7上这个工具一样也很重要并且可以提高开发效率
·
2015-11-13 03:33
windows
phone
一起学Windows Phone 7开发(六.Isolate Storage)
答案是只能使用
silverlight
的特色功能Isolate Storage来保存文本文件、XML文件或INI文件的方式来替代了。 其实使用Isolate Storage的最大
·
2015-11-13 03:33
windows phone
一起学Windows phone 7开发(四. DeepZoom)
DeepZoom 是
silverlight
的特色功能之一,也同样被加到了windows phone 7 中来。这个功能现在应该算是phone7 Ui 的主要功能了吧。
·
2015-11-13 03:32
windows
phone
一起学Windows phone 7开发(三.页面)
WP7的窗体已经和Mobile 没有一点儿相同的地方了,它是由
silverlight
生成的网页式的窗口——页面。
·
2015-11-13 03:31
windows phone
5月29日活动感想
不知道是巧合与否,还是暗示了什么,两场活动一个是关于 HTML5的,一个是关于BLEND的,BLEND这边就算是代表了
Silverlight
或者RIA吧,就这样两场活动就这样冲突到了一起。
·
2015-11-13 03:47
活动
从Event折腾到Command
(一)传统编程模型 在传统的窗体编程模型中,包括.NET、Winform、WPF和
Silverlight
,Visual Studio会为我们分别提供不同的项目模板,如下所示:
·
2015-11-13 03:58
command
ListBox的ScrollIntoView方法
Silverlight
中可以通过ScrollIntoView方法来定位具体的某一项。
·
2015-11-13 03:19
listbox
Silverlight
之 断点调试
silverlight
程序经常会遇到无法调试的情况,下面来总结解决方案。
·
2015-11-13 02:17
silverlight
Silverlight
之 浅析
一、
silverlight
定义及作用
silverlight
用XAML来做前端界面,用.NET或者JS作为程序脚本支持,在浏览器内外运行的应用
·
2015-11-13 02:16
silverlight
Silverlight
之 新建项目解析
新建一个
silverlight
项目(项目名称为
Silverlight
Test)后,若在" 新建
Silverlight
应用程序窗口
·
2015-11-13 02:16
silverlight
Silverlight
之 创建
Silverlight
项目文件是您可以使用不同工具来创建和编辑的文本文件。
·
2015-11-13 02:15
silverlight
Silverlight
:telerik RadControls中RadGridView的一个Bug及解决办法
当RadGridView中嵌套RadComboBox,且RadGridView的高度不够出现滚动条时,上下拉动滚动条后,RadComboBox中的选中值将丢失! 如下图: 滚动条未拖动前 滚动条上下拖动后(注意下图的高亮部分) 重现该Bug的测试代码: Model层 TextValueObject.cs
·
2015-11-13 02:29
silverlight
上一页
32
33
34
35
36
37
38
39
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他