上一页 1 ··· 257 258 259 260 261 262 263 264 265 ··· 618 下一页

2022年6月19日

摘要: cout << (2 << 1) << endl; cout << 2<<1<<endl; 输出21 阅读全文
posted @ 2022-06-19 18:25 lydstory 阅读(10) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; #define B_SHIFT 4 int getBinBlockSize(int size) { int q = 0; for ( q= 0; size>0; size >>= 1) { q++; } return 阅读全文
posted @ 2022-06-19 18:23 lydstory 阅读(19) 评论(0) 推荐(0)
摘要: ringq.c源码解析 一:ring_t类型描述: 下面的描述在uemf.h和ringq.c中都有: ringq_t类型定义在uemf.h中: View Code 二.ringq_t相关的宏: 在ringq.c文件中包含的对ringq_t操作的宏有如下这些: 1)RINGQ_LEN(rq) 功能:返 阅读全文
posted @ 2022-06-19 17:37 lydstory 阅读(232) 评论(0) 推荐(0)

2022年6月18日

摘要: https://baike.baidu.com/item/YOCTO/6281227?fr=aladdin 阅读全文
posted @ 2022-06-18 21:23 lydstory 阅读(26) 评论(0) 推荐(0)
摘要: Yocto ,是一个开源社区。它通过提供模版、工具和方法帮助开发者创建基于linux内核的定制系统,支持ARM, PPC, MIPS, x86 (32 & 64 bit)硬件体系架构。 阅读全文
posted @ 2022-06-18 21:21 lydstory 阅读(118) 评论(0) 推荐(0)
摘要: goahead实现了一种动态网页技术,也就是按照必定的格式书写网页,goahead读取该格式网页的时候会先将其中对应地点的函数执行一遍再返回给客户端。在此不推荐使用这种方式,这将会致使goahead中注册极其多的处理函数。推荐前端先获取一个空框架的页面,再用ajax的方式和goahead通讯来获取初 阅读全文
posted @ 2022-06-18 01:13 lydstory 阅读(90) 评论(0) 推荐(0)

2022年6月17日

摘要: 冰冻三尺非一日之寒。艺术科学定律尤其小提琴。能称之世界的弦乐皇后不是没有道理的 阅读全文
posted @ 2022-06-17 23:49 lydstory 阅读(16) 评论(0) 推荐(0)
摘要: https://www.embedthis.com/goahead/ 阅读全文
posted @ 2022-06-17 17:52 lydstory 阅读(78) 评论(0) 推荐(0)
摘要: Linux 4.4.60 #1 SMP PREEMPT Mon Jun 13 17:32:08 CST 2022 aarch64 GNU/Linux arm 64位 df -mFilesystem 1M-blocks Used Available Use% Mounted onmtd:ubi_roo 阅读全文
posted @ 2022-06-17 17:04 lydstory 阅读(133) 评论(0) 推荐(0)
摘要: python -m SimpleHTTPServer 8080 python -m SimpleHTTPServer 8080 python -m SimpleHTTPServer 8080 ??? 阅读全文
posted @ 2022-06-17 15:02 lydstory 阅读(46) 评论(0) 推荐(0)
上一页 1 ··· 257 258 259 260 261 262 263 264 265 ··· 618 下一页

导航