EDS 14.0在生成dtb文件时,输入命令:dtc -I dts -O dtb -o soc_system.dtb soc_system.dts出现错误:bash:dtc:command ont found没有找到原因,找到了一个解决办法:sopc2dts --input soc_system.s...
分类:
其他好文 时间:
2015-03-13 15:56:15
阅读次数:
320
jboss.jca:name=/MySqlDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=/MySqlD
将persistence.xml java://MySqlDS 改为java:/MySqlDS...
分类:
数据库 时间:
2015-03-13 14:27:25
阅读次数:
282
DescriptionThere are several ancient Greek texts that contain descriptions of the fabled island Atlantis. Some of these texts even include maps of par...
分类:
其他好文 时间:
2015-03-13 09:14:41
阅读次数:
139
When a student is too tired, he can't help sleeping in class, even if his favorite teacher is right here in front of him. Imagine you have a class of ...
分类:
其他好文 时间:
2015-03-12 20:34:18
阅读次数:
912
在使用可以拉伸的图片时,希望保留圆角不被拉伸,使用了resizableImageWithCapInsets函数,可能是这个函数没有获取上下文才报的这个错。
于是添加上获取上下文的代码如下:...
分类:
其他好文 时间:
2015-03-12 19:17:21
阅读次数:
7735
在测试中需要在两台虚拟机之间传递文件,首先想到的是scp命令,结果提示:-bash: scp: command not found想当然用yum install scp命令安装,结果提示:No package scp available.后来发现scp这东西应该属于openssh-clients这个...
分类:
其他好文 时间:
2015-03-12 16:40:35
阅读次数:
133
if else 在 golangpackage mainimport ( "fmt")func main() { if 7%2 == 0 { fmt.Println("7 is even") } else { fmt.Println("7 is odd"...
分类:
其他好文 时间:
2015-03-12 14:50:46
阅读次数:
142
显式cursor的属性:
%isopen, 布尔类型,
%notfound,布尔类型,如果前一个fetch语句没有返回一行记录,其值为true;
%found,布尔,如果前一个fetch语句返回记录,其值为true,与%notfound;
%rowcount,数值,到目前为止,cursor已提取的总行数;...
分类:
数据库 时间:
2015-03-12 13:19:38
阅读次数:
258
首页 奇偶页 不同页眉页脚ScaleRichViewv6.0Different headers and footers for the first page, for odd and even pages. Headers and footers are are stored in Subdocum...
分类:
其他好文 时间:
2015-03-12 11:19:42
阅读次数:
120
return HttpResponse('Invalid Method',status=405)
分类:
其他好文 时间:
2015-03-12 00:49:16
阅读次数:
139