- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 Make CapsLK as an additional Ctrl @ Ubuntu 14.04+
a simple way .... # Check /usr/share/doc/keyboard-configuration/README.Debian for # documentation on what to do after having modified this file. # The following variables describe your keyboard
2014-11-04 20:27:07 581
原创 Perl之冒泡排序法
#! /usr/bin/perl -w use strict; my @list = qw /3 5 6 2 12/; bubble_sort(\@list, scalar @list); print "@list\n"; sub bubble_sort { my $arrays_ref = shift || ""; my $num = shift || "";
2013-05-23 22:19:17 2664 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人