会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
新的天空
博客园
首页
新随笔
联系
订阅
管理
2019年12月3日
C#微信小程序 笔记1
摘要: 客户端打开小程序的时候,就将代码包下载到本地进行解析,首先找到了根目录的 app.json ,知道了小程序的所有页面。 转载是为了当前方便学习查找:https://www.cnblogs.com/ZaraNet/p/10470648.html?spm=a2c4e.10696291.0.0.1b6a1
阅读全文
posted @ 2019-12-03 22:45 回忆过去
阅读(451)
评论(0)
推荐(0)
2014年7月13日
安卓项目结构
摘要:
阅读全文
posted @ 2014-07-13 15:14 回忆过去
阅读(256)
评论(0)
推荐(0)
2010年6月29日
Silverlight 4正式版下载转
摘要: Silverlight4正式版下载silverlight4sl4正式版下载sl4官方下载sl4视频教程分类:Silverlight微软发布Silverlight 4正式版。 Silverlight 4仅支持在Visual Studio 2010下开发,所以,首先要 下载安装VS2010 . 然后下载 Silverlight 4。Silverlight 4开发包官方下载。Silverlight 4支...
阅读全文
posted @ 2010-06-29 21:10 回忆过去
阅读(810)
评论(1)
推荐(0)
2010年5月19日
silverlight的TranslateTransform 的使用
摘要: 注意TransformGroup Blend自动创建,红色可缩写为<TranslateTransform X="-30" Y="20"/> <Canvas x:Name="LayoutRoot" Background="White"> <Rectangle Stroke="#FF000000" RadiusX="5" RadiusY="5" Height="200" ...
阅读全文
posted @ 2010-05-19 22:32 回忆过去
阅读(487)
评论(0)
推荐(1)
2010年5月10日
Silverlight中Grid.RowDefinitions和Grid.Row
摘要: 定义5行 <Grid.RowDefinitions> <RowDefinition Height="80"/> <RowDefinition Height="80"/> <RowDefinition Height="80"/> <RowDefinition Height="80"/> <RowDefinition Height="8...
阅读全文
posted @ 2010-05-10 21:23 回忆过去
阅读(2911)
评论(0)
推荐(1)
2010年5月5日
Silverlight dependency property属性的定义
摘要: 具体如下:public static readonly DependencyProperty IsSpinningProperty = DependencyProperty.Register( "IsSpinning", typeof(Boolean), typeof(SilverlightExampleClass), null );public bool IsSpinning{ get { r...
阅读全文
posted @ 2010-05-05 20:06 回忆过去
阅读(455)
评论(0)
推荐(0)
2010年5月4日
2个Silverlight非官方UI工具
摘要: 2个 Silverlight非官方UI工具http://www.infragistics.com/resources/fireworks-xaml-exporter.aspx#FireworkstoXAMLExporterhttp://www.mikeswanson.com/XAMLExport/
阅读全文
posted @ 2010-05-04 22:01 回忆过去
阅读(368)
评论(0)
推荐(0)
RIA Services 和Bing Maps Silverlight 下载地址
摘要: 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://...
阅读全文
posted @ 2010-05-04 21:10 回忆过去
阅读(315)
评论(0)
推荐(0)
Silverlight3 网址链接转向
摘要: Silverlight3: HtmlPage.Window.Navigate("链接地址", "_blank");另:HtmlPage.Document。。。以前的版本不需要调用Window,Document等Silverlight1:好像这样 HtmlPage.Navigate("链接地址", "_blank");
阅读全文
posted @ 2010-05-04 20:23 回忆过去
阅读(192)
评论(0)
推荐(0)
2010年5月3日
Silverlight 3引用类库的几个问题
摘要: DataContract类型需要引用 System.ServiceModel.Web[DataContract][KnownType(typeof(ConnectionDisconnectionRequest))][KnownType(typeof(ConnectionReply))][KnownType(typeof(ConnectionDisconnectionNotification))][...
阅读全文
posted @ 2010-05-03 22:58 回忆过去
阅读(446)
评论(0)
推荐(0)
下一页
公告