shibingsw 最近的时间轴更新
shibingsw's repos on GitHub
C++ · 3 人关注
fluid
2 人关注
awesome-cmake
A curated list of awesome CMake resources, scripts, modules, examples and others.
C++ · 2 人关注
beast
HTTP and WebSocket built on Boost.Asio in C++11
Python · 2 人关注
bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
CSS · 2 人关注
blog
2 人关注
camelinaction2
:camel: This project hosts the source code for the examples of the Camel in Action 2nd ed book :closed_book: written by Claus Ibsen and Jonathan Anstey.
Erlang · 2 人关注
chat_room
2 人关注
client-go
Go client for Kubernetes.
2 人关注
code-maat
A command line tool to mine and analyze data from version-control systems
C++ · 2 人关注
leetcode
HTML · 2 人关注
shibing.github.io
Stone 的博客
C · 1 人关注
bplus-tree
B+ tree implementation in C
1 人关注
CloudNativeNote
blog for personal
1 人关注
complexity-study
A complexity study using code-maat, python and d3.js
1 人关注
dragonboat
A feature complete and high performance multi-group Raft library in Go.
Java · 1 人关注
fescar
Fescar is an easy-to-use, high-performance, java based, open source distributed transaction solution.
JavaScript · 1 人关注
hexo-theme-next
Elegant theme for Hexo.
1 人关注
hotspots-helper
python hotspots helper scripts
C · 1 人关注
json-tutorial
从零开始的 JSON 库教程
C++ · 1 人关注
just_for_fun
1 人关注
kubevela
A Modern Application Deployment System Based on Kubernetes and OAM.
1 人关注
learn-regex
Learn regex the easy way
C++ · 1 人关注
libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
Lua · 1 人关注
lua-resty-http
Lua HTTP client cosocket driver for OpenResty / ngx_lua.
C · 1 人关注
misc
1 人关注
modern-cpp-features
A cheatsheet of modern C++ language and library features.
1 人关注
nginx-lua-module-zh-wiki
https://github.com/openresty/lua-nginx-module chinese version
Lua · 1 人关注
ngx_lua_waf
ngx_lua_waf是一个基于lua-nginx-module(openresty)的web应用防火墙
1 人关注
opentracing-specification-zh
OpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specification
C · 1 人关注
redis
Baidu Ksarch Redis
C++ · 1 人关注
spdlog
Super fast C++ logging library.
1 人关注
tutorials
Just Announced - "Learn Spring Security OAuth":
C++ · 1 人关注
xmr-stak
Unified All-in-one Monero miner
C · 1 人关注
yaco
0 人关注
analysis_claude_code
本仓库包含对 Claude Code v1.0.33 进行逆向工程的完整研究和分析资料。包括对混淆源代码的深度技术分析、系统架构文档,以及重构 Claude Code agent 系统的实现蓝图。主要发现包括实时 Steering 机制、多 Agent 架构、智能上下文管理和工具执行管道。该项目为理解现代 AI agent 系统设计和实现提供技术参考。
0 人关注
books
"我的阅历"
VimL · 0 人关注
dotfiles
0 人关注
free-books
Save and share some of my favorite books.
C++ · 0 人关注
lance
0 人关注
M3U8
直播使用
0 人关注
myIPTV
【典藏版】高清直播源涵盖几乎所有卫视节目,内置完美台标加节目预告
0 人关注
programming-rust
Programming Rust: Fast, Safe Systems Development 2nd Edition
Go · 0 人关注
provider-alicloud
0 人关注
system-prompts-and-models-of-ai-tools
FULL Augment Code, Claude Code, Cluely, CodeBuddy, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus Agent Tools, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, dia & v0. (And other Open Sourced) System Prompts, Internal Tools & AI Models
0 人关注
trader
交易模块
C · 0 人关注
twemproxy
A fast, light-weight proxy for memcached and redis
0 人关注
wolverine
shibingsw

shibingsw

V2EX 第 175153 号会员,加入于 2016-05-29 16:53:02 +08:00
shibingsw 最近回复了
微信真的是无语,现在 android 上的分身都在开始封!论自由的重要!
2017-11-06 15:21:41 +08:00
回复了 tinycold 创建的主题 北京 西三旗带独立卫浴主卧转租(单人 2600/月, 双人/2900)
同一个房子,单双人还收不一样的钱??
2017-10-29 10:44:57 +08:00
回复了 hqtc 创建的主题 Java Java 库 throw 了运行时异常怎么搞?
多半是你的代码有 bug。
@yuzhibott 你把所有线程都启动了,然后再一个一个的 join 不就行了?要是还不理解你应该去看看书了~
join 和时间长短有什么关系。。
2017-09-21 14:54:50 +08:00
回复了 hheedat 创建的主题 PHP PHP7 自带的 session 哈希算法变了,取不到 sessionid 怎么办?
@skydiver 对!!
2017-09-13 17:56:35 +08:00
回复了 simapple 创建的主题 程序员 转:八年 phper 的高级工程师面试之路
@mhycy 一样的,你不主动 bind,操作系统自动 bind 了
2017-09-13 16:47:19 +08:00
回复了 simapple 创建的主题 程序员 转:八年 phper 的高级工程师面试之路
@mhycy 一个 ip,一个端口在没有 reuseport 的情况下,肯定也是只能 bind 一次,就算对端的( ip, port )不一样,所以也肯定不是四元组的数目
2017-09-13 16:36:23 +08:00
回复了 simapple 创建的主题 程序员 转:八年 phper 的高级工程师面试之路
@shibingsw 而且无限配置,可以配置无限个网卡,ip 也就无数个了,就算长连接也是无数个页面
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1061 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 23:00 · PVG 07:00 · LAX 15:00 · JFK 18:00
♥ Do have faith in what you're doing.