Skip to main content

分享一下我的省钱邮寄经验

发信人: yunjiejulia (没想好), 信区: Exchange
标  题: 分享一下我的省钱邮寄经验
发信站: BBS 未名空间站 (Wed May 20 18:51:18 2009)

disclaimer:

经验仅限于美国。usps=united state postal servie.

1。邮寄材料

一大原则是reuse网购的包装。很多纸箱,泡泡纸,塑胶袋,甚至air bag之类的都可以
再利用,环保又省钱。

如果要买的话,可以去dollar tree,泡泡信封1刀两个,厚纸信封1刀五六个,胶带纸
之类的也可以在doller tree买,质量不差。

要是寄包裹数量巨大的话,去ebay拍好了,我没试过,据说50个起买?

再就是usps priority flat rate的包装袋,包装盒,包装箱都是免费的,可以直接去
usps网站上订,free delivery。急用的话去邮局拿一两个也可以,但是邮局外面放的
flat rate包装材料好像很少。有很多种,请在这里看:http://shop.usps.com/webapp/wcs/stores/servlet /ProductCategoryDisplay?beginIndex=0&pageSize=10000&langId=-1&storeId=10001&catalogId=10152&categoryId=13354

特别推荐一下这种Tyvek flat rate envelope,防水,超轻,也够大:
http://shop.usps.com/webapp/wcs/stores/servlet/ProductDisplay?c

ups的包装箱好像也是免费的,很少用,不清楚。

2。usps

我主要用的就是usps。ms是最实惠的,不过最近频频涨价:(

13oz以下的东西,用first class。包装材料一定要用自己的,不可以改头换面用
priority的包装,it's against the law。

1lb到75lb(?not sure)的东西用priority flat rate. 信封纸袋邮资一律$4.8(? not
sure),箱子的邮资大约是8刀多,不到9刀吧。可以用自己的包装材料,也可以用usps
的免费flat rate 包装材料。当然用免费的划算拉,我小农,嘿嘿。

如果体积比较大,超过1lb,但是又不太重的话,也可以自己包装好后,去邮局寄
parcel,parcel比较慢,为了保险可以再买个delivery confirmation ($0.4x? not
sure),加起来也许会比priority flat rate 便宜点,不过比较麻烦。

如果自己在家用paypal print shipping label的话,自带delivery confirmation只要
$0.18。很方便,我主要是这么做。不过要注意的是,重量要算合适了,有时候低估了
重量,邮资少算了,包裹会被退回来的。

3。分门别类

化妆品护肤品,一般first class+泡泡信封可以搞定。多了就priority。再分享个小窍
门,寄眼影之类容易碎的东西,包上一层保鲜膜就可以避免了。

夏天小衣服,应该first class+塑胶袋就行了。我是说那种很厚实的塑胶袋,一面银灰
色一面白色那种。或者泡泡纸/塑胶袋+厚纸信封也行。

厚重些的衣服,当然是上面提到过的Tyvek flat rate 信封最方便。

鞋子,一般不太可能first class。鞋子小的话,可以塞进flat rate envelope(注意
防水,还有不要压坏),或者可以用priority shoe box,或者用自己的盒子装好去邮
局寄parcel+dc,大家自己发挥。

书,priority flat rate envelope。

包包,同鞋子。
--------

就想到这些了,祝大家交易愉快!

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into /opt/course/1/context_default_no_kubectl.sh , but without the use of k

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checking a shared sec