成就煎蛋

文章
8
资源
0
加入时间
3年0月20天

关于sensor中添加log格式感悟

本文纯属自己感悟,如有不对还请大神多加指点。     我们在浏览sensor驱动相关.C文件,经常需要添加一些log来判断目前sensor的状态如何。最近一直困惑关于log添加问题。手头的资料很有限。最近也不断的尝试各种方法。一般我们按照头文件包含的格式就行添加,再结合相应的开log的命令。那么自己添加的内容就能显示出来。     如这个#define SERR(fmt, args...)

HttpClientUtil 接口调用 后台图片流回显前端

HttpClientUtil:public static InputStream doPostimg(String url, Map<String, Object> param) { CloseableHttpClient client = null; CloseableHttpResponse response = null; try { client = HttpClients.createDefault(); HttpPost httpPost =