Recent Activity
harryheng
User for 4 years
永久订阅用户
3 years ago 评论 字符串匹配算法之 BF 算法<?php function bf($str, $reg) { $strCount = strlen($str); $regCount = strlen($reg); ...
3 years ago 评论 冒泡排序function bubble_sort($nums) { $count = count($nums); if ($count <= 1) { return...
4 years ago 评论 Socket 编程(一):Dial 函数及其使用C:\go_project\src\demo>go run tcp.go local.xueyuanjun.com:8081 HTTP/1.1 503 Service Unavailabl...