To set up Android Studio on Windows:Launch the.exefile you just downloaded.Follow the setup wizard to install Android Studio and any necessary SDK too...
分类:
移动开发 时间:
2015-05-22 15:00:23
阅读次数:
159
在Myeclipse中同时配置多个Tomcat,我的环境是Myeclipse10.7 + Tomcat7
1.把Tomcat复制一份并重新命名,修改service.xml文件端口号,避免端口冲突。
2.打开 Servers --> Tomcat 中的 Launch 选项
推荐选择 Debug mode 模式
点击Create Launch Configuration
3.配...
分类:
系统相关 时间:
2015-05-21 10:49:14
阅读次数:
168
开启Win7快速启动栏许多网友一定记得在 Windows 7 之前的 Windows 系统都有个快速启动(quick launch)区域。比如 IE 浏览器、Windows Media Player 程序可以在里面快速启动。“快速启动”工具拦使用以下文件夹中的文件:%userprofile%\App...
对于使用ROS来控制baxtergazebo的手臂控制,可以使用如下的步骤:首先肯定是需要roscore的在baxter_ws里面进行simroslaunchbaxter_gazebo<Tab>.launch首先需要进行rosrunbaxter_toolsenable_robot.py-e接下来就是使用rostopicpub-r100/robot/limb/right/joint_commandbax..
分类:
其他好文 时间:
2015-05-20 02:13:11
阅读次数:
1387
升级xcode6之后,直接建立Empty工程后发现,这是太坑,真的是什么都没有啊。只能换个方法了
总结如下:
1.新建一个single view application
2.打开
Info.plist(别告诉我不知道去哪里找info.plist),删除里面的 Launch screen interface file base name以及
Main Main storyboa...
分类:
移动开发 时间:
2015-05-14 16:37:37
阅读次数:
201
1、选择模版Single View Application 2、将Main.storyboard 和LaunchScreen.xib删除 3、在Info.plist中,把Launch screen interface file base name 以及Main storyboard file ba....
分类:
移动开发 时间:
2015-05-12 22:45:57
阅读次数:
150
如果你也出現了“Could not launch 'app name'”,No such file or directory (/Users/apple/Library/Developer/Xcode/DerivedData/mytest-ejkagqxooxgmtdfsdoygtyzflibe/B...
分类:
移动开发 时间:
2015-05-09 23:35:24
阅读次数:
178
Controller Node:1. source demo-openrc.sh2. ssh-keygen3. nova keypair-add --pub-key ~/.ssh/id_rsa.pub demo-key4. nova keypair-list5. nova flavor-list6....
分类:
其他好文 时间:
2015-05-09 10:06:33
阅读次数:
132
If you choose to create a window in Interface Builder, be sure to select the Full Screen at Launch option in the Attributes inspector so that the wind...
1. 试了Hide during application launch的勾选选项,不可以2. 试了ViewController中用函数,还是不可以- (BOOL)prefersStatusBarHidden{ return YES;//隐藏为YES,显示为NO}后边找到这个方法,终于可以了,M...
分类:
移动开发 时间:
2015-05-06 09:16:40
阅读次数:
151