上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 618 下一页

2021年11月26日

摘要: hg指定某个版本 hg revert -r 59958f71202a --all 阅读全文
posted @ 2021-11-26 02:16 lydstory 阅读(41) 评论(0) 推荐(0)
摘要: scp传输文件越传越大 77G 收到144G 还没传完 ubuntu 。。。。。不适合这么传 自以为自己很聪明,把编译好的文件直接从这个 ubuntu scp到另一个ubuntu 浪费时间 文件越传越大 阅读全文
posted @ 2021-11-26 02:15 lydstory 阅读(506) 评论(0) 推荐(0)
摘要: LD_LIBRARY_PATH交叉编译库 export LD_LIBRARY_PATH=LD_LIBRARY_PATH:~/aarch64-buildroot-linux-gnu/lib/lyd@lyd-ubuntu:~/work/client$ ~/aarch64-buildroot-linux- 阅读全文
posted @ 2021-11-26 02:13 lydstory 阅读(43) 评论(0) 推荐(0)
摘要: // RunScript.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <WinSock2.h> #pragma comment(lib, "Ws2_32.lib ") #include <iostream> #include <fstre 阅读全文
posted @ 2021-11-26 02:13 lydstory 阅读(33) 评论(0) 推荐(0)
摘要: :<<_lyd_ lyd add test _lyd_ $$Shell本身的PID(ProcessID)$!Shell最后运行的后台Process的PID$?最后运行的命令的结束代码(返回值)$-使用Set命令设定的Flag一览$*所有参数列表。如"$*"用「"」括起来的情况、以"$1 $2 … $ 阅读全文
posted @ 2021-11-26 02:11 lydstory 阅读(73) 评论(0) 推荐(0)
摘要: template<typename ValueType> ValueType Max123(ValueType a, ValueType b) { return a>b ?a : b; } 阅读全文
posted @ 2021-11-26 02:09 lydstory 阅读(68) 评论(0) 推荐(0)

2021年11月25日

摘要: class B{ virtual int getverion() = 0;};class A:public B{private: bool val;}; //字节对齐的问题 单独bool 占一个字节 class A { private: bool val; } 阅读全文
posted @ 2021-11-25 20:41 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: http://www.xbrother.com/index.html 阅读全文
posted @ 2021-11-25 05:10 lydstory 阅读(17) 评论(0) 推荐(0)
摘要: http://www.vanxoak.com/col.jsp?id=103 阅读全文
posted @ 2021-11-25 04:44 lydstory 阅读(57) 评论(0) 推荐(0)
摘要: .NTP、SMTP、DNS 和 HTTPClient 访问的是外网 keil 开发板简单的socket服务端客户端webserver 阅读全文
posted @ 2021-11-25 04:09 lydstory 阅读(163) 评论(0) 推荐(0)
上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 618 下一页

导航