LightDrizzle
LightDrizzle
我尝试过直接copy其中的代码先跑一跑,发现其中相关的代码import部分出错,也应该只是后期有所改动造成的,example里面的代码是可以跑的,希望有空能改一下,不然大家可能发现quick start不能跑较多的人就放弃了使用。
I'm very new about bpf and I wanna transfer a bcc example from python to golang, which the example is about [http_filter](https://github.com/iovisor/bcc/tree/master/examples/networking/http_filter) So how can i transfer it now?
目前想到的就是加l event listener里面写可能会比较方便的改动index
导入数据库数据时无法使用UNION ALL 或者有什么可替代的方法 `util/Indexer.php --rebuild --source=mysql://root:@localhost/exampletwo --sql="SELECT id, title, content FROM docs UNION ALL SELECT id, title, content FROM documents" --project=demo2` 以上是我的cmd,但导入的数据量并不会,我想询问下原因