- 博客(5)
- 收藏
- 关注
转载 初始Linux 安装环境配置
一般选择windows下安装ubuntu,那就涉及到宿主机之间的网络访问,网络设置为:桥接模式0、安装openssh-server1、安装samba* 编译/etc/samba/smb.config下的文件,修改[homes]如下:1、global下加security = user (只有经过认证的才能访问)2、 unix password sync = no (默认为y...
2019-07-24 23:15:00
169
转载 C++ openssl ECDSA签名
1、Openssl库安装及交叉编译下载openssl库,https://www.openssl.org/source/将库文件解压到本地文件后进行配置:a、config配置:进入解压后的目录,执行 ./config shared --prefix=/usr/local/openssl --openssldir=/usr/local/其中shared 为生成动态连...
2017-07-06 19:38:00
1393
转载 stm32 Tim1定时出发adc采集
其中配置代码如下:void ADC1_Configuration(void){ GPIO_InitTypeDef GPIO_InitStructure; ADC_InitTypeDef ADC_InitStructure; DMA_InitTypeDef DMA_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_...
2016-06-29 14:17:00
1825
转载 IAR IDE问题.1
1、在修改iar embedded的bin文件输出时,由于在option ->Linker中勾选了 include debug information in output,所以bin文件很大(880K),去掉勾选只37K,但发现去掉include... 时候,在DEBUG时出现warning vector_table symbol not found.重新够回又可以。bin...
2016-05-28 13:22:00
433
转载 Linux 初学 随笔.a
1、默认root用户是无固定密码的,并且是被锁定的,如果想给root设置一个密码只需执行命令:sudo passwd root然后根据提示一步一步来,在输入,: su root再根据提示输入密码2、为了在开机时候以root权限进入,输入:vi/etc/lightdm/lightdm.conf在刚修改完root权限自动登录后,发现开机出现以下提示...
2016-05-26 09:47:00
154
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人