使用vs2015编译XDMA驱动过程中,报如下错误: vs2015 MSB600 "inf2cat.ext"已退出,代码为2 在使用Qt编译PCIE码表的过程中,出现C1038:无法打开包括的文件:“corecrt.h”:No such file or direction 在qt出现上述问题后,查找 ...
分类:
其他好文 时间:
2020-04-06 20:28:21
阅读次数:
199
步骤1.获取设备节点 使用of_find_node_by_path获取设备树中的节点信息 步骤2.获取gpio属性 使用of_get_named_gpio获取设备树中gpio的属性信息 步骤3.设置输入输出模式 使用gpio_direction_output设置gpio为输入或输出,以及默认电平 步 ...
分类:
其他好文 时间:
2020-04-05 22:36:28
阅读次数:
103
flex direction属性决定主轴的?向 | 值 | 描述 | | : | : | | row | 默认值。主轴为水平?方向,起点在左边。 | | row reverse |主轴为水平?方向,起点在右边。 | | column | 主轴为垂直方向,起点在上面。 | | column rever ...
分类:
其他好文 时间:
2020-04-05 11:35:45
阅读次数:
75
需要写兼容写法: -webkit-box-reflect:below 3px -webkit-(repeating)linear/redial-gradient(...); 1.先写direction定义方向: above:倒映在其对象的上边 below:倒映在其对象的下边 left:左边 righ ...
分类:
其他好文 时间:
2020-04-01 00:52:27
阅读次数:
66
display: flex; flex-direction: row; /*从左到右排序 1 2 3 */ flex-direction: row-reverse; /*从右到左排序 3 2 1 */ flex-direction: column; /*从上到下排序 1 2 3 */ flex-di ...
分类:
其他好文 时间:
2020-03-31 01:05:46
阅读次数:
79
可继承属性 + 所有元素:visibility、cursor + 列表元素:list style、list style type、list style position、list style image + 字体属性:line height、color、font、font family、font s ...
分类:
Web程序 时间:
2020-03-28 01:00:57
阅读次数:
95
Gazebo_02_build_a_robot [toc] build a robot http://gazebosim.org/tutorials?tut=model_structure&cat=build_robot Model Structure and requirements ambula ...
分类:
其他好文 时间:
2020-03-27 21:57:50
阅读次数:
104
终止条件还有没有其他的那? 我将,是否被填满作为终止条件。 还有没有其他的那?欢迎评论。 #include<stdio.h> #define N 100 int arr[N][N]; const int direction_i[4] = {0,1,0,-1}; const int direction ...
分类:
其他好文 时间:
2020-03-27 17:05:14
阅读次数:
62
一、flex布局基础 1、flex布局的容器和元素 2、flex容器属性详解(用在容器上) 1)flex-direction 决定元素的排列方向 2)flex-wrap决定元素如何换行(排列不下时) 3)flex-flow flex-direction和flex-wrap的简写 4)justify- ...
分类:
微信 时间:
2020-03-24 22:54:07
阅读次数:
101