使用MEGA16芯片,通过串口控制GSM模块,进行GSM模块配置,可以实现收发英文短信。当接受到相应短信可以自动反馈信息。编译环境为CVAVR-Use MEGA16 chip, through the serial port control of GSM module, GSM module to configure, you can achieve the send and receive SMS in English. When messages can automatically receive the appropriate feedback. Compile the environment CVAVR
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.798605s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.226243s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.047292s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.019879s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.014504s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.004737s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.012615s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.005767s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.027286s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.002630s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 236333 [ RunTime:0.305261s ]