English April 2, 2010

PMO   项目管理办公室

Corporate Project Management Office 集团项目管理办公室

 

Project Dashboard英[ˈdæʃbɔ:d]

项目仪表盘

 

 

appointment [əˈpɔintmənt]

  • 1.约会, 约定, 预约
    I have an appointment with him at four o'clock.
    我和他四点钟有个约会。
    They made an appointment for the second day of May.
    他们在五月二号有个约会。
  • 2.任命, 委派
    He secured the appointment of professor of English literature in the university.
    他获聘为该大学的英国文学教授。
    3.职务;职位

Appointment Announcement of Mr,XXX;关于MrXXX任命的通知

 

 

Apache Cassandra is an advanced, second-generation “NoSQL” distributed data store that has a shared-nothing architecture. The Cassandra decentralized model provides massive scalability, and is highly available with no single point of failure even under the worst scenarios.

"In response to the growing need for scalable, high-throughput databases, we are pleased to release Cassandra 0.6," said Jonathan Ellis, Apache Cassandra Project Management Committee Chair. "It's fantastic seeing the Project's community at the ASF grow to match the promise of the technology."

Originally developed at Facebook and submitted to the ASF Incubator in 2009, the Project has added more than a half-dozen new committers, and is deployed by dozens of high-profile users such as Cisco WebEx, Cloudkick, Digg, Facebook, Rackspace, Reddit, and Twitter, among others.

"The services we provide to customers are only as good the systems they are built on," said Eric Evans, Apache Cassandra committer and Systems Architect at The Rackspace Cloud. "With Cassandra, we get the fault-tolerance and availability our customers demand, and the scalability we need to make things work."

 

Cassandra 0.6 features include:

- Support for Apache Hadoop: this allows running analytics queries with the leading map/reduce framework against data in Cassandra.

"Digg is very excited to see Cassandra mature in the last year and graduate to a top-level Apache project. Cassandra is powering our next generation infrastructure, and allowing us to run in an environment that demands data access in datacenters around the world," said Chris Goffinet, Performance and Availability Architect at social news website Digg.

- Integrated row cache: this eliminates the need for a separate caching layer, thereby simplifying architectures.

Powering more than 10 billion pages, Twitter switched to Apache Cassandra because it can run on large server clusters and is capable of taking in very large amounts of data at a time. Storage Team Technical Lead Ryan King explained, "At Twitter, we're deploying Cassandra to tackle scalability, flexibility and operability issues in a way that's more highly available and cost effective than our current systems."

- Increased speed: this builds on Cassandra's highly-launded ability to process thousands of writes per second, allowing solutions of all kinds to cope with increasing write loads.

"Apache Cassandra 0.6 is 30% faster across the board, building on our already-impressive speed," added Ellis. "It achieves scale-out without making the kind of design compromises that result in operations teams getting paged at 2 AM."

Availability

Released under the Apache Software License v2.0, Apache Cassandra 0.6 can be downloaded at http://cassandra.apache.org/.

About The Apache Software Foundation (ASF)

Established in 1999, the all-volunteer Foundation oversees more than seventy leading Open Source projects, including Apache HTTP Server — the world's most popular Web server software. Through The ASF's meritocratic process known as "The Apache Way," nearly 300 individual Members and 2,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation’s official user conference, trainings, and expo. The ASF is funded by individual donations and corporate sponsors including Facebook, Google, HP, Microsoft, Progress Software, SpringSource/VMware, and Yahoo! For more information, visit http://www.apache.org/.

Write a C++ program that defines a class DateV2 that (1) Contains all the members in the class DateV1; Programming for Engineers C++ (2) Has two constructors as follows: One takes three parameters, int y, int m, int n; The other is the default constructor that takes no parameter (3) Has additional public member functions as follows: string getWeekDay(); // return the week day, for example, Sunday if day is 0, etc bool Leap(); // return if the year is leap int differFrom(DateV2& oneDate); // return the difference in days between the calling object // and the oneDate object void printDate(); // print the year, the month in English, the day, and the week day Test class DateV2 in the main function as follows: (1) Declare and set the objects today and tomorrow as in Problem 2. (2) Declare and initialize (by a constructor) an object to represent your OWN birthday. (3) Use the member function printDate to print today, tomorrow, and your birthday. (4) Output the weekday of today, tomorrow, and your own birthday. (5) Output how many days has passed since your birth (the difference between your birthday and today). Hint: i) We can use another string array to store the English name for week days (Sunday, Monday, through Saturday) ii) We know that it is Monday on Year 1, Month 1, and Day 1 iii) A good idea is to first design a function to compute the number of days that has passed since Year 1, Month 1, and Day 1, and then to use this function to compute the week day for a give date and to compute the difference between two dates. You can store the number of days for each of the 12 months in an integer array, which helps in counting the days.
05-22
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值