UVA 1564 - Widget Factory
题目链接
题意:n种零件, 给定m个制作时间,每段时间制作k个零件,每种零件有一个制作时间,每段时间用Mon到Sun表示,求每个零件的制作时间,还要判断一下多解和无解的情况
思路:对于每段时间列出一个方程,这样一共列出m个方程解n个变元,利用高斯消元去求解,注意每个方程都是MOD 7的,所以在高斯消元过程中遇到除法要求该数字%7...
分类:
其他好文 时间:
2014-08-10 18:39:30
阅读次数:
345
1、关闭cephosd进程servicecephstoposd2、让ceph集群中的数据进行平衡3、等所有的pg都达到active+clean平衡度时删除osd节点删除前ceph集群状态[root@os-node3~]#cephosdtree#idweighttypenameup/downreweight-14rootdefault-21hostos-node301osd.0down0-31hostos-node411osd.1u..
分类:
其他好文 时间:
2014-08-05 11:36:30
阅读次数:
1475
起初没400 Bad request
过一段时间就产生了
[pid: 14558|app: 0|req: 23/23] 123.127.3.37 () {38 vars in 653 bytes} [Mon Aug 4 21:29:55 2014] GET / => generated 0 bytes in 6 msecs (HTTP/1.1 500) 4 headers in 147 by...
分类:
其他好文 时间:
2014-08-05 00:44:10
阅读次数:
724
一、PostgreSQL中可以直接对时间进行加减运算: 查询系统当前时间: select?now(); 或者 select?current_timestamp; SELECT now()::timestamp + ‘1 year‘;? --当前时间加1年 SELECT now()::timestamp + ‘1 mon...
分类:
数据库 时间:
2014-08-02 13:02:23
阅读次数:
275
This part of the tutorial describes how to?setup a simple Ceph client using librados (for?C++). The only information that the client requires for the?cephx?authentication is Endpoint of the mon...
分类:
其他好文 时间:
2014-07-31 21:24:07
阅读次数:
399
this指针仅仅能在一个类的成员函数中调用,它表示当前对象的地址。以下是一个样例: void Date::setMonth( int mn ) { month = mn; // 这三句是等价的 this->month = mn; (*this).mon...
分类:
编程语言 时间:
2014-07-27 09:55:32
阅读次数:
182
/**
*?Created?by?YCXJ-wanglihui?on?2014/7/25.
?*?@module?utils
*/
‘use?strict‘;
/**
?*?@class?日历类?Calendar
?*?@constructor
?*?@param?{Number}?year
?*?@param?{Number}?mon...
分类:
编程语言 时间:
2014-07-26 03:36:07
阅读次数:
349
对于mongoose操作集合的方便之处确实不一般,但主要还是你在引用中对集合的设计,不过mongoose在使用ref关联集合的时候有限制和查出的集合的组合问题有点麻烦。不过不要紧,简单易用就行。 ????1.mon...
分类:
其他好文 时间:
2014-07-22 08:10:35
阅读次数:
289
一 生词 1 determine 决定vt e.g. Your attitude,not your aptitude,will determine your altitude.决定你人生高度的不是你的才能,而是你的态度。 结束vi e.g. The lease determines next mon...
分类:
其他好文 时间:
2014-07-21 23:29:41
阅读次数:
297
leon@DGLIRUAN2 /F/linux/android/leon/workspace/AngoWidget (master)
$ git log
commit 2f847e3a858ecb2f843e7820cd8eaedf2ec7102d
Author: leon
Date: Mon Jul 14 23:38:58 2014 +0800
alarm worki...
分类:
其他好文 时间:
2014-07-15 12:28:00
阅读次数:
279