码迷,mamicode.com
首页 >  
搜索关键字:db2 dbvisualizer per    ( 4062个结果
Yet Another Broken Keyboard
time limit per test2 secondsmemory limit per test256 megabytesinput: standard inputoutput: standard output Recently, Norge found a string s=s1s2…sn co ...
分类:其他好文   时间:2019-12-21 00:15:46    阅读次数:68
As Simple as One and Two
time limit per test3 secondsmemory limit per test256 megabytesinput: standard inputoutput: standard output You are given a non-empty string s=s1s2…sn, ...
分类:其他好文   时间:2019-12-20 23:54:14    阅读次数:181
Make Them Odd
time limit per test3 secondsmemory limit per test256 megabytesinput: standard inputoutput: standard output There are n positive integers a1,a2,…,an. F ...
分类:其他好文   时间:2019-12-20 23:52:25    阅读次数:105
使用CSS修改radio样式
1,第一种样式: <label> <input class="radio_type" type="radio"/>免费</label> <label> <input class="radio_type" type="radio" />积分</label> <label> <input class=" ...
分类:Web程序   时间:2019-12-20 21:06:37    阅读次数:130
redis数据库
关系型数据库与非关系型数据库关系型数据库:一个机构化的数据库,创建在关系模型基础上,一般面向于记录包括oracle,mysql,sqlserver,db2非关系型数据库:除了主流的关系型数据库意外的数据库,都人为是非关系型的包括redis,mongdb,hbase,couhdb非关系型数据库产生背景对数据库高并发读写需求对海量数据高效存储与访问需求对数据库高可扩展性与高可用需求Redis简介Red
分类:数据库   时间:2019-12-20 20:25:01    阅读次数:89
codeforces603
A. Sweet Problem #include<bits/stdc++.h> #define rep(i, n) for(int i=0;i!=n;++i) #define per(i, n) for(int i=n-1;i>=0;--i) #define Rep(i, sta, n) for( ...
分类:其他好文   时间:2019-12-20 01:25:11    阅读次数:164
codeforces605
A. Three Friends #include<bits/stdc++.h> #define rep(i, n) for(int i=0;i!=n;++i) #define per(i, n) for(int i=n-1;i>=0;--i) #define Rep(i, sta, n) for( ...
分类:其他好文   时间:2019-12-19 19:07:18    阅读次数:54
Beta版本演示
小组信息 组名:斗地组 组长博客: "地址" 组内成员: |组员|学号| | | | |林涛(组长)|031702616| |童圣滔|031702117| |林红莲|031702213| |潘雨佳|031702214| |覃鸿浩|031702218| |于瀚翔|031702217| |袁正闻|031 ...
分类:其他好文   时间:2019-12-19 13:11:12    阅读次数:87
js原型和原型链的简单理解
构造函数创建对象: function Person() { } var person = new Person(); person.name = 'Tian'; console.log(person.name); //Tian Person 就是一个构造函数,使用 new 创建了一个实例对象 per ...
分类:Web程序   时间:2019-12-18 12:56:55    阅读次数:77
CF 1020B Badge
之前写过DFS的题,但是或多或少有参考别人的思路,最近开始专攻DFS,下面这道题就是DFS练习第一题CF 1020B,之后训练完后抽时间写一篇DFS专项。 B. Badge time limit per test 1 second memory limit per test 256 megabyte ...
分类:其他好文   时间:2019-12-17 22:37:33    阅读次数:93
4062条   上一页 1 ... 34 35 36 37 38 ... 407 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!