阿奔的用户贡献

跳到导航 跳到搜索
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2024年8月28日 (星期三)

2024年8月26日 (星期一)

2024年8月23日 (星期五)

2024年8月22日 (星期四)

2024年8月21日 (星期三)

2024年8月20日 (星期二)

  • 10:362024年8月20日 (二) 10:36 差异 历史 +329 常用语句 - C++创建页面,内容为“=== Compile === ==== 当前函数名 ==== 在大多数编译器中,__FUNCTION__ 宏会被替换为当前函数名 cout << "Current Function: " << __FUNCTION__ << std::endl; * __FUNCTION__ : myfun * __func__ : myfun * __PRETTY_FUNCTION__ : void sys_info(std::string), gcc 分类:Develop 分类:C++

2024年8月16日 (星期五)

  • 10:342024年8月16日 (五) 10:34 差异 历史 +1,806 GCC创建页面,内容为“The GNU Compiler Collection (GCC) is a cornerstone in software development, equipping programmers with a robust suite of tools to compile various programming languages. Its significance spans various aspects of development, from enabling the creation of high-performance applications to supporting a multitude of programming paradigms. Below are key highlights that underscore the utility and versatility of GCC: * Comprehensive Language Support: In addition to C…” 当前

2024年8月15日 (星期四)

2024年8月14日 (星期三)

2024年8月12日 (星期一)

  • 10:412024年8月12日 (一) 10:41 差异 历史 +13,693 概率跳表创建页面,内容为“概率跳表(Probability Skip List)最早由 William Pugh 于 1990 年提出。它可以像排序数组一样进行快速搜索,同时利用链表结构方便(且快速)地插入新元素(这是使用排序数组无法实现的)。 跳表通过构建多个链表层来工作。在第一层上,找到可以跳过多个中间节点 / 顶点的链接。随着向下移动到更低的层,每个链接跳过的节点数会减少。 以下是由 Googl…” 当前

2024年8月11日 (星期日)

2024年8月8日 (星期四)

  • 17:012024年8月8日 (四) 17:01 差异 历史 +66 Java HTTP无编辑摘要 当前
  • 17:002024年8月8日 (四) 17:00 差异 历史 +1,039 Java HTTP创建页面,内容为“==== Server ==== import java.net.ServerSocket; import java.net.Socket; ServerSocket serverSocket = new ServerSocket(port0); Socket socket = serverSocket.accept(); # String IP_C = socket.getInetAddress().getHostAddress(); BufferedReader in = new BufferedReader(new InputStreamReader(socket.getInputStream())); PrintWriter out = new PrintWriter(socket.getOutputStream(), true); inputLine = in.readLine(); out.println("String"); # Http 返回结构 String httpRespo…”
  • 11:092024年8月8日 (四) 11:09 差异 历史 −143 HTTP→‎Post 当前
  • 11:082024年8月8日 (四) 11:08 差异 历史 +754 HTTP→‎有效负荷标头
  • 11:012024年8月8日 (四) 11:01 差异 历史 −16 HTTP无编辑摘要
  • 11:002024年8月8日 (四) 11:00 差异 历史 +3,522 HTTP创建页面,内容为“超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。 HTTP 遵循经典的客户端—服务端模型,客户端打开一个连接以发出请求,然后等待直到收到服务器端响应。HTTP 是无状态协议,这意味着服务器不会在两个请求之间保留任何数据(状态)。 === HT…”

2024年8月7日 (星期三)

2024年8月6日 (星期二)

2024年8月5日 (星期一)

2024年8月2日 (星期五)

最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500