harryheng

harryheng

来这里4年了

永久订阅用户  

<?php function bf($str, $reg) { $strCount = strlen($str); $regCount = strlen($reg); ...

3年前 评论 字符串匹配算法之 BF 算法

function bubble_sort($nums) { $count = count($nums); if ($count <= 1) { return...

3年前 评论 冒泡排序

C:\go_project\src\demo>go run tcp.go local.xueyuanjun.com:8081 HTTP/1.1 503 Service Unavailabl...

3年前 评论 Socket 编程(一):Dial 函数及其使用