#include #include using namespace std;class Stu { public: char name[12]; char id[12];};int main() { int N = 0; // because all t...
分类:
其他好文 时间:
2014-11-04 01:33:12
阅读次数:
128
1. JSP
JSP(javaServerPage)would be supplementary for Servlet, rather than be substituted. Because the JSP sloves tow problems of Servlet.Such as,first,the HTML tags in Servlet all must be enclose...
分类:
Web程序 时间:
2014-11-03 13:05:45
阅读次数:
173
错误信息:
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again....
分类:
其他好文 时间:
2014-11-01 20:34:05
阅读次数:
883
SQL2008 R2中时,Diagrams的问题Error: ------------------------------ Database diagram support objects cannot be installed because this database does not have...
分类:
数据库 时间:
2014-10-31 18:57:47
阅读次数:
154
Special Fish
Problem Description
There is a kind of special fish in the East Lake where is closed to campus of Wuhan University. It’s hard to say which gender of those fish are, because ever...
分类:
编程语言 时间:
2014-10-31 12:02:57
阅读次数:
266
我的环境:
Virtualbox 4.3.10 r93012
操作系统:win7
问题:Virtualbox在使用拷贝的虚拟盘时会提示uuid冲突:
Because a hard disk with uuid ‘’ already exists.
按照网上的说法,运行VBoxManage修改uuid报错:
D:\Program Files\Oracle\Virtu...
分类:
其他好文 时间:
2014-10-30 23:55:30
阅读次数:
238
#vncserverWarning: localhost.localdomain:1 is taken because of /tmp/.X11-unix/X1Remove this file if there is no X server localhost.localdomain:1Warnin...
分类:
其他好文 时间:
2014-10-30 16:57:18
阅读次数:
174
EXERCISE 36Designing and DebuggingRules for If- Statements1. Every if- statement must have an else.2. If this else should never be run because it does...
分类:
编程语言 时间:
2014-10-30 16:47:05
阅读次数:
166
Paths on a GridDescriptionImagine you are attending your math lesson at school. Once again, you are bored because your teacher tells things that you a...
分类:
其他好文 时间:
2014-10-29 21:20:03
阅读次数:
148
当在IIS中修改绑定的端口号后启动时遇到如下错误,表明你的端口号已经被占用了
使用netstat -ano这个指令查看本地端口占用情况,换一个没有被占用的端口即可。
??...
分类:
数据库 时间:
2014-10-29 13:03:17
阅读次数:
176