上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 67 下一页
摘要: (1)将/usr/local/tslib下的所有文件复制到移植系统文件中/usr/local(2)编辑移植系统中/etc/profile添加触摸屏支持内容:在/etc/profile文件中设置tslib环境变量:# 指定tslib主目录位置export TSLIB_ROOT=/home/system 阅读全文
posted @ 2017-11-01 12:18 maxiongying 阅读(3002) 评论(0) 推荐(0)
摘要: *** glibc detected *** free(): invalid pointer:*** glibc detected *** malloc(): memory corruption:*** glibc detected *** double free or corruption (ou 阅读全文
posted @ 2017-09-27 15:56 maxiongying 阅读(707) 评论(0) 推荐(0)
摘要: 说明,为了不做无用功,首先必须卸载要分区的设备,分区才能执行成功。通过命令umount /media/?? 或者umount /mnt/??? 看你的实际情况,这一步必不可少。1、首先通过命令fdisk -l 在root命令下查看U盘的分区信息。 2、通过fdisk命令对挂载的设备进行分区操作,命令 阅读全文
posted @ 2017-09-14 19:36 maxiongying 阅读(4094) 评论(0) 推荐(0)
摘要: 1,在Makefile中加上-g CFLAGS -O2 -pipe -g -feliminate-unused-debug-types 2,生成.s文件 arm-none-eabi-objdump HSMediaService -D >> media.S (一,vi /home/dev/.profi 阅读全文
posted @ 2017-07-19 15:54 maxiongying 阅读(411) 评论(0) 推荐(0)
摘要: gplay播放命令 gplay 文件全路径 (eg:gplay 123.mp3) gstreamer播放命令 gst-launch playbin2 uri=file:///文件全路径 (eg gst-launch playbin2 uri=file:///media/sda1/123.mp3) 如 阅读全文
posted @ 2017-07-06 15:08 maxiongying 阅读(1757) 评论(0) 推荐(0)
摘要: 原文:sqlite的事务和锁 http://3y.uu456.com/bp-877d38906bec097sf46se240-1.html 事务 事务定义了一组SQL命令的边界,这组命令或者作为一个整体被全部执行,或者都不执行。事务的典型实例是转帐。 事务的范围 事务由3个命令控制:BEGIN、CO 阅读全文
posted @ 2017-07-03 18:47 maxiongying 阅读(12429) 评论(0) 推荐(1)
摘要: 1、QMutex QMutex mutex; void func() { mutex.lock(); ........ mutex.unlock(); } 2、QMutex联手QMutexLocker 在复杂函数或者异常处理中,对mutex进行lock()和unlock()操作将会很复杂,进入点要l 阅读全文
posted @ 2017-07-03 09:54 maxiongying 阅读(3555) 评论(0) 推荐(0)
摘要: root@mx6q:~# history 0 sync 1 reboot 2 cd /usr/app/ 3 ls 4 cd extend-sysfs/ 5 ls 6 cd etc/ 7 ls 8 cd systemd/ 9 ls 10 cd system/ 11 ls 12 cd app.targe 阅读全文
posted @ 2017-06-23 14:40 maxiongying 阅读(317) 评论(0) 推荐(0)
摘要: 一、查看版本信息: #sqlite3 -version 二、sqlite3常用命令 1、当前目录下建立或打开test.db数据库文件,并进入sqlite命令终端,以sqlite>前缀标识: 2、输出帮助信息: sqlite>.help 3、查看数据库文件信息命令(注意命令前带字符'.'): sqli 阅读全文
posted @ 2017-06-16 19:14 maxiongying 阅读(24547) 评论(1) 推荐(2)
摘要: QML Image Element The Image element displays an image in a declarative user interface More... Image元素在一个声明式的用户接口中显示一张图片。 Inherits Item Inherited by An 阅读全文
posted @ 2017-04-25 21:03 maxiongying 阅读(2076) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 67 下一页