会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
257
258
259
260
261
262
263
264
265
···
618
下一页
2022年6月19日
cout<<2<<1<<endl
摘要: cout << (2 << 1) << endl; cout << 2<<1<<endl; 输出21
阅读全文
posted @ 2022-06-19 18:25 lydstory
阅读(10)
评论(0)
推荐(0)
getbinblocksize(a)
摘要: #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)
goahead源码分析(2.5)
摘要: 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日
Yocto 介绍
摘要: https://baike.baidu.com/item/YOCTO/6281227?fr=aladdin
阅读全文
posted @ 2022-06-18 21:23 lydstory
阅读(26)
评论(0)
推荐(0)
Yocto
摘要: Yocto ,是一个开源社区。它通过提供模版、工具和方法帮助开发者创建基于linux内核的定制系统,支持ARM, PPC, MIPS, x86 (32 & 64 bit)硬件体系架构。
阅读全文
posted @ 2022-06-18 21:21 lydstory
阅读(118)
评论(0)
推荐(0)
goahead 学习
摘要: 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)
goahead官网
摘要: 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 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
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告