Chinaunix首页 | 论坛 | 博客
  • 博客访问: 49553
  • 博文数量: 11
  • 博客积分: 85
  • 博客等级: 民兵
  • 技术积分: 163
  • 用 户 组: 普通用户
  • 注册时间: 2012-08-08 09:59
文章分类

全部博文(11)

文章存档

2013年(8)

2012年(3)

我的朋友

发布时间:2013-08-23 19:38:45

strlcpy......【阅读全文】

阅读(897) | 评论(0) | 转发(0)

发布时间:2013-07-23 17:51:04

点击(此处)折叠或打开(require "sb-bsd-sockets")(use-package "SB-BSD-SOCKETS")(use-package "SB-SYS")(defun htons (hostshort)  (logior (ash (logand hostshort #x00FF) 8)   .........【阅读全文】

阅读(2259) | 评论(0) | 转发(0)

发布时间:2013-07-18 10:29:55

点击(此处)折叠或打开#!/usr/bin/pythonfrom struct import *from socket import *from sys import *class DBPkgHead:    def __init__(self):  &.........【阅读全文】

阅读(2074) | 评论(0) | 转发(1)

发布时间:2013-07-18 10:28:20

点击(此处)折叠或打开static int GB18030Cut(const unsigned char *buf, int max){    int i = 0;    for (; i < max;)    {     .........【阅读全文】

阅读(833) | 评论(0) | 转发(0)

发布时间:2013-07-15 09:49:48

非C++1x实现,可return UniquePtr、赋值、构造。点击(此处)折叠或打开#ifndef UNIQUEPTR_H#define UNIQUEPTR_Htemplatestruct default_delete{    void operator()(_T *pt.........【阅读全文】

阅读(1328) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

yyguzhou2019-10-23 11:58

test

回复  |  举报

yyguzhou2019-10-23 11:58

test

回复  |  举报

yyguzhou2019-10-23 11:58

test

回复  |  举报
留言热议
请登录后留言。

登录 注册