http://blog.sina.com.cn/s/blog_7ca3aa020100zlha.html 启动tomcat时,myeclipse报错: This kind of launch is configured to openthe debug perspective when itsusp ...
分类:
其他好文 时间:
2016-06-24 12:51:44
阅读次数:
143
本篇摘自http://blog.sina.com.cn/s/blog_88fcfaba0101755q.html 最近一边在写JAVA,一边在写C++,所以经常在Eclipse和VC之间切换,可以说,两个代码编辑器给人的体验是完全不同的。起码在设计方面Eclipse的人性化是绝对没的说的。所以今天就 ...
分类:
编程语言 时间:
2016-06-19 15:31:52
阅读次数:
140
iOS Human Interface Guidelines: Launch Files - Apple Developer https://developer.apple.com/library/ios/documentation/.../LaunchImages.html Every app m ...
分类:
其他好文 时间:
2016-06-17 00:33:24
阅读次数:
170
1. 点击项目 ->TARGETS -> General ->App Icons and Launch Images ->Launch Screen File -> 删掉 Xib -> 点击Launch Images Sourch 中的“Use Asset Catelog”按钮 ->出现 如图2的窗 ...
分类:
其他好文 时间:
2016-06-15 15:47:30
阅读次数:
126
1.利用javaFX做java内置浏览器。 2.javaFX需要调用Launch()方法开启javaFX中所有用到的线程。 3.登录界面记住用户,密码,实现自动登录。 4.table表的实时刷新。 5.将软件打包封装成jar文件,然后通过文件转换器将jar文件转换成exe可执行文件。 ...
分类:
其他好文 时间:
2016-06-13 19:09:06
阅读次数:
135
Clear log before launch 在测试前清除日志 Installation Options 安装选项 Skip installation if apk has not changed 如果没有改变,跳过安装APK Force stop running application befo ...
分类:
其他好文 时间:
2016-06-10 20:23:04
阅读次数:
138
前面我们讨论了Instance的若干操作,有的操作功能比较类似,也有各自的适用场景,现在是时候系统地总结一下了。如上图所示,我们把对Instance的管理按运维工作的场景分为两类:常规操作和故障处理。常规操作常规操作中,Launch、Start、Reboot、ShutOff和Terminate都很好理解。..
分类:
其他好文 时间:
2016-06-08 10:54:35
阅读次数:
138
昨天做的事情: 在网上又找到了一个浏览器的例子,也是用javafx来写的。与昨天不同的是,是将webView添加到了stage中。相对于昨天找到的浏览器,这个打开的更快,也会刷新地址栏。 遇到的困难: 因为这个类下的变量都是用launch方法初始化的,而这个方法只能在主程序退出后再次被调用,所以浏览 ...
分类:
其他好文 时间:
2016-06-06 19:05:33
阅读次数:
131
Our customer meet this problem ,Error display: This will help how to solve MB SD Connect C4 EPC application error “Unable to launch the application”.U ...
分类:
移动开发 时间:
2016-06-01 12:57:35
阅读次数:
360
1.An app’s main run loop processes all user-related events 2.The UIApplication object sets up the main run loop at launch time and uses it to process ...
分类:
其他好文 时间:
2016-05-31 22:18:41
阅读次数:
157