内容导航:
1、
mobile device
2、
如何卸载掉applemobiledevicesupport?
1、
mobile device
英:
美:
常用释义:
移动设备:一种手持式电子设备
移动设备,移动装置;行动装置
1、This service synchronizes selected channels from your desktop to your
mobile device
.───此服务将桌面计算机上所选的频道同步到移动设备上.
2、Note: You may need to disconnect and reconnect your
mobile device
after services have started.───注意: 服务启动后,您可能需要断开并重新连接移动设备.
3、Or how about a
mobile device
that connects with other devices to exchange pictures and videos.───或者想象一下,可以让移动设备连接其他设备来交换图片和视频。
4、Unable to retrieve the
mobile device
information. Please reconnect and try again.───无法获取移动设备信息. 请重新连接并再试.
5、Retrieving application data from the
mobile device
.───正在从移动设备上获取应用程序数据.
6、Establishing connection with unnamed remote
mobile device
.───与未命名远程移动设备建立连接.
7、Other companies are working with existing technologies to improve
mobile device
performance.───其他一些公司正着手已有技术来改善移动设备的性能.
8、Creating directories and setting registry values on your
mobile device
.───正在移动设备上创建目录和设置注册表值.
9、Basically, it refers to an infrastructure where both the data storage and the data processing happen outside of the
mobile device
.───基本上,它指的是这样一种基础设施,其中的数据存储和数据处理都在移动设备之外完成。
10、ActiveSync is searching for Outbox messages on your
mobile device
.───“动态同步”正在移动设备上搜索发件箱邮件.
11、Please wait while Setup locates your
mobile device
.───安装程序正在查找您的移动设备,请稍候.
12、The
mobile device
tried to update an autoincrement field.───移动设备试图更新自动递增字段.
13、Take charge of writing project documents, coding, debugging on
mobile device
, implementation, training.───负责撰写项目文档 、 代码编写 、 手持设备上程序的调试 、 实施 、 培训等.
14、Your
mobile device
is a radio transmitter and receiver.───您的移动设备是无线电发射机和接收机.
15、Please wait while connection settings are transfered to your
mobile device
.───正在将连接设置传送到移动设备,请稍候.
16、If youre not sure how your site performs or renders on a
mobile device
, your first step is find out.───假如你不能确定你的网站在移动设备上如何运行或显示,你的第一步是找到你的网站。
17、The Primary Key on the
mobile device
collides with one in the host database.───移动设备上的主码与宿主机数据源中的主码冲突.
18、Please disconnect and reconnect your
mobile device
and try again.───请断开并重新连接移动设备后重试.
1、portable device───便携式设备
2、storage device───【计】存储设备
3、homing device───归航设备;寻的装置
4、simple device───简单设备
5、tablet device───平板设备
6、homing devices───寻的装置
7、police service───警务
8、explosive device───引爆装置
9、escape device───逃生装置
2、
如何卸载掉applemobiledevicesupport?
上面的有些说对的,是一个配置文件,一般是保留一些Web的LocalStorage,Cookies什么的用的。所以程序在第二次安装之后,如果这个配置文件存在,可以从中恢复一部分原来的数据,不过开发者一般也没几个人这样做。
路径在~/Library/Preferences/xxx.plist 里面,(也就是/var/mobile/Library/Preferences/xxx.plist)
觉得还不满足?第二次安装通知中心怎么还能保留以前的设置?你还需要删除以下几个东西(这些东西参考Apple Develop中对iOS文件路径的描述找到对应的Sqlite3数据库文件或者.plist配置文件一个个手动删)
通知中心中之前对已删除App的通知设置
蜂窝移动网络中之前对已删除App的设置(允许Or拒绝)
后台应用程序刷新中之前对已删除App的设置
隐私中的定位服务中之前对已删除App的设置
…………
因为iOS的App本身是一个.App打包的文件夹,虽然你在SpringBoard桌面上直接删除了这个应用,是这个文件夹整个被删,但是一些与之相关的设置,比如保留在Setting.app中的,保留在Springboard.app中的设置是不会被消除的,这也利于下载安装之后不必手动再进行上面那些麻烦的设置,这些玩意不会对系统空间(最多几K)或者性能(只是文件)有任何影响。
除非你是洁癖症。