需要关闭imx6调试串口,用作普通的串口使用. 参考链接 http://blog.csdn.net/neiloid/article/details/7585876 http://www.cnblogs.com/helloworldtoyou/p/5437867.html 更改kernel中配置, make menuconfig Symbol: SERIAL_IMX_CONSOLE [=y] Type : boolean Prompt: Console on IMX serial port Def
内嵌表值函数 接上 <T-SQL编程 -- 用户自定义函数(标量函数)> http://www.cnblogs.com/viusuangio/p/6212072.html 内嵌表值函数可以用于实现参数化视图(查询),例如有一个查询其定义语句如下: use Student GO --查询笔试成绩几个的同学 select s.stuno ,s.stuname,s.brithday,e.written,e.lab from StuInfo s left outer join exam e on s.