2014年8月6日
摘要: 最近研究windows phone rt 技术 就顺手做了个脸萌。(资源文件是从安卓的apk包解压出来的。。。未做任何修改。。。)做好了就发布到市场去了;可能是触动了某些人的利益,然后某人疯了一样 各种骂人 各种@微博上的微软技术专家;然后微软技术专家各种袒护MSP 然后各种盗版 死全家的话 开始在... 阅读全文
posted @ 2014-08-06 10:04 蔚蓝海 阅读(4575) 评论(69) 推荐(29) 编辑
  2014年1月5日
摘要: public void ExecuteAction(ActionExecutionContext context) { var eventArgs = (KeyEventArgs)context.EventArgs; if (eventArgs.Key != Key.Enter) return; //Execute Actions... } 阅读全文
posted @ 2014-01-05 01:33 蔚蓝海 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-01-05 01:00 蔚蓝海 阅读(179) 评论(0) 推荐(0) 编辑
  2013年11月29日
摘要: 阅读全文
posted @ 2013-11-29 13:11 蔚蓝海 阅读(740) 评论(0) 推荐(0) 编辑
  2013年11月25日
摘要: using System.IO;using System.Text;using System.Net;using System.Threading.Tasks;using System.Windows.Controls;using Windows.Storage;namespace System.Windows.Media.Imaging{ /// /// ImageExtension图片附加属性 /// public class ImageExtension : DependencyObject { private const string W... 阅读全文
posted @ 2013-11-25 11:12 蔚蓝海 阅读(525) 评论(1) 推荐(2) 编辑
  2013年11月21日
摘要: 页面跳转LLS 结合 CM 使用方法事件处理 阅读全文
posted @ 2013-11-21 11:52 蔚蓝海 阅读(193) 评论(0) 推荐(0) 编辑
  2013年11月8日
摘要: http://wp.qmatteoq.com/first-steps-with-caliburn-micro-in-windows-phone-8-the-theory/ 阅读全文
posted @ 2013-11-08 18:05 蔚蓝海 阅读(114) 评论(0) 推荐(0) 编辑
  2013年9月24日
摘要: In the WPF example the Popup and the ToggleButton (the arrow on the right) are bound with the property IsDropDownOpen:在模版里面设置<Popup IsOpen="{TemplateBinding IsDropDownOpen}" ...<ToggleButton IsChecked="{Binding Path=IsDropDownOpen,Mode=TwoWay,RelativeSource={RelativeSource Templ 阅读全文
posted @ 2013-09-24 15:55 蔚蓝海 阅读(1064) 评论(0) 推荐(0) 编辑
  2012年11月13日
摘要: 地图仅供演示,研究使用。如要商用 请联系厂商。public class AMapLayer : TiledMapServiceLayer { private const double cornerCoordinate = 20037508.342787; public override void Initialize() { this.FullExtent = new ESRI.ArcGIS.Client.Geometry.Envelope(-20037508.342787, -20037508.3427... 阅读全文
posted @ 2012-11-13 12:01 蔚蓝海 阅读(1696) 评论(1) 推荐(1) 编辑
  2012年11月7日
摘要: //本篇博客仅在技术上探讨可行性 //如果要使用Q地图,请联系相关厂商 public class QQMapLayer : TiledMapServiceLayer { private const double cornerCoordinate = 20037508.342787; public override void Initialize() { this.FullExtent = new ESRI.ArcGIS.Client.Geometry.Envelope(-20037508.342787, -2003750... 阅读全文
posted @ 2012-11-07 16:39 蔚蓝海 阅读(945) 评论(0) 推荐(0) 编辑