会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尘埃。
使人成熟的不是岁月,是经历。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
9
下一页
2017年8月10日
duilib中字体font设置
摘要: <Font name="微软雅黑" size="9" bold="false"/> <Label name="nickname" width="150" height="15" align="left" endellipsis="true" padding="5,25,0,0" text="姓名"
阅读全文
posted @ 2017-08-10 13:46 he伟_li
阅读(2467)
评论(1)
推荐(0)
2017年7月27日
git 设置tracking information
摘要: There is no tracking information for the current branch.Please specify which branch you want to merge with.See git-pull(1) for details. git pull <remo
阅读全文
posted @ 2017-07-27 11:00 he伟_li
阅读(1084)
评论(0)
推荐(0)
2017年4月11日
StreamSocket
摘要: 转载自:http://blog.csdn.net/yuanguozhengjust/article/details/19175085 StreamSocket的基本流程和一般的Socket通信操作类似,分为:建立连接、发送/接收数据、中断连接。 三个步骤都很简单,结合Async和Await关键字,在
阅读全文
posted @ 2017-04-11 20:36 he伟_li
阅读(1795)
评论(0)
推荐(0)
Linux上配置http上网代理
摘要: 有些局域网环境上网需要使用代理上网,图形界面的很好解决就设置一下浏览器的代理就好了,但是Linux纯命令行的界面就需要手动配置了。 如果要全局用户使用应用于所有的Shell,就需要修改 /etc/profile 文件 1 # vi /etc/profile 在文件中添加以下配置 其中: http_p
阅读全文
posted @ 2017-04-11 20:30 he伟_li
阅读(53418)
评论(0)
推荐(2)
socket与http
摘要: 参考文档:http://blog.csdn.net/zeng622peng/article/details/5546384 1、TCP连接 手机能够使用联网功能是因为手机底层实现了TCP/IP协议,可以使手机终端通过无线网络建立TCP连接。TCP协议可以对上层网络提供接口,使上层网络数据的传输建立在
阅读全文
posted @ 2017-04-11 20:27 he伟_li
阅读(354)
评论(0)
推荐(0)
2017年4月6日
vector
摘要: 参考文档:http://www.cnblogs.com/wang7/archive/2012/04/27/2474138.html http://blog.csdn.net/ls306196689/article/details/35787955 std::vector是我在标准库中实用最频繁的容器
阅读全文
posted @ 2017-04-06 19:36 he伟_li
阅读(340)
评论(0)
推荐(0)
CreateWindow
摘要: 参考文档:http://www.cnblogs.com/lidabo/p/3284907.html windows窗口分析,父窗口,子窗口,所有者窗口 CreateWindow(...)的返回值hwnd为空的两个常见原因 1、窗口类没有注册。 2、窗口处理函数有错。例如:忘了return DefWi
阅读全文
posted @ 2017-04-06 19:35 he伟_li
阅读(417)
评论(0)
推荐(0)
获取当前具有输入焦点控件的窗口句柄
摘要: 参考文档:http://blog.csdn.net/ribut9225/article/details/21620139 获取当前具有输入焦点控件的窗口句柄 参考文档:http://blog.csdn.net/ribut9225/article/details/21620139 获取当前具有输入焦点
阅读全文
posted @ 2017-04-06 19:30 he伟_li
阅读(3217)
评论(0)
推荐(0)
C++日志
摘要: 参考博客:http://blog.csdn.net/mfcing/article/details/50135225
阅读全文
posted @ 2017-04-06 19:29 he伟_li
阅读(131)
评论(0)
推荐(0)
IsWindowVisible
摘要: IsWindowVisible通过该函数可以获得指定窗口的可视状态,即显示或者隐藏。 BOOL IsWindowVisible( HWND hWnd ); hWnd:被测试窗口的句柄。 返回值:如果指定的窗口及其父窗口具有WS_VISIBLE风格,返回值为非零;如果指定的窗口及其父窗口不具有WS_V
阅读全文
posted @ 2017-04-06 17:49 he伟_li
阅读(1749)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告