花好了很多时间读了事务信息系统:并发控制与恢复的理论、算法与实践英文名叫Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control这本书在国内的翻译版已经绝版了,似乎没出...
分类:
其他好文 时间:
2014-10-31 15:20:26
阅读次数:
226
D - Palindrome Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice URAL 1297DescriptionThe “U.S. Robots” HQ has...
分类:
编程语言 时间:
2014-10-30 22:28:49
阅读次数:
295
//字符反向排列
//vision 1.2
#include
void reverse_string( char *str )
{
char *string;//第一个字符位置
char *last_char;//最后一个字符位置
//for( last_char = str; ; last_char++ )
// if( *last_char == '\...
分类:
其他好文 时间:
2014-10-29 22:24:08
阅读次数:
254
1.Link:http://poj.org/problem?id=1008http://bailian.openjudge.cn/practice/1008/2.content:Maya CalendarTime Limit:1000MSMemory Limit:10000KTotal Submis...
分类:
其他好文 时间:
2014-10-29 16:21:33
阅读次数:
244
先附代码:(简单地说就是给出一个矩阵代表2048游戏的一个状态以及一个方向,输出往这个方向移动之后的矩阵)
#include
#include
#include
using namespace std;
int main()
{
int T;
ifstream ifile("B-large-practice.in");
ofstream ofile("out1.txt");
int nu...
分类:
其他好文 时间:
2014-10-29 13:08:07
阅读次数:
284
今天收到公司的一封邮件 随便看了看 好像是因为偶在一个马上要结束的项目里被客户好评了 BOSS给了偶一个所谓的Manager’s Choice Award for the practice Put the Client First.好吧 就当自己给自己一个乐子吧, 虽然在外面的实际价值连个包子都买不...
分类:
其他好文 时间:
2014-10-28 17:29:40
阅读次数:
199
map水果
D - Registration system
Time Limit:5000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status Practice CodeForces
4C
Description
A new e-mail service ...
分类:
其他好文 时间:
2014-10-27 21:25:14
阅读次数:
228
已经确定做C++后台的工作了,因此,要对C++要越来越熟悉才行,今天,在此列出学习和温习C++书籍的顺序,从而由浅入深地学习C++。1. 《C++ primer》 2. 《Accelerated C++》3. 《Programming: Principles and Practice Using C...
分类:
编程语言 时间:
2014-10-27 00:11:18
阅读次数:
243
1.controller类:package com.mzj.practice.controller;import org.apache.log4j.Logger;import org.springframework.stereotype.Controller;import org.springfra...
分类:
编程语言 时间:
2014-10-26 21:04:12
阅读次数:
267
H - LOOPS
Time Limit:5000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice HDU
3853
Appoint description:
System Crawler (2014-10-22)
Description
...
分类:
其他好文 时间:
2014-10-25 23:06:28
阅读次数:
440