加@表示无视转义符的存在。比如@”\n" 不是表示换行,而是表是\和n @"{""Input"":""stone"", ""Output"":""gold""}"和"{\"Input\":\"stone\", \"Output\":\"gold\"}"是等效的——用于转义双引号中 ...
分类:
其他好文 时间:
2018-06-30 00:16:25
阅读次数:
205
Little Nastya has a hobby, she likes to remove some letters from word, to obtain another word. But it turns out to be pretty hard for her, because she ...
分类:
其他好文 时间:
2018-06-28 22:50:43
阅读次数:
208
Programming Assignment 2: Deques and Randomized Queues Write a generic data type for a deque and a randomized queue. The goal of this assignment is to ...
分类:
其他好文 时间:
2018-06-26 00:44:49
阅读次数:
225
1、dpdk编译 https://www.cnblogs.com/soul-stone/p/9226242.html 2、编译OpenvSwitch http://www.cnblogs.com/soul-stone/p/7955589.html 3、ONOS and mininet, 含安装min ...
分类:
其他好文 时间:
2018-06-25 21:51:48
阅读次数:
318
首先datagrid中的pagination属性设置为true: 如 每次会自动传输 pageNum和pageSize到你写的那个URL地址 后台接收的时候是 page // 当前页数 和 rows //每页显示数目 两个数 然后根据这两个数就可以用 MySQL 中的 limit 方法 控制输出条数 ...
分类:
其他好文 时间:
2018-06-11 18:56:13
阅读次数:
262
B - Stone Monument Time limit : 2sec / Memory limit : 256MB Score : 200 points Problem Statement In some village, there are 999 towers that are 1,(1+2 ...
分类:
其他好文 时间:
2018-06-11 00:31:32
阅读次数:
183
The movement of the stone obeys the following rules: At the beginning, the stone stands still at the start square. The movements of the stone are rest ...
分类:
Web程序 时间:
2018-06-09 11:36:23
阅读次数:
212
/* 函数名:setPixmap() 参 数:无 描 述:设置状态图片 */ void test::setPixmap(bool pixmapStatus) { if(pixmapStatus) { QPixmap *pixmap = new QPixmap(":/images/red_stone.... ...
分类:
其他好文 时间:
2018-06-01 23:11:59
阅读次数:
1033
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:
其他好文 时间:
2018-05-31 10:44:30
阅读次数:
264
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4764 Problem Description Tang and Jiang are good friends. To decide whose treat it is for dinner, they ...
分类:
其他好文 时间:
2018-05-28 13:49:42
阅读次数:
197