1、利用 etc/host 文件屏蔽 Apple 更新服务器用电脑 iTools 或者手机 iFile 打开 etc/host 文件,添加:127.0.0.1 mesu.apple.com到文件中。2、修改 LaunchDaemons 的 OTA 配置文件用 iFile 或者 iTools 等文件管 ...
分类:
其他好文 时间:
2016-10-24 09:27:52
阅读次数:
199
工程项目 -> General->launch Screen file这个如果没有设置,则app的可见范围为3.5inch(APP的可见范围是由启动界面决定的) PUSH方法是在navigationController容器中进行切换,present是navigationController容器上覆盖 ...
分类:
其他好文 时间:
2016-10-15 14:08:32
阅读次数:
125
一. Jboss后台启动:添加后台修改命令:vi run.shwhile true; do if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "x" ]; then # Execute the JVM in the foreground nohup "$JAVA" $JAV ...
分类:
其他好文 时间:
2016-10-12 16:36:14
阅读次数:
161
前面我们创建了vlan101,今天继续部署instance到该vlannetwork,并讨论instance之间的连通性。launch新的instance“cirros-vm3”,网络选择vlan101。cirros-vm3分配到的IP为172.16.101.103。cirros-vm3被schedule到计算节点,对应的tap设备为tapadb5cc6a-7a,并且连接到bridge..
分类:
其他好文 时间:
2016-10-11 01:08:49
阅读次数:
194
ros中建地图方式有两种: 首先1、首先下载hector_slam包到你工作空间的src下 命令: 在~/catkin_ws/src/hector_slam/hector_slam_launch/launch/新建一个demo.launch 修改~/catkin_ws/src/hector_slam ...
分类:
移动开发 时间:
2016-10-10 23:54:14
阅读次数:
2631
1 #include "cuda_runtime.h" 2 #include "device_launch_parameters.h" 3 #include <stdio.h> 4 #include <time.h> 5 #include <stdlib.h> 6 7 #define MAX 120 ...
分类:
其他好文 时间:
2016-10-06 22:16:51
阅读次数:
282
上一节我们创建了vlan100,今天将部署两个instance到vlan并验证其连通性。同时我们也将讨论底层网络结构的变化。launch新的instance“cirros-vm1”,网络选择vlan100。cirros-vm1分配到的IP为172.16.100.3。cirros-vm1被schedule到控制节点,对应的tap设备为tapc1875c7f-cb,并..
分类:
其他好文 时间:
2016-10-06 01:06:50
阅读次数:
174
一.创建一个空项目 请查看 新建 .NET Core 项目 -- Hello World! 一节,新建一个项目: 二.添加引用并修改配置为 MVC 修改 .vscode\launch.json 文件 代码如下: 1 { 2 "version": "0.2.0", 3 "configurations" ...
分类:
Web程序 时间:
2016-09-21 12:47:52
阅读次数:
293
先安装装turtlebot_teleop包: 先启动一个模拟的TurtleBot 启动RViz: 使用键盘控制: 你会在屏幕上看见以下说明: 阅读一下rbx1_nav/lunch目录下的keyboard_teleop.launch文件,你会发现键盘遥控节点有两个参数:scale_linear和sca ...
分类:
其他好文 时间:
2016-09-14 21:51:31
阅读次数:
314
在之前我们分析了Android6.0系统在启动时安装应用程序的过程,这些应用程序安装好之后,Launcher应用就负责把它们在桌面上展示出来。
一、AMS启动Launcher
Launch...
分类:
移动开发 时间:
2016-09-14 16:58:16
阅读次数:
189