阅读更多
近日,微软宣布应用商店(Windows Phone Marketplace)将新增13个“成员国”,广大开发者的用户群体又将进一步扩大。

加上此前加入的中国等6个国家,目前,MarketPlace已经覆盖了全球54个国家。根据MWC大会上微软透露的信息,接下来还会有更多国家(阿联酋,巴林,伊拉克,哈萨克斯坦,卡塔尔,沙特阿拉伯,以色列,泰国和越南)将开放Marketplace商城。


微软Windows Phone Marketplace自推出以来,在规模和范围上不断扩张,发展十分迅猛。自去年10月19日MarketPlace正式面向中国开发者开放以来,中国区的新增应用和注册用户数量都在飞速增长。中国市场正受到微软的高度重视。MarketPlace的高级负责人Mazhar Mohammed在官方博客中写到:

引用
虽然我们对这些成员国的加入感到很兴奋,但在最近加入的国家中,有一个国家值得我们特别关注,那就是中国。可能你已经知道在昨天,诺基亚和中国电信联合发布了Lumia 800C。自去年MarketPlace接受中国开发者提交应用以来,在不到三个月的时间内,中国区MarketPlace就新增了20,000个应用和15,000名注册用户。
  • 大小: 48.2 KB
0
0
评论 共 0 条 请登录后发表评论

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • org.hibernate.NonUniqueObjectException的原因与解决方法

    相比学习hibernate的童鞋都遇到过这个问题,今天遇到这个问题了,就此来总结一下。 出现这个异常的原因: 在同一个session内,如果已经有一个对象已经是持久化状态(load进来等),现在构造一个新的PO,和前一个持久化...

  • Hibernate开发中遇到org.hibernate.NonUniqueObjectException处理

    今天在项目中遇到更新数据的操作,在编码中发现...排查后发现抛出一个异常org.hibernate.NonUniqueObjectException,通过反复检查和度娘的结果发现,原来是下面的代码出错 Session session = HibernateSessionFa...

  • 初学hibernate遇到org.hibernate.NonUniqueObjectException: a different object with the

    本菜初学hibernate,结果在运行某一程序后出现如下错误:org.hibernate.NonUniqueObjectException : a different object with the same identifier value was already associated withthe session大概意思是:有不同的...

  • org.hibernate.NonUniqueObjectException: a different object with the same identifier value was alread...

    org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:…… 找其原因是因为同一个object,如一个person在seession里保存了一份,...

  • org.hibernate.NonUniqueObjectException: a different object with the same identifier value was alread

    org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:…… 找其原因是因为同一个object,如一个person在seession里保存了一份,...

  • org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the sessio

    异常:exceptionorg.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [cn.edu.bjtu.CRM.EB.po.Userinfo#4]org.hibernate....

  • Hibernate Session篇--org.hibernate.NonUniqueObjectException分析及解决

    用hibernate做修改和删除的时候,有时候会遇到 org.hibernate.NonUniqueObjectException 异常, a different object with the same identifier value was already associated with the session 可以解释为 有一个...

  • org.hibernate.NonUniqueObjectException异常解决方法(1)

    用hibernate做修改和删除的时候,有时候会遇到 org.hibernate.NonUniqueObjectException 异常,a different object with the same identifier value was already associated with the session可以解释为 有一个具有...

  • org.hibernate.NonUniqueObjectException 个人的解决办法

    用hibernate做修改和删除的时候,有时候会遇到 org.hibernate.NonUniqueObjectException 异常,a different object with the same identifier value was already associated with the session可以解释为 有一个具有...

  • Caused by: org.hibernate.TransientObjectException: The given object has a null identifier

    今天在写代码的时候又遇到了关于hibernate的操作,因为一直没有系统的学过hibernate做起来还是有些吃力。各种百度各种Google,记得以前也这样做过只不过没把当时的学到的、了解到的记录下来,看过就忘了。为了不再...

  • NonUniqueObjectException问题的解决------手动修改数据库的因果

    在公司做模块的时候遇到了NonUniqueObjectException 错误,   1. adifferentobjectwiththesameidentifiervaluewasalreadyassociatedwiththesession: 2.[com.......#1462109]; 3. nestedexceptionisorg....

  • org.springframework.orm.hibernate3.HibernateSystemException: a different object with the same identi

    net.sf.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: ......... 这样的问题不知道大家有没有遇到? SessionFactory sess

  • Hibernate错误NonUniqueObjectException的处理办法

    准备从今天开始收集JavaEE中相关的Exception,并给出解决方案,希望... 1.org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [co

  • Hibernate笔记

    org.hibernate.PropertyValueException: not-null property references a null or transient value: cn.itcast.hibernate.domain.Department.name 在hbm.xml里面写了not-null=“true”。 Hibernate.cfg.xml文件...

  • NonUniqueObjectException问题的解决

    在公司做模块的时候遇到了NonUniqueObjectException 错误, adifferentobjectwiththesameidentifiervaluewasalreadyassociatedwiththesession: [com.......#1462109]; nestedexceptionisorg.hibernate....

  • Hibernate中的 NonUniqueObjectException 及其解决之道

    近日遇到了NonUniqueObjectException错误,解决如下:org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:a different object ...

  • org.hibernate.TransientObjectException: The given object has a null identifier: cn.com.cis.acic.sale

    原因:主要是在update的时候,封装的实体类...错误:org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [cn.com.cis.acic.sales

  • java+sql server项目之科帮网计算机配件报价系统源代码.zip

    sql server+java项目之科帮网计算机配件报价系统源代码

  • 【java毕业设计】智慧社区老人健康监测门户.zip

    有java环境就可以运行起来 ,zip里包含源码+论文+PPT, 系统设计与功能: 文档详细描述了系统的后台管理功能,包括系统管理模块、新闻资讯管理模块、公告管理模块、社区影院管理模块、会员上传下载管理模块以及留言管理模块。 系统管理模块:允许管理员重新设置密码,记录登录日志,确保系统安全。 新闻资讯管理模块:实现新闻资讯的添加、删除、修改,确保主页新闻部分始终显示最新的文章。 公告管理模块:类似于新闻资讯管理,但专注于主页公告的后台管理。 社区影院管理模块:管理所有视频的添加、删除、修改,包括影片名、导演、主演、片长等信息。 会员上传下载管理模块:审核与删除会员上传的文件。 留言管理模块:回复与删除所有留言,确保系统内的留言得到及时处理。 环境说明: 开发语言:Java 框架:ssm,mybatis JDK版本:JDK1.8 数据库:mysql 5.7及以上 数据库工具:Navicat11及以上 开发软件:eclipse/idea Maven包:Maven3.3及以上

  • 【java毕业设计】智慧社区心理咨询平台(源代码+论文+PPT模板).zip

    zip里包含源码+论文+PPT,有java环境就可以运行起来 ,功能说明: 文档开篇阐述了随着计算机技术、通信技术和网络技术的快速发展,智慧社区门户网站的建设成为了可能,并被视为21世纪信息产业的主要发展方向之一 强调了网络信息管理技术、数字化处理技术和数字式信息资源建设在国际竞争中的重要性。 指出了智慧社区门户网站系统的编程语言为Java,数据库为MYSQL,并实现了新闻资讯、社区共享、在线影院等功能。 系统设计与功能: 文档详细描述了系统的后台管理功能,包括系统管理模块、新闻资讯管理模块、公告管理模块、社区影院管理模块、会员上传下载管理模块以及留言管理模块。 系统管理模块:允许管理员重新设置密码,记录登录日志,确保系统安全。 新闻资讯管理模块:实现新闻资讯的添加、删除、修改,确保主页新闻部分始终显示最新的文章。 公告管理模块:类似于新闻资讯管理,但专注于主页公告的后台管理。 社区影院管理模块:管理所有视频的添加、删除、修改,包括影片名、导演、主演、片长等信息。 会员上传下载管理模块:审核与删除会员上传的文件。 留言管理模块:回复与删除所有留言,确保系统内的留言得到及时处理。

Global site tag (gtag.js) - Google Analytics