摘要:
客户端打开小程序的时候,就将代码包下载到本地进行解析,首先找到了根目录的 app.json ,知道了小程序的所有页面。 转载是为了当前方便学习查找:https://www.cnblogs.com/ZaraNet/p/10470648.html?spm=a2c4e.10696291.0.0.1b6a1 阅读全文
摘要:
Silverlight4正式版下载silverlight4sl4正式版下载sl4官方下载sl4视频教程分类:Silverlight微软发布Silverlight 4正式版。 Silverlight 4仅支持在Visual Studio 2010下开发,所以,首先要 下载安装VS2010 . 然后下载 Silverlight 4。Silverlight 4开发包官方下载。Silverlight 4支... 阅读全文
摘要:
注意TransformGroup Blend自动创建,红色可缩写为<TranslateTransform X="-30" Y="20"/> <Canvas x:Name="LayoutRoot" Background="White"> <Rectangle Stroke="#FF000000" RadiusX="5" RadiusY="5" Height="200" ... 阅读全文
摘要:
定义5行 <Grid.RowDefinitions> <RowDefinition Height="80"/> <RowDefinition Height="80"/> <RowDefinition Height="80"/> <RowDefinition Height="80"/> <RowDefinition Height="8... 阅读全文
摘要:
具体如下:public static readonly DependencyProperty IsSpinningProperty = DependencyProperty.Register( "IsSpinning", typeof(Boolean), typeof(SilverlightExampleClass), null );public bool IsSpinning{ get { r... 阅读全文
摘要:
2个 Silverlight非官方UI工具http://www.infragistics.com/resources/fireworks-xaml-exporter.aspx#FireworkstoXAMLExporterhttp://www.mikeswanson.com/XAMLExport/ 阅读全文
摘要:
WCF RIA Services Beta for Visual Studio 2008 SP1http://www.microsoft.com/downloads/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=enBing Maps Silverlight Control SDKhttp://... 阅读全文
摘要:
Silverlight3: HtmlPage.Window.Navigate("链接地址", "_blank");另:HtmlPage.Document。。。以前的版本不需要调用Window,Document等Silverlight1:好像这样 HtmlPage.Navigate("链接地址", "_blank"); 阅读全文
摘要:
DataContract类型需要引用 System.ServiceModel.Web[DataContract][KnownType(typeof(ConnectionDisconnectionRequest))][KnownType(typeof(ConnectionReply))][KnownType(typeof(ConnectionDisconnectionNotification))][... 阅读全文