上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: https://blog.csdn.net/harryhare/article/details/80778066 标准的post 使用的是application/x-www-form-urlencoded; 这个文章没有加 Content-Type application/x-www-form-ur 阅读全文
posted @ 2019-06-27 22:56 balder_m 阅读(180) 评论(0) 推荐(0)
摘要: 报错如下 1. 服务器发回了不可路由的地址。使用服务器地址代替 命令: MLSD错误: 目录列表被用户终止 2. 状态: 连接建立,等待欢迎消息...状态: 已登录状态: 读取目录列表...命令: PWD响应: 257 "/" is your current location命令: TYPE I响应 阅读全文
posted @ 2019-03-13 10:27 balder_m 阅读(5608) 评论(0) 推荐(1)
摘要: 1. TextField无法正常显示 解决方法: 添加 Expanded 2. TextField显示位置偏离 解决方法: border: InputBorder.none, contentPadding: new EdgeInsets.all(0.0) 2. AppBar多出一部分显示 4. ta 阅读全文
posted @ 2019-02-27 11:36 balder_m 阅读(317) 评论(0) 推荐(0)
摘要: 关于YUV数据 https://www.cnblogs.com/azraelly/archive/2013/01/01/2841269.html 阅读全文
posted @ 2018-12-25 10:52 balder_m 阅读(134) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/zh-cn/windows/desktop/gdi/about-multiple-display-monitors https://docs.microsoft.com/zh-cn/windows/desktop/gdi/multiple-dis 阅读全文
posted @ 2018-12-18 14:26 balder_m 阅读(229) 评论(0) 推荐(0)
摘要: Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.1.2/gradle-3.1.2.pom'. Received status code 400 from server: B 阅读全文
posted @ 2018-12-15 03:05 balder_m 阅读(130) 评论(0) 推荐(0)
摘要: 串口列表获取 https://blog.csdn.net/m0_37759974/article/details/80406069 http://chaochaoblog.com/archives/3500 阅读全文
posted @ 2018-12-13 09:13 balder_m 阅读(164) 评论(0) 推荐(0)
摘要: m_notify.cbSize = sizeof NOTIFYICONDATA; m_notify.hWnd = this->m_hWnd; m_notify.uID = IDR_MAINFRAME; m_notify.hIcon = LoadIcon(g_his, MAKEINTRESOURCE(IDI_KINECTCTRL));... 阅读全文
posted @ 2018-11-29 17:08 balder_m 阅读(267) 评论(0) 推荐(1)
摘要: https://docs.microsoft.com/zh-cn/windows/desktop/CoreAudio/capturing-a-stream https://www.cnblogs.com/poissonnotes/p/7479570.html https://www.jianshu. 阅读全文
posted @ 2018-11-22 10:54 balder_m 阅读(209) 评论(0) 推荐(0)
摘要: https://www.geometrictools.com/ 阅读全文
posted @ 2018-11-08 11:29 balder_m 阅读(119) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页