打开VMware系统时,出现错误“Invalid configuration file. File "I:/My Virtual Machines/Windows XP english Professional/Windows XP Professional.vmx" was created by ...
分类:
其他好文 时间:
2014-07-06 19:06:08
阅读次数:
175
直接将这3题 放一起了 今天在做线段树的东西 这3个都是区间更新的 查询方式互相不同 反正都可以放到一起吧直接先上链接了 touch me touch me touch me关于涉及到区间的修改 -- 区间更新的话 分为 增减 或者 修改 主要就是个 laze 标记 就是延迟更新...
分类:
其他好文 时间:
2014-07-06 18:29:16
阅读次数:
157
应该是今夜的世界杯前的最后一题了吧又是个区间更新-增减 区间查询-求和 类型的题目连废话都不想打上去了 有点烦那touch me 1 // 线段树 区间更新--增减 区间查询--求和 2 3 #include 4 using namespace std; 5 6 const in...
分类:
其他好文 时间:
2014-07-06 16:52:47
阅读次数:
128
一、服务端-server.c#include #include #include #include #include #include #include #define MAXPENDING 5#define BUFFSIZE 32void Die(char *mess){ perror(me...
分类:
其他好文 时间:
2014-07-06 14:12:12
阅读次数:
180
---问题select owner,index_name,DEGREE from DBA_INDEXES where DEGREE>1 *ERROR at line 1:ORA-01722: invalid number--1 获取运行跟踪信息SQ...
分类:
其他好文 时间:
2014-07-06 13:41:04
阅读次数:
278
Since I mainly use Java, this problem seems meaning less for me to implement it with Java. Just use StringBuilder to append each character in string f...
分类:
其他好文 时间:
2014-07-06 13:33:34
阅读次数:
296
http://www.zihou.me/html/2010/11/14/2658.htmlhttp://www.linuxidc.com/Linux/2011-04/34964p4.htmhttp://www.cnblogs.com/jsckdao/archive/2011/05/05/203826...
分类:
Web程序 时间:
2014-07-05 16:56:46
阅读次数:
330
Help Me Escape
Time Limit: 2 Seconds
Memory Limit: 32768 KB
Background
If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto th...
分类:
其他好文 时间:
2014-07-05 11:05:59
阅读次数:
220
#!/usr/bin/envpython
#-*-coding:utf8-*-
importsmtplib
fromemail.mime.textimportMIMEText
textfile=‘sendmail.html‘
withopen(textfile,‘rb‘)asf:
msg=MIMEText(fp.read(),‘html‘,‘utf8‘)
msg.set_charset(‘utf8‘)
me=‘xxx@163.com‘
you=‘xxxx@qq.com‘
msg[‘Subject‘]=..
分类:
编程语言 时间:
2014-07-04 06:41:33
阅读次数:
325