We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0771da7 + a4ab961 commit 139c48bCopy full SHA for 139c48b
README.md
@@ -20,7 +20,7 @@ LepvClient通过JsonRpc连接
20
21
发送"ListAllMethod?"这个rpc方法,可以获得LepD所支持的所有方法
22
23
-root@bob-VirtualBox:~# echo "{\"method\":\"ListAllMethod\"}" | nc <lepd IP地址> 12307
+root@bob-VirtualBox:~# echo '{\"method\":\"ListAllMethod\"}' | nc <lepd IP地址> 12307
24
25
{
26
@@ -31,7 +31,7 @@ root@bob-VirtualBox:~#
31
32
具体某个方法,比如想获得内存的信息
33
34
-root@bob-VirtualBox:~# echo "{\"method\":\"GetProcMeminfo\"}" | nc <lepd IP地址> 12307
+root@bob-VirtualBox:~# echo '{\"method\":\"GetProcMeminfo\"}' | nc <lepd IP地址> 12307
35
36
37
0 commit comments