完整的错误提示信息为:No orientation specified, and the default is horizontal. This is a common source of bugs whenchildren are added dynamically.通常发生这个错误提示的原因是我...
分类:
其他好文 时间:
2014-07-03 22:02:53
阅读次数:
389
ArgusTime limit: 3.000 secondsA data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic...
分类:
其他好文 时间:
2014-07-03 13:04:51
阅读次数:
183
Live broadcasting with arduinoget a pc , make it run linux. make arduino catch the weather sensor and then transport the information to the PC side. P...
分类:
其他好文 时间:
2014-07-01 12:15:21
阅读次数:
167
在 windows phone store app 中,判断和设置页面横竖屏的方法,与 silverlight 中的 Page 类不同,不能直接通过 Page.Orientation 进行设置。而是通过 DisplayInformation 类,方法如下:// 横屏Windows.Graphics....
分类:
移动开发 时间:
2014-06-30 15:10:47
阅读次数:
258
Glossary of view transformationsThe following terms are used to define view orientation, i.e. transformation from World Coordinates (WC) to the View R...
分类:
其他好文 时间:
2014-06-27 18:23:59
阅读次数:
240
1. 在manifest文件中使用activity的默认属性,横屏竖屏时,惠反复调用onDestory和onCreate 造成不必要的开销。Android默认如此应该是为了适配不同的xml布局文件,重新初始化资源,显示效果会好一些;
2. manifest文件中配置activity的属性:
android:configChanges="orientation|scree...
分类:
移动开发 时间:
2014-06-25 07:59:47
阅读次数:
190
一个垂直方向的LinearLayout,包含两个View。下面一个View(工具栏)固定在屏幕底部,上面的View占据剩余的屏幕空间。<LinearLayoutandroid:orientation="vertical"android:id="@+id/vertical_layout"android:layout_width="match_parent"android:layout_height="match_paren..
分类:
其他好文 时间:
2014-06-24 16:57:06
阅读次数:
199
献上代码C++代码,仅供参考。若使用Delphi,请参考文献,http://blogs.embarcadero.com/davidi/2013/12/02/43032/
一定记得要要在FireMonkey哦。否则没有Fmx的库文件在里面。
//--------------------------------------------------------------------------...
分类:
编程语言 时间:
2014-06-17 22:22:56
阅读次数:
392
服务器前面板警告信息:systemsoftwareevent:Memorysensor,transitiontocriticalfromlesssevere解决办法,重新启动服务器;
分类:
其他好文 时间:
2014-06-17 18:06:59
阅读次数:
238
第12章-Swing编程 --- 使用JToolBar创建工具条Swing提供了JToolBar类来创建工具条,创建JToolBar对象时可以指定如下两个参数:-->name: 该参数指定该工具条的名称.-->orientation:该参数指定该工具条的方法.JToolBar对象还有如下几个常用方法...