240 私信
这个人很懒,暂无签名信息
0

linux基础学习之 ARM嵌入式第一个程序

最简单的基于Linux开发的代码当然是hello world! 新建一个文件保存为hello.c #include int main(void) { printf(Hello World ); printf(my name is leo ); return 0; } ~ ...

0

获取网络图片,并保存到本地

AsyncHttpClient asyncHttpClient=new AsyncHttpClient(); asyncHttpClient.get(http://c.hiphotos.baidu.com/image/pic/item/242dd42a2834349b49f953d4cbea15ce37d3bee7.jpg, new BinaryHttpResponseHandler() { ...

个人介绍
暂无介绍