问题标签 [device-name]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ip-address - 相当于 eth0 的 Windows
是否有类似于 Linux 和 Solaris 使用的“eth0”的 Windows 通用 IP 设备名称?
我正在尝试监视 SCTP 流量,这似乎成功地传递了 IP 地址,但这意味着每台使用此应用程序的机器都会更改为使用主机地址。
谢谢
ios - 如何检测我是否拥有 iPhone 2G、3G、3GS
如何通过 iOS 检测我当前的设备名称?
java - 显示 Android 蓝牙设备名称
如何在使用 Java 的 android 中显示蓝牙设备名称?有什么代码供我参考吗?
java - 发现和配对蓝牙设备
如何使用 Java 发现和配对 Android 蓝牙设备?有什么代码供我参考吗?
java - 获取 Android 设备名称
如何获取 Android 设备名称?我正在使用HTC的欲望。当我通过 HTC Sync 连接时,软件显示名称'HTC Smith'。我想通过代码获取这个名字。
这在Android中怎么可能?
windows-phone-8 - API 来获取您的 Windows Phone 8 设备的友好名称?
有没有办法得到你手机的名字?您在 Windows 资源管理器属性中看到的名称作为设备名称?
我看过Microsoft.Phone.Info.DeviceStatus.DeviceName但这似乎有所不同。我已经查看了DeviceExtendedProperties,但现在大多已弃用。
电话会在设置过程中提示您输入此名称。我还可以在 WinRT App for WP8 首选项中看到并更改此名称。但我没有看到通过 API 获取它的方法。
(我想要这个名称,以便可以将其传递给显示设备列表的 Web 服务)
javascript - RegEx: Match Android device name with JavaScript
I want to match the name of an Android device (e.g. "Galaxy Nexus") with a JavaScript RegEx pattern.
My user agent looks like this:
If I take everything between the ";" and "Build/" then I get the device name. But it has to be the last occurence of ";" before "Build/".
At the moment I have the following expression:
The problem is, that my expression takes everything between the FIRST semicolon and INCLUDES "Build/". So I get:
Does anyone knows how I can make my expression smarter to just get "Galaxy Nexus Build"?
android - ACRA 报告中的“RAZR i”名称
我已经在我的应用程序中集成了 ACRA 崩溃报告工具。许多拥有“RAZR i”的用户就启动问题道歉,但我无法在 ACRA 报告中识别出这种设备。你们中有些人知道这种设备的名称是什么?谢谢
ios - 如何获取设备名称?
我正在尝试获取设备名称并使其在 UILabel 上可见,但我不知道如何(是的,我是 XCode 的新手)。我知道我应该使用[UIDevice currentDevice]
,但我不知道在哪里以及如何使名称可见。
那么,我应该在哪里使用UIDevice
?以及如何使名称在 UILabel 上可见?
android - 如何更改 WiFi 直连 p2p 中的设备名称?
是否可以通过代码直接更改WiFi的设备名称?我试图:
但是,显然它不起作用。任何想法?!