Chinaunix首页 | 论坛 | 博客
  • 博客访问: 305573
  • 博文数量: 214
  • 博客积分: 4258
  • 博客等级: 上校
  • 技术积分: 2021
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-02 09:16
个人简介

http://blog.csdn.net/ly21st http://ly21st.blog.chinaunix.net

文章分类

全部博文(214)

文章存档

2018年(16)

2015年(1)

2014年(2)

2012年(22)

2011年(173)

发布时间:2014-05-08 17:30:47

#include <iostream>using namespace std; struct _A; struct _B; typedef void (*dealloc)(struct _A *a); typedef struct _A { int i; dealloc b;}A; void free_used_b(struct _A *a){ delete a;} int main(){ cout<<"hello,world"<<endl;   for (size_t i=0.........【阅读全文】

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

发布时间:2014-05-08 14:43:26

Python使用Twisted总结 本篇文章来源于 Linux公社网站(www.linuxidc.com)  原文链接:http://www.linuxidc.com/Linux/2012-05/61402.htm  最近一直想把Python的Twisted框架好好学习学习,但苦于在生产环境中没有实际的应用,参考网上关于Twisted系列教程,决定深入学习下。Twisted起源于一款游戏,.........【阅读全文】

阅读(790) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册