上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 38 下一页
摘要: sudo apt install python3-pip 阅读全文
posted @ 2019-12-17 16:38 kissrule 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Debian currently provides 3 ports, 'mips', 'mipsel', and 'mips64el'. The 'mips' and 'mipsel' ports are respectively big and little endian variants, us 阅读全文
posted @ 2019-12-17 10:28 kissrule 阅读(10754) 评论(1) 推荐(1) 编辑
摘要: https://packages.debian.org/stretch/mips64el/libhyperic-sigar-java/download 阅读全文
posted @ 2019-12-15 17:35 kissrule 阅读(257) 评论(0) 推荐(0) 编辑
摘要: https://files.cnblogs.com/files/longchang/hyperic-sigar-1.6.4-src.tar.gz 解压后进入bindings目录,如果想编译java的库,进入java目录,执行ant命令就可以了。 阅读全文
posted @ 2019-12-12 18:54 kissrule 阅读(806) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/happyliu/archive/2018/08/12/9462703.html 阅读全文
posted @ 2019-12-10 17:48 kissrule 阅读(338) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lx_Frolf/article/details/82056367 阅读全文
posted @ 2019-12-10 17:46 kissrule 阅读(868) 评论(0) 推荐(0) 编辑
摘要: cocomusic GoldenDict 必应好壁纸 RedNotebook 阅读全文
posted @ 2019-12-10 17:20 kissrule 阅读(330) 评论(0) 推荐(0) 编辑
摘要: https://github.com/redstoneleo/BingNiceWallpapers 下载linux版本,修改权限,直接执行。 阅读全文
posted @ 2019-12-10 15:59 kissrule 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 信号量作为锁使用事例。 #!/usr/bin/perl # use strict; use IPC::Semaphore; use IPC::SysV qw(IPC_PRIVATE S_IRUSR S_IWUSR IPC_CREAT IPC_NOWAIT SEM_UNDO); our $sem = 阅读全文
posted @ 2019-12-10 15:57 kissrule 阅读(387) 评论(0) 推荐(0) 编辑
摘要: server.pl #!/usr/bin/perl use strict; use IPC::Shareable; my $key = 'data'; my %options = ( create => 1, exclusive => 1, mode => 0644, destroy => 1, ) 阅读全文
posted @ 2019-12-10 13:43 kissrule 阅读(557) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 38 下一页