搜索资源列表
txl.tar
- 通信录源码,shell编程实例。将tar包上传至linux服务器后,tar zxvf txl.tar.gz,即可解压。-communications recorded source, shell programming examples. Tar packets will upload to Linux servers, tar zxvf txl.tar.gz can be unpacked.
LINUX_and_UNIX_SHELL_Programming_Guide
- LINUX与UNIXSHELL编程指南,推荐本好书啊!大家可以-LINUX and UNIXSHELL Programming Guide, ah recommend this book! Everyone can see
webchat
- Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。 tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。 (1)代码用中到的前端是: twitter 的项目 bootstrap ajax 框架是 jquery (