完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
使用Galileo上的Linux计算机检查电子邮件。
基本上,我使用以下linux命令来检查我已设置的此电子邮件帐户上的电子邮件数量。 但是,编译器似乎不喜欢反斜杠“”并继续给出错误(反斜杠的问题)。 有没有办法解决这个问题? 有没有其他人有一个不需要反斜杠的命令(个人而言,我对linux不是很熟悉)。 linux命令如下:curl -u emailid:password --silent https://mail.google.com/mail/feed/atom | tr -d' n'| awk -F'''{for(i = 2; i (。* )。* / 2 - 1 / p“> / dev / ttyGS0 另外,仅针对上下文,我已将整个代码附加到位。 它基本上是一个未读的电子邮件计数器。 Galileo_Email_Pop.ino.zip 1.8 K. 以上来自于谷歌翻译 以下为原文 Checking email using the Linux machine on the Galileo. Essentially, I am using the following linux commands to check the number of emails on this email account, I have set up. However, the compiler seems to not like backslashes "" and keeps on giving errors (issues with the backslash). Is there any way to get around this? Does anyone else have a command that does not require a backslash (personally, I am not very familiar with linux). The linux command is as follows: curl -u emailid:password --silent https://mail.google.com/mail/feed/atom | tr -d 'n' | awk -F ' Also, just for context, I have attached the entire code in place. It basically is an unread email counter.
|
|
相关推荐
4个回答
|
|
如果您附加带有错误消息的编译器日志以及您尝试编译的描述,可能会有所帮助
以上来自于谷歌翻译 以下为原文 might help if you attach the compiler log with the error message as well as a description how you tried to compile |
|
|
|
这是错误: Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:52:3:错误:在程序中迷路'' Galileo_Email_Pop.ino:在函数'void setup()'中: Galileo_Email_Pop.ino:52:174:错误:预期')'在'之前'' 我正在使用Arduino IDE来编译代码。 我在之前的帖子中附上了代码。 谢谢您的回复! 以上来自于谷歌翻译 以下为原文 This is the error: Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino:52:3: error: stray '' in program Galileo_Email_Pop.ino: In function 'void setup()': Galileo_Email_Pop.ino:52:174: error: expected ')' before 's' I am using the Arduino IDE to compile the code. I have attached the code in my earlier post. Thank you for your reply! |
|
|
|
Tutut 发表于 2018-10-11 08:27 advitya, C字符串可能不包含未转义的反斜杠。 更改 系统(“curl -u cusd.galileo:galileogalileo --silent https://mail.google.com/mail/feed/atom | tr -d' n'| awk -F'''{for(i = 2 ; i (。* )。* / 2 - 1 / p“> / dev / ttyGS0”); 至 系统(“curl -u cusd.galileo:galileogalileo --silent https://mail.google.com/mail/feed/atom | tr -d'\ n'| awk -F'''{for(i = 2; i \(。* \)。* / \ 2 - \ 1 / p“> / dev / ttyGS0”); (另) 以上来自于谷歌翻译 以下为原文 advitya, A C string may not contain unescaped backslashes. Change system("curl -u cusd.galileo:galileogalileo --silent https://mail.google.com/mail/feed/atom | tr -d 'n' | awk -F ' to system("curl -u cusd.galileo:galileogalileo --silent https://mail.google.com/mail/feed/atom | tr -d '\n' | awk -F ' (untested) |
|
|
|
嗨advitya
你还有问题吗? 如果您仍然有错误,请告诉我们。 问候; CMata 以上来自于谷歌翻译 以下为原文 Hi advitya Do you still having problems with this? Let us know if you still having the error. Regards; CMata |
|
|
|
只有小组成员才能发言,加入小组>>
439浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-5 09:40 , Processed in 0.852786 second(s), Total 85, Slave 69 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号