上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: Disabling PlatformVerificationTask: If it is so useful, why will I disable it at all? Though Platform Verification Task aids the developer in identifying all the unsupported PMEs getting accessed in code at build time itself, it does add quite a bit to the build time. Ideally the developer might l.. 阅读全文
posted @ 2012-03-27 16:20 xiaofoyuan 阅读(3023) 评论(0) 推荐(2) 编辑
摘要: 1、firefoxhttp://irene.higgses.com/tag/moz-linear-gradient2、webkit(Safari4+, Chrome)http://www.cnblogs.com/wqj0405/archive/2010/09/30/1839232.html3、IEhttp://msdn.microsoft.com/en-us/library/ms530752%28v=vs.85%29.aspx 阅读全文
posted @ 2012-03-14 10:52 xiaofoyuan 阅读(204) 评论(0) 推荐(1) 编辑
摘要: 1、错误现象:为何我用 这个phonegap 出错呢?环境: visual studio 2010 express for windwos phone, sdk 7.1phonegap 1.3.0新建project 后直接编译,不通过。如图所示:2、解决方案: (1)打开命令行,并输入regedit,如图所示: (2)点击回车,打开注册表,如图所示: (3)找到"HKEY_CLASSES_ROOT"目录,找到下面的“.js”,如图所示: (4)双击“.js”文件夹,然后双击右边的“默认”,然后会显示编辑字符串对话框,在“数值数据”中输入“JSFile”点击确定,如图所示: 阅读全文
posted @ 2012-03-08 11:07 xiaofoyuan 阅读(837) 评论(4) 推荐(0) 编辑
摘要: 1、综合性技术论坛,包括windowsphone,.net,iphone,android等,网址:http://p2p.wrox.com2、windowsphone7高级编程作者Nick Randolph发表博客的网站,网址:http://www.christec.co.nz/,书中代码下载地址:http://www.wrox.com/WileyCDA/WroxTitle/Professional-Windows-Phone-7-Application-Development-Building-Applications-and-Games-Using-Visual-Studio-Silverl 阅读全文
posted @ 2012-02-23 09:45 xiaofoyuan 阅读(247) 评论(0) 推荐(0) 编辑
摘要: privateIsolatedStorageSettings setting = IsolatedStorageSettings.ApplicationSettings;//创建键值对对象//存储键值对public void WirteIsolatedStorageSetting(string key, object value) { try { if (!setting.Contains(key))//根据键名判断键是否存在 { setting.Add(key, value);//添加新的键值对数据 } else {... 阅读全文
posted @ 2012-02-20 10:02 xiaofoyuan 阅读(530) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 使用webclient下载图片 /// </summary> /// <param name="zimgName">图片名称</param> /// <param name="zimgURL">图片地址</param> public void WriteZImg(string zimgName, string zimgURL) { try { //声明图片保存路径变量 string imageSavePath = string.Empty; usi 阅读全文
posted @ 2012-02-02 15:42 xiaofoyuan 阅读(1022) 评论(0) 推荐(2) 编辑
摘要: http://www.oschina.net/开源软件社区http://www.coolxap.com/国产wp7软件论坛http://silverlightchina.net/银光中国http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-applicationAsp.Net(mobile) 阅读全文
posted @ 2012-02-02 10:06 xiaofoyuan 阅读(243) 评论(0) 推荐(0) 编辑
摘要: http://www.soaspx.com/dotnet/asp.net/tech/tech_20100415_3808.html 阅读全文
posted @ 2012-01-29 17:07 xiaofoyuan 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://jonas.follesoe.no/2011/07/22/qr-code-scanning-on-windows-phone-75-using-zxlib/示例代码下载地址:https://github.com/follesoe/WinPhoneSamples/tree/master/ScannerDemo 阅读全文
posted @ 2012-01-09 16:48 xiaofoyuan 阅读(369) 评论(0) 推荐(1) 编辑
摘要: http://msdn.microsoft.com/en-us/library/hh202956(v=VS.92).aspx 阅读全文
posted @ 2012-01-06 16:06 xiaofoyuan 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页