U-BOOT 给linux 内核传递合适参数的定义,在include/configs/mini2440.h#define CONFIG_SETUP_MEMORY_TAGS 1#define CONFIG_INITRD_TAG 1#define CONFIG_CMDLINE_TAG 1制作uImage...
分类:
其他好文 时间:
2015-03-08 00:01:51
阅读次数:
342
#include#include#includeusing namespace std;struct node{ int address; int data; int next; bool tag;}Node[100066];bool cmp(node a,node b){ if(a.ta...
分类:
其他好文 时间:
2015-03-07 18:25:51
阅读次数:
132
#include#include#includeusing namespace std;struct Student{ int ID; int score[6]; int perfect; int sum; int rank; bool tag;}S[10066];int p[6]; ...
分类:
其他好文 时间:
2015-03-07 16:59:05
阅读次数:
134
SELECT distinct a.企业名称
,stuff((SELECT ';'+ Tag FROM [JUSFOUN].[dbo].[重庆-贵州企业_处理_整合] WHERE 企业名称=a.企业名称 FOR xml path('')),1,1,'') AS BODY
FROM [JUSFOUN].[dbo].[重庆-贵州企业_处理_整合] a
group by a...
分类:
数据库 时间:
2015-03-07 14:17:02
阅读次数:
126
#include#include#include#includeusing namespace std;const int MAX=1010;bool tag[MAX]; //标记BFS是是否被访问过struct node{ int ID; //编号 int layer; ...
分类:
其他好文 时间:
2015-03-07 06:15:02
阅读次数:
165
在TAG标签里该怎么表示呢比如自定义字段名称为hello我试了{$t[hello]}、{$hello}、{$COM[hello]}均不能调出来显示在列表页。。这里给分享一下:模块设置->列表或搜索主字段->里面加上该自定义字段
分类:
其他好文 时间:
2015-03-06 17:27:48
阅读次数:
147
实例在位置 (10,10) 处绘制一个矩形,将新的 (0,0) 位置设置为 (70,70)。再次绘制新的矩形(请注意现在矩形从位置 (80,80) 开始绘制):Your browser does not support the HTML5 canvas tag. JavaScript:var c=d...
分类:
Web程序 时间:
2015-03-06 16:24:09
阅读次数:
122
ctags(Generate tag files for source code)是vim下方便代码阅读的工具。尽管ctags也可以支持其它编辑器,但是它正式支持的只有VIM。并且VIM中已经默认安装了Ctags,它可以帮助程序员很容易地浏览源代码。 参考: http://baike.baidu.c...
在jsp页面使用标签过程中有时候不注意规则的话,eclipse会提示一些错误,下面针对这些错误提出相应的解决办法:标签1. Invalid location of tag (form) form 应该写到table外面去,并且form标签里面也不能套form标签。2. Invalid locatio...
分类:
Web程序 时间:
2015-03-06 12:29:53
阅读次数:
167
1.html是什么 html 不是一种编程语言,而是一种标记语言,由一些标签组成 html使用标记标签来描述网页,一个html文档就是一个网页。2.html标签 html标记标签通常被称为html标签(HTML tag) (一)htmlb标签是由尖括号包围的关键词,比如 (二)html标签...
分类:
Web程序 时间:
2015-03-06 12:27:35
阅读次数:
121