03 2017 档案

摘要:用Thread方法: 先using system.threading; 再在需要延时的进程处插入 thread.sleep(int); 阅读全文
posted @ 2017-03-31 17:37 字由人 阅读(232) 评论(0) 推荐(0)
摘要:简单的说,__LINE__可以获取当前代码的函数,结合__FUNCTION__可以打印调试信息,比如函数出错时运行的函数名,及行号,例如 阅读全文
posted @ 2017-03-24 17:58 字由人 阅读(636) 评论(0) 推荐(0)
摘要:1 勾选“option for target” “output” "Browse information" 2 重新编译整个工程, 执行上面两个步骤就可以跳转了。 阅读全文
posted @ 2017-03-24 17:52 字由人 阅读(362) 评论(0) 推荐(0)
摘要:协议栈api函数 1、netconn_new //UDP TCP struct netconn*netconn_new(enum netconn_type t) 为新连接申请一个连接结构netconn空间 2、netconn_delete //UDP TCP err_t netconn_delete 阅读全文
posted @ 2017-03-21 16:15 字由人 阅读(857) 评论(0) 推荐(0)