码迷,mamicode.com
首页 >  
搜索关键字:aws; csa; exam    ( 1984个结果
LeetCode Reorder List
Given a singly linked listL:L0→L1→…→Ln-1→Ln,reorder it to:L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the nodes' values.For exam...
分类:其他好文   时间:2014-08-28 17:47:15    阅读次数:208
【OCM】Exam Souvenir 20140825
完美的POSE!完美的考场Showtime!完美到毫无悬念!这些都是大家在恩墨学院通过日以继夜的努力训练所达到的效果。不是恩墨学院100%的通过率成就了大家,而是大家100%的通过率成就了恩墨学院!感谢每一位大师对恩墨学院所做出的贡献,也期待着大家坚持不懈打造出自己的完美的人生!
分类:其他好文   时间:2014-08-27 02:46:17    阅读次数:210
Java序列化框架性能比较
jvm-serializers提供了一个很好的比较各种Java序列化的的测试套件。 它罗列了各种序列化框架, 可以自动生成测试报告。 我在AWS c3.xlarge机器上进行了测试,一下是测试报告与解析。...
分类:编程语言   时间:2014-08-26 15:32:12    阅读次数:607
SWERC13 Decoding the Hallway
找规律  S+1 = S +'L'+~rev(S) Problem D Decoding the Hallway Problem D Edward is now 21 years old. He has to appear in an exam to renew his State Alchemist title. This year the exam is arranged ...
分类:其他好文   时间:2014-08-25 02:19:33    阅读次数:219
RHEL6下NFS的配置
首先检查一下NFS包是否已经安装。[root@CSA-Linux-001Desktop]#rpm-qa|grepnfs-utilsnfs-utils-lib-1.1.5-4.el6.x86_64nfs-utils-1.2.3-26.el6.x86_64如果没有安装则使用yum进行安装[root@CSA-Linux-001Desktop]#yuminstallnfs-utilsNFS服务依赖于rpcbind服务,因为在启动nfs服..
分类:其他好文   时间:2014-08-21 19:39:25    阅读次数:245
AWS之EC2远程登录
aws ec2 远程连接,注册失败 解决办法 timeout
分类:其他好文   时间:2014-08-21 14:48:44    阅读次数:196
利用Tsunami UDP将大数据迁移至云中
当你的数据规模达到PB级别的时候,想要移动这样大规模数据时就会变的费时费力,这也是企业在利用AWS规模化和弹性优势处理分析任务时面临的最大挑战之一。本文主要介绍了加速文件传输协议,谈到如何利用Tsunami DUP实现将大规模数据迁移到云中,其中利用UDP处理数据传输,TCP负责连接控制。...
分类:其他好文   时间:2014-08-18 18:45:49    阅读次数:310
Oracle 11g Articles
发现一个比较有意思的网站,http://www.oracle-base.com/articles/11g/articles-11g.php Oracle 11g Articles Oracle Database 11g: New Features For Administrators OCP Exam ArticlesOracle Database 11g Release 1: Mis...
分类:数据库   时间:2014-08-16 23:51:31    阅读次数:734
SGU 172.eXam
时间限制:0.25s空间限制:4M题意: 将n(n#include #include using namespace std;int n,m,x,y,tol;bool g[209][209];int f[30009];int dfs(int x){ for(int i=1;i<=n;...
分类:其他好文   时间:2014-08-15 17:34:19    阅读次数:177
【DataStructure】A useful util class for reading and writing files
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file. [java] view plaincopy import java...
分类:其他好文   时间:2014-08-14 01:30:09    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!