Results 30 comments of zaoying

> @zaoying you means that should add `aya_log_ebpf::info!("init logger")` which will fix this issue? sort of, you must add at least one statement that contains macro `info!` , then the...

the problem occurs because you have disabled every statement contains `info!` in the kernel code

> loadAndCreateMaps I ran into this problem few days ago, but I don't goebpf to load the `*.o` file. May you should use `strace` to collect some useful log, like...

兼容1.5以上啊

这个真的是我疏漏了,不过这疏漏只在EChartsAnnotationGenerator这个类上存在问题。这个类本来是用来生成注解,所以不影响使用。你把这个类去掉也不影响,请放心!兼容1.5是肯定可以的。

谢谢您的支持!其实这个框架考虑到了代码迁移的问题,你可以参考“继承”的使用,通过导入json文件不用重写也可以转移到这个平台。

嗯,这个框架是为了把数据和视图解耦,不要把数据写死了,留下setXXX()方法,方便日后复用

这个开源项目不再维护了,因为前后端分离越来越流行,现在都是前端负责渲染页面,所以没必要使用JSP标签

3000多个注解是用脚本生成的,github外国人多没多少star,开源中国上已经超过100了

我成功把tcp payload打印到std,tls协议还得解密。 ```rust let start = Ipv4Hdr::LEN + TcpHdr::LEN; let end = ctx.len() as usize; if end - start