linux
leo老家伙
嵌入式研发,linux
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
T480S 在ubuntu 16.04 ,功能键不能调整背光的解决办法
1,建立文件: /usr/share/X11/xorg.conf.d/20-intel.conf文件内容如下:Section "Device" Identifier "Intel Graphics" Driver "intel" Option "Backlight" "intel_backlight" BusID...原创 2020-03-09 15:23:52 · 637 阅读 · 0 评论 -
使用libcurl 通过表单方式上传图片
#include <stdio.h>#include <string.h>#include <curl/curl.h>int main(int argc, char *argv[]){ CURL *curl; CURLcode res; struct curl_httppost *formpost=NULL; struct cu...原创 2019-12-10 18:48:23 · 703 阅读 · 0 评论
分享