O*********h 发帖数: 4674 | 1 发现那个罐子的头好象有点问题,感觉是不是全部没搞进去啊,晕死了。靠
我网上看到有人说要抽真空,然后refill,有必要吗?
我的车e46 330ci,昨天压力35psi左右,感觉就没充进去多少,还漏了一些原来的出来
,真是悲催啊
现在能直接去walmart买罐新的充吗,准备买个好点的resuable的gauge. |
|
l********n 发帖数: 54 | 2 最近开始准备OO design questions, 这两天学习了一下design pattern, 用Amazon了
经典的Hotel Reservation OO
Design的问题练习了一下。希望能和版上各位高手交流一下。
(1) 问题1: 这个system应该就那些类
在version 1设计,我定义了如下类Room, SingleRoom, DoubleRoom, SuitRoom,
Hotel, Customer,
Reservation, Date。 因为感觉这个design,主要就是如何设计check different types
of rooms' availability和make
reservation。
(2) 问题2: 这些类的关系应该如何
其实就是"has-a" and "is-a" 的设计,也就是用inheritance或是composition
。根据直觉定了了如下的UML图
以上两步估计大部分人都能得道,不过如何才能打动interviewer呢?怎么才能提高这
个设计呢?
我想可以从两各方面入手:(1)program wit... 阅读全帖 |
|
o********1 发帖数: 550 | 3 glassdoor上不是很多吗?就那样,放轻松去面,没有算法或者数据结构的问题,基本
就是你提供思路,考官帮你实现,然后问你能不能改进代码,比如说把一些common
code整合成一个method增加resuablity。反正不难,主要看你写程序漂亮不漂亮,脑子
灵活不 |
|
d****k 发帖数: 2738 | 4 吸收力强,表面干爽。现在用的是lansinoh。另外有人用resuable的吗?发现用量太大
了。每天得换好几次。 |
|
h*****3 发帖数: 1391 | 5 $7 off with purchase of three enfamil premium infant powder formulas
.23.4oz resuable tub or 35oz refill box
exp: 06/13/2011
target only
$2 of with 3 16oz gerber cereals
exp: 06/21/2011
target only
$5 off on large size powder of enfamil a.r., excludes 12.9oz powder
exp:6/30/2011
SIMILAC
$2 OFF on any similac brand infant formula
exp:6/30/2011
2*$2.00 off on any similac 32fl oz ready to feed bottle or 6-pack of
similac on-the-go 8fl oz bottles
exp:9/30/2011
8*$2.00 off when you purchase any one ... 阅读全帖 |
|
R**********5 发帖数: 715 | 6 MM你用的那种可以resuable的呀?
给个链接吧。。。 |
|
D**********R 发帖数: 25234 | 7 这个很搞笑的,一定得是resuable的才行,我有次在henry忘了带袋子,就用手捧的,
东西反正不多,结果收银员不给减这个,说得有自己带来的袋子才行。
从此对普通老美的榆木脑袋理解又多了一层。。。 |
|
M*********8 发帖数: 15312 | 8 Target is teaming up with CocaCola, Tide & GE on April 18th and give away 1.
5 million reusable shopping bags with purchase. Just stop by Target to get
yours.
You can also get a FREE reusable bag from Target by mailing five plastic
shopping bags to
Terracycle
121 New York
Avenue Trenton, NJ 08638 |
|
|
|
|
r********h 发帖数: 5638 | 12 为什么不用resuable swim diaper呢? |
|
T********r 发帖数: 6210 | 13 要慢慢淘了,比如医院或者local CL。我的标准一般是没过期的一卷36张不超过$2。
象我这样基本上只拍黑白的话可以考虑bulk loading,就是买100ft的,回来用分装器
(bulk loader & resuable cassette)自己分装,可以装18卷36张的。最便宜的有
polypan f(医院:251208313470),一盘500ft,只要$60,不过要分装两次,第一次
把500ft分装成100ft,第二次把100ft分装成36张的,算下来相当于总共90卷。 |
|
L*******r 发帖数: 1011 | 14 It's not a factory. hehe. They must use macro to do the "copy" work. But the
code are too dirty
and not resuable.
Look at this:
namespace PetShop.DALFactory {
///
/// Factory implementaion for the Account DAL object
///
public class Account
{
public static PetShop.IDAL.IAccount Create()
{
/// Look up the DAL implementation we should be using
string path =
System.Configuration.ConfigurationSettings.AppSettings["WebDAL"];
string className = path + ".Account";
// Using the evi |
|
g*****g 发帖数: 34805 | 15 找到blaze当年对FP评价的一段。还说没鼓吹呢,事实胜于雄辩。我老是不懂编程语言,
但眼光实在比你强得太多。
Second, I here apologize to make the dogmatical judgment that
you have totally no idea about programming languages. Let me
rephrase: you have almost totally no idea about programming
languages. I just do not understand why you can keep talking
about things that you have very little knowledge about with such
great confidence. If I were you, I would have wisely shut
myself up. Look at your commenting here, none of which is right.
1. How c... 阅读全帖 |
|