• 博客园Logo
  • 首页
  • 新闻
  • 博问
  • 专区
  • 闪存
  • 班级
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 简洁模式 ... 退出登录
    注册 登录

Andren

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2015年6月6日

Easy51RTOS入门级初略分析

摘要: 1 main.c 2 3 #include "reg51.h" 4 #include "os_cfg.h" 5 #define TASK_DELAY0 TIME_PER_SEC/1 //任务执行频度为1Hz 6 #define TASK_DELAY1 TIME_PER_SEC/2 /... 阅读全文

posted @ 2015-06-06 10:10 Andren 阅读(1079) 评论(0) 推荐(0) 编辑

2015年4月18日

The connection to adb is down, and a severe error has occured.问题解决方法小结

摘要: 遇到了几次这个问题:Theconnectiontoadbisdown,andasevereerrorhasoccured.YoumustrestartadbandEclipse.Pleaseensurethatadbiscorrectlylocatedat'E:\setups\android\and... 阅读全文

posted @ 2015-04-18 21:07 Andren 阅读(156) 评论(0) 推荐(0) 编辑

C# UdpClient使用Receive和BeginReceive接收消息时的不同写法

摘要: 使用Receive(同步阻塞方式), 注意使用同步方法时,需要使用线程来开始方法,不然会使UI界面卡死IPEndPoint RemoteIpEndPoint = new IPEndPoint(IPAddress.Any, 5858); UdpClient udpClient =... 阅读全文

posted @ 2015-04-18 21:05 Andren 阅读(6325) 评论(0) 推荐(0) 编辑

2015年2月8日

UDPClient的用法

摘要: UDP_Server: UdpClient receivingUdpClient = new UdpClient(11000); IPEndPoint RemoteIpEndPoint = new IPEndPoint(IPAddress.Any, 0); tr... 阅读全文

posted @ 2015-02-08 12:50 Andren 阅读(1442) 评论(0) 推荐(0) 编辑

 
Powered by:
博客园
Copyright © 2023 Andren
Powered by .NET 7.0 on Kubernetes