摘要:
需求 在树莓派上 安装Mysql 服务,并开启远程访问 步骤 安装 mysql server $ sudo apt-get install mysql-server 我以为中间会让我提示输入 数据库root的密码,没想到一帆风顺,直接完成,我要疯了,密码到底是什么了。通过搜索发现,可以使用如下命令, 阅读全文
posted @ 2020-04-06 17:26
yeahle
阅读(163)
评论(0)
推荐(0)
摘要:
########################################################### # # MAKEFILE FOR C/C++ PROJECT # Author: swm8023 <swm8023@gmail.com> # Date: 2014/01/30 # 阅读全文
posted @ 2020-04-06 09:16
yeahle
阅读(474)
评论(0)
推荐(0)
摘要:
1、 subst函数 格式:$(subst <from>, <to>, <text>)功能:把字串<text>中的<from>字符串替换成<to>返回:函数返回被替换过后的字符串。 示例: $(subst a,the,There is a big tree) 把“There is a big tre 阅读全文
posted @ 2020-04-06 08:06
yeahle
阅读(252)
评论(0)
推荐(0)