5.11,第一次参加省赛QAQ。 我,还是一只小小菜猫。。
本来之前还有点小担心什么的,等到了省赛那一天却什么想法了(就是突然发现自己真的不会什么。。没必要紧张了)。一路调戏着实验室的各种大神。。
比赛开始后,还是ttt负责手速,我从后做,z从中间做。。或许就是注定来打酱油,那天除了手速题...
分类:
其他好文 时间:
2014-05-16 05:00:05
阅读次数:
252
一。Raid0创建#mdadm-C/dev/md0-n2-ayes-l0-x/dev/sdb1/dev/sdb2/dev/sdb3[创建Raid0,其中-C创建,-n指定磁盘块数,-aYouhaven‘tgivenenoughdevices(realormissing)tocreatethisarray,-x指定空闲盘个数]2.查看#mdadm-D/dev/md0#cat/proc/mdstat3.模拟磁盘故障#mdadm/dev/md0-f..
分类:
系统相关 时间:
2014-05-15 12:46:38
阅读次数:
512
The modernization of world had led to coming of
many businesses online. Businesses have realized the importance of coming up
online. That is the main ...
分类:
其他好文 时间:
2014-05-15 10:14:55
阅读次数:
364
绘制图形如下:
程序代码:
需要重新定义父类虚函数draw()
1、在HelloWorldScene.h头文件加入:
virtual void draw();
2、定义实现:
void HelloWorld::draw()
{
//add your code....
CHECK_GL_ERROR_DEBUG();
CCSize size = CC...
分类:
其他好文 时间:
2014-05-15 09:10:32
阅读次数:
285
MySQL has a number of global buffers, i.e. your
SGA. There are also a number of per session/thread buffers that combined with
other memory usage const...
分类:
其他好文 时间:
2014-05-15 07:34:17
阅读次数:
307
前段时间英语老师要求我们写一篇自己的personal statement,我相信作为一个IT学生,很多人对personal statement应该都是很了解的,出国留学深造都是必须的,当然想想自己也觉得有点遥远,但是以后的事情也说不好,说不定以后真能用的着呢,还是认认真真的写完personal statement。以下是英语汉语对照的全文。
As an applicant to your Uni...
分类:
其他好文 时间:
2014-05-15 02:40:28
阅读次数:
273
1、使用新建线程结合handler来更新UI线程中的 ListView,快速点击“刷新”,会出现下面的错误:
??
The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not mod...
分类:
其他好文 时间:
2014-05-15 02:30:17
阅读次数:
254
The web.config file can be used to set a
default document, or list of default documents for your website. Web.config can
be used to change the defau.....
分类:
Web程序 时间:
2014-05-15 02:21:15
阅读次数:
448
背景:这两天在做客户化物料编码导入的功能,发现请求运行完毕后,竟然警告了0Warning:ValidationErrorsOccured.PleasecheckMTL_INTERFACE_ERRORSTable”,不明所以,追查接口表,报错内容如下:“无法在“组织物料”中创建/删除物料控制的类别集。”,对应英文代码:“INV_CAT..
分类:
其他好文 时间:
2014-05-14 19:13:07
阅读次数:
295
1.uname-r查询系统内核版本2.cat/etc/issue查看所使用系统版本3.
分类:
其他好文 时间:
2014-05-14 17:20:16
阅读次数:
279