是访问限制报错. 方法一: 全局属性Project preferences java Compiler Errors/Warnings 把右侧的【Deprecated and restricted API Forbidden reference的Error】置为【Warning】. 方法二(终极方法 ...
分类:
系统相关 时间:
2018-05-08 22:26:58
阅读次数:
337
一、布局中显示图片在布局的xml中布局图片的时候用ImageView,用src去指定图片所在位置。如下代码所示,指定的就是工程目录(/res/drawable)中文件名为unknown.png的图片。这里要注意的是AndroidStudio在布局时只认png格式的图片,即使是jpeg格式,仅把后缀改为png也不行,编译时会不通过。<ImageViewandroid:id="@+id/iv_m
分类:
移动开发 时间:
2018-05-08 14:39:55
阅读次数:
235
执行gnuplot后,输入图像指令,图像没有出现。 如果原因是:type set to 'unknown' 那么解决方法是:重新按照下面指令安装gnuplot You could try this command for installing the GNU plot and work on it ...
分类:
其他好文 时间:
2018-05-08 14:21:28
阅读次数:
147
题目:在翻转有序中搜索 难度:Medium 题目内容: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] migh ...
分类:
编程语言 时间:
2018-05-06 22:19:23
阅读次数:
181
一、题目 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2 ...
分类:
其他好文 时间:
2018-04-30 13:29:00
阅读次数:
166
创建命名空间 # ip netns add mhc # ip link show1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT qlen 1 link/loopback 00:00:00 ...
分类:
其他好文 时间:
2018-04-29 13:34:02
阅读次数:
719
MySQL 我们在创建用户的时候,可能会遇到以下报错: ERROR 1054 (42S22): Unknown column 'plugin' in 'mysql.user' 说明mysq.user这个表里面没有plugin这个字段 把表修复一下,从新登陆MySQL就可以了 mysql_upgrad ...
分类:
数据库 时间:
2018-04-28 19:27:51
阅读次数:
225
1、准备工作 linux PC机 开发板 1)给linux PC机安装交叉编译工具mipsel-unknown-linux-gnu,并配置环境变量 2)下载并安装Cunit和lcov,安装方法如下: 2.1) tar -zxvf CUnit-2.1.0-src.tar.gz cd CUnit-2.1 ...
分类:
其他好文 时间:
2018-04-27 20:02:34
阅读次数:
735
一、发送键盘事件: 命令格式1:adb shell input keyevent "value" 其中value以及对应的key code如下表所列: KeyEvent Value KEYCODE Comment 0 KEYCODE_UNKNOWN 1 KEYCODE_MENU 在SDK2.1的模拟 ...
分类:
移动开发 时间:
2018-04-27 19:55:45
阅读次数:
215
在SQL中我们经常用到null值, 那么什么是NULL?如下是MSDN给出的一段简短描述(见“Null Values”):?A value of NULL indicates that the value is unknown. A value of NULL is different from a ...
分类:
数据库 时间:
2018-04-26 12:13:33
阅读次数:
177