# -*- coding: utf-8 -*-
from Tkinter import *
root = Tk()
# 80x80代表了初始化时主窗口的大小,0,0代表了初始化时窗口所在的位置
root.geometry('80x80+10+10')
# 填充方向
'''
Label(root, text = 'l1', bg = 'red').pack(fill = Y)
Label(roo...
分类:
编程语言 时间:
2014-08-28 00:59:38
阅读次数:
296
Problem Description
The students of the HEU are maneuvering for their military training.
The red army and the blue army are at war today. The blue army finds that Little A is the spy of the red ar...
分类:
其他好文 时间:
2014-08-27 18:50:28
阅读次数:
358
目录位置TCP/IP 体系传输层协议端到端通信进程逻辑通信数据分段进程标识符端口流量控制拥塞控制随机早期检测 RED套接字服务位置传输层协议属于面向通信部分的最高层,同时也是用户功能中的最低层TCP/IP 体系传输层协议端到端通信两个主机进行通信实际上就是两个主机中的应用进程互相通信,应用进程之间的...
分类:
其他好文 时间:
2014-08-27 16:32:18
阅读次数:
262
原文:十六进制颜色与Color对象的互相转换[C#]C#十六进制颜色与Color对象的互相转换 把十六进制颜色转化为color对象ColorTranslator.FromHtml("#FF0000")或 ColorTranslator.FromHtml("Red");
把color对象转化为十六进制...
分类:
其他好文 时间:
2014-08-27 12:37:37
阅读次数:
143
cat tail -f日 志 文 件 说 明/var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一/var/log/secure 与安全相关的日志信息/var/log/maillog 与邮件相关的日志信息/var/log/cron 与定时任务相关...
分类:
系统相关 时间:
2014-08-24 16:34:42
阅读次数:
286
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:
其他好文 时间:
2014-08-24 11:32:02
阅读次数:
164
1 /***** Selector Hacks ******/ 2 3 /* IE6 and below */ 4 * html #uno { color: red } 5 6 /* IE7 */ 7 *:first-child+html #dos { color: red } 8 ...
分类:
Web程序 时间:
2014-08-22 21:03:49
阅读次数:
311
最近安装了rhel6.5想听个mp3,但是找了好多源码包,包括mplayer在内按着网上的教程苦逼的编译,最后发现全都是错误,想听首歌歌真的太难了,我在linuxcast上面终于找到了方法,因为是视频操作,所以我将其转换为书面版,供大家参考。感谢linuxcast我终于可以用linux听mp3了!我..
分类:
系统相关 时间:
2014-08-22 18:15:10
阅读次数:
320
一、虚拟机配置
1、 虚拟机(VBox 4.3.12)
2、 配置虚拟机网卡网络,选择host-only,VirtualBox Host-Only Network网卡IP为设置为192.168.1.100
二、安装RedHat 5.3操作系统(序列号:9f3013459b745c13)
具体过程略,注意在自定义软件包那里选择现在配置,选取“开发工具”、“旧的开发工具”、“X工具”下...
分类:
数据库 时间:
2014-08-22 17:59:09
阅读次数:
343
在swift 中使用switch 开关语句在进行匹配的时候不需要在匹配成功的地方加上break了,在swift中它会自动在匹配成功的地方跳出去。不会在向下面执行example:“let vegetable = "red pepper"switch vegetable {case "celery": ...
分类:
编程语言 时间:
2014-08-22 00:02:05
阅读次数:
373