Once upon a time, there was a land. 从前,有个国度. It was ruled by an evil queen. 它被一位邪恶的女王统治. Every day the Queen would look in her magic mirror. 女王每天都会照照她的魔镜. She would ask, "Mirror, Mirror, on the wall, who's the fairest of them all?" 她会问:“魔镜啊,墙上的魔…
Many years ago on a cold and snowy New Year's Eve, a poor little girl was wandering arround on the street. 许多年前,在一个寒冷还下着雪的新年前夜,一个可怜的小女孩在街上徘徊. She tried to sell her matches. 她想把火柴卖出去. So she could buy something to eat. 这样,她就能买东西吃. She was very cold an…
Once upon a time there was a prince who wanted to marry a real princess.从前,有个王子想和真正的公主结婚. He looked all over the country.他找遍了整个国家. But he could not find the right princess to marry.但是他没有找到合适的公主结婚. One stormy night, there was a knock at the castle doo…
Once upon a time, there lived a king and queen. 从前,有个国王和王后. They had a beautiful daughter. 他们有一个漂亮的女儿. One day an angry bad witch appeared on her birthday. 一天,一位生气的坏巫婆出现在她生日那天. "I'm going to cast a spell on the princess. She will prick herself on a n…
Once upon a time there was a woman who wanted to have a child. 从前,有个想要个孩子的女人. A witch heard her wish and said, "Take this seed and plant it. Your wish will come true." 一个女巫听到了她的愿望便对她说:“把这颗种子拿去种,你的愿望会实现.” The woman planted the seed. 这个女人把种子拿去种了.…
编译错误提示 /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: No installed provisioning profiles match the installed iOS signing identities. (myapp) 待解决…
看过好多帖子都是Win环境装XS,Mac只是个模拟器,讲解在Mac环境下如何配置Xamarin Studio很少,也是一点点找资料,东拼西凑才把Xamarin Studio装在Mac上跑起来,如下: 看起来和Xcode差不多是吧,相比体验性还是没Xcode好,毕竟原生苹果爸爸自己做的.. 好了 ,首先先要下载一个Xamarin Studio For Mac 最好下最新版的,反正迟早也会更新,我用的是5.2的升级到最新的 点开后发现打不开,这是因为需要一个pkg,这个pkg叫MonoFramewo…
IOS 原理如下: 为HTML页面中的超链接点击事件增加一个setTimeout方法. 如果在iPhone上面500ms内,本机有应用程序能解析这个协议并打开程序,则这个回调方法失效: 如果本机没有应用程序能解析该协议或者500ms内没有打开个程序,则执行setTimeout里面的function,就是跳转到apple的itunes. <html> <head> <meta name="viewport" content="width=devic…
Xamarin.iOS提供没有匹配的配置文件 错误信息:No installed provisioning profiles match the installed ios code signing keys. 这是由于没有创建当前App对应的配置文件.该文件需要用户登录苹果开发者网站,使用App标识来创建.创建后,使用Xcode下载并添加到自己的开发账户中,才可以在VS中编译生成App.…