logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

C++程序(2),最好在虚拟机上运行

The BAT&COM Virus in C  代码:  - - - -----------------Start Code------------------------- - - -  /* This file is a high-level language virus of a different sort.  It will search out batch files

#虚拟机#c++
C++程序(1),最好在虚拟机上运行

代码:- - ------------------ Cut Here -------------------------- - -  /* This is a simple overwriting virus programmed in Turbo C */  /* It will infect all .COM files in the current directory

#虚拟机#c++
python学习教程(十二),一个文本界面下网络聊天室

Hello大家好,今天说一下python的socket编程,首先,实验环境:一个云服务器(我们这里是用的阿里云,大家将就自己的条件吧);类Unix操作系统(如Mac OS,Linux等);Windows系列操作系统。在这里,我使用的是阿里云,Mac OSX,Windows XP(在mac上的一个虚拟机)。Server.py# -*- coding: utf-8 -*-

python学习教程(十一)scrapy框架的搭建

我们主要在linux系统上做开发,因此讲一下ubuntu系统中scrapy框架的搭建1、准备好搭建环境所需的gcc运行一下代码:sudo apt-get install python-devsudo apt-get install libevent-dev sudo apt-get install libxml2 libxml2-devapt-get insta

svn命令——(转载)

/***  转载请注明作者longdick    http://longdick.javaeye.com**/ SVN版本:1.5 及更新版本名词说明:WC:Working Copy 你的工作区Versioned:受控的;受版本控制的 SVN是什么? SVN是开源的版本控制系统。比CVS更多的特性。

python学习教程(十)之wxpython

今天写一个wxpython的计算器,此处代码:#!/usr/bin/python# -*- coding: utf-8 -*-# calculator.pyimport wxclass Example(wx.Frame):bianliang1 = '0'bianliang2 = '0'judge = ""def __init__(

到底了