<DataGridTemplateColumn Header="选择" Width="Auto" > <!--列头模板--> <DataGridTemplateColumn.HeaderTemplate> <DataTemplate> <StackPanel Orientation="Horizon ...
分类:
其他好文 时间:
2017-12-31 21:13:11
阅读次数:
177
QSqlTableModel类继承至QSqlQueryModel类,该类提供了一个可读写单张SQL表的可编辑数据模型,功能:修改,插入,删除,查询,和排序 常用函数 QVariant headerData ( int section,Qt::Orientation orientation, int ...
分类:
数据库 时间:
2017-12-24 17:29:48
阅读次数:
246
What is this? "Roomblock" is a robot platform consists of a Roomba, a Raspberry Pi 2, a laser sensor(RPLIDAR) and a mobile battery. The mounting frame ...
分类:
Web程序 时间:
2017-12-24 11:27:43
阅读次数:
523
禁止转屏是这个意思,在General中设置Device Orientation只有竖屏。 要点就是重写UIViewController的以下3个属性方法 系统的全屏视频播放器是AVFullScreenViewController,但并未暴露出任何的API,所以要在UIViewController的扩 ...
分类:
移动开发 时间:
2017-12-21 19:38:13
阅读次数:
241
DHT11温湿度传感器 这个模块应用很简单,因为有库文件 ^-^ (这就是封装的好处) 库文件下载地址(DHT-sensor-library): https://github.com/adafruit/DHT-sensor-library 该库支持DHT11、DHT22等模块。 实物如图: 简单的三 ...
分类:
其他好文 时间:
2017-12-17 20:47:42
阅读次数:
198
经过我一番百度和看Android文档,我才发现,Android对旋转屏,特别是只有横屏或者竖屏虽重力旋转的支持是到Android4.3.1才有完美支持的 unspecified - 默认值,由系统选择显示方向 landscape - 橫向 portrait - 纵向 reverseLandscape ...
分类:
移动开发 时间:
2017-12-11 11:16:34
阅读次数:
247
摘自: http://blog.csdn.net/pm_mybook/article/details/54602107 /* 横屏 */ @media all and (orientation:landscape){} /* 竖屏 */ @media all and (orientation:por ...
分类:
Web程序 时间:
2017-11-30 11:59:12
阅读次数:
249
使用集合对象作为列表控件的ItemSource 前台: <ListBox x:Name="listBoxStudent" > <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <TextBlock ...
时间戳是long型的数据,但其他数据都是float型,但AsyncTask要求是统一数据类型。这样我就不能把时间戳放进AsyncTask里面进行处理,我就在doInBackground中获取时间戳然后存到数据库。但得到的很多sensor数据对应的时间戳是一样的,这是因为并没有sensor变化一次数据 ...
分类:
移动开发 时间:
2017-11-26 22:53:24
阅读次数:
208
第一个问题问的设计题,一个track上有很多runner,还有10个sensor,sensor可以检测到那个runner跑过了这个sensor用这个系统生成一个dashboard显示runner现在的名次。 solution 1:1. 用一个2D array(int[][] ranking , m ...
分类:
其他好文 时间:
2017-11-19 11:16:55
阅读次数:
184