Questions tagged «windows-8»

Microsoft Windows 7的后继产品,其重点是基于触摸的设备和平板电脑的新界面样式。


6
如何在没有JSON.NET库的情况下解析JSON?
我正在尝试在Visual Studio 2011上为Windows 8构建Metro应用程序。在尝试执行该操作时,我遇到了一些如何在JSON不使用JSON.NET库的情况下进行解析的问题(它尚不支持Metro应用程序) 。 无论如何,我想解析一下: { "name":"Prince Charming", "artist":"Metallica", "genre":"Rock and Metal", "album":"Reload", "album_image":"http:\/\/up203.siz.co.il\/up2\/u2zzzw4mjayz.png", "link":"http:\/\/f2h.co.il\/7779182246886" }
76 c#  json  windows-8 

11
从移动设备查看本地主机网站
我的ASP.Net网站上托管了一个网站Win8's localhost,该网站似乎在桌面上可以正常运行,但是现在我还想在移动设备上测试该网站,以查看其呈现方式 无论如何,我可以通过移动设备访问该网站吗? 我的移动设备和台式机通过路由器连接到同一网络。 这是我的机器和路由器的详细信息。 机器安装了运行IIS 8.0.9200.16384的Win8 Pro 路由器是TP-Link Basic 150Mbps。 设备是Karbonn A15,Android-4.0.4(ICS) 谁能告诉我如何将移动设备连接到本地主机网站。

4
gem install json -v 1.7.3给出“请更新您的PATH以包括构建工具”
当我跑步时: rails new blog 我得到: Installing json (1.7.3) Gem::InstallError: The 'json' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads' and follow the instructions at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit' An error occurred while installing json (1.7.3), and Bundler cannot continue. Make sure …

7
Internet Explorer 10 Windows 8删除文本输入和密码操作图标
我正在Windows 8的Internet Explorer 10中测试高度自定义的Web应用程序,因为它是一个即将发布的版本,并且有一天可能会使用我的应用程序。看一下该应用程序中一些文本输入控件的示例屏幕快照: 在HTML或CSS中,是否可以删除位于文本和密码输入控件右侧的操作图标? 感谢您的时间。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.