Zeev Li's Blog

一个属于自己的学习空间

 
 
 
 
 
 

耐克血汗工厂产能夸张 出厂价仅仅为售价一折

2009-11-14 8:56:00 阅读(2) 评论(0)


虽然无法从工厂现场调查到有关外包的利润数据,但通过其他途径,《每日经济新闻》记者还是得知了这样一个事实:外包业务成本低得惊人。

耐克方面提供的数据显示,一双在中国售价600元人民币的耐克鞋子,工厂的订单价是20美元;订单价10元人民币的帽子,市场价是100元人民币;3元订单价的袜子可以卖出25元……出厂价是售价的一折已经是耐克的“商业规则”。

“在鞋类和服装的生产中,中国工厂的议价能力并不高。”福建一家耐克的鞋类代工厂负责人对《每日经济新闻》表示。

在足球生产方面拥有较多话语权的代工商们,利润也十分有限。据《每日经济新闻》调查,一只市场售价8美元的手工缝制足球的出厂价是7元人民币, 如果外包给工

阅读(2) | 评论(0) | 阅读全文>>

VMX Locater

2009-11-11 15:36:31 阅读(0) 评论(0)

    The VmX Locater is a very simplifed version of the default FreePBX follow-me setup. These settings can be set and edited by the FreePBX administrator, but if the locater is enabled for a user, then they will be able to change these settings themselves using the Asterisk Recording Interface.

   

阅读(0) | 评论(0) | 阅读全文>>

FreePBX中的FAX相关设置

2009-11-11 11:54:28 阅读(6) 评论(0)

    The Fax Extension dropdown is used to select the extension that the inbound faxes will be directed to. Typically, this extension is a ZAP/DAHDI extension that has a physical fax machine plugged into it. However, it may also be a virtual extension answered by a software program on the PBX. The program will accept faxes and  
turn them into digital documents for review.

阅读(6) | 评论(0) | 阅读全文>>

FreePBX中的Inbound routing priorities

2009-11-11 11:27:28 阅读(1) 评论(0)

FreePBX will give a route priority  in the following sequence:
1.  Routes with a specifc DID and CID will always be frst in priority.
2.  Routes with a specifc DID but no CID will be second in priority.
3.  Routes with no DID, but with a specifc CID will be third in priority.
4.  Routes with no specifc DID or CID will be last in priority.

阅读(1) | 评论(0) | 阅读全文>>

认识sqlite

2009-11-10 15:12:14 阅读(0) 评论(0)

   SQLite 是 D. Richard Hipp 用 C 语言编写的开源嵌入式数据库引擎。它是完全独立的,不具有外部依赖性。它是作为 PHP V4.3 中的一个选项引入的,构建在 PHP V5 中。SQLite 支持多数 SQL92 标准,可以在所有主要的操作系统上运行,并且支持大多数计算机语言。SQLite 还非常健壮。其创建者保守地估计 SQLite 可以处理每天负担多达 100,00 次点击率的 Web 站点,并且 SQLite 有时候可以处理 10 倍于上述数字的负载。

详情请阅:http://www.ibm.com/developerworks/cn/opensource/os-sqlite/

阅读(0) | 评论(0) | 阅读全文>>

Monitoring trunk status with FreePBX failure scripts

2009-11-9 14:27:28 阅读(0) 评论(0)

   In order to enable this feature, frst select the Enable checkbox next to the feld,  and then enter the name of the script that should be executed when the trunk fails. The asterisk user must be able to execute scripts. Scripts must be located in the  /var/lib/asterisk/agi-bin/ directory.A failure script will only be executed if

阅读(0) | 评论(0) | 阅读全文>>

使用Asterisk CLI 检查Trunk的状态

2009-11-9 12:16:36 阅读(1) 评论(0)

1、检查SIP Trunk 的状态
>>sip show registry
Host                     Username    Refresh  State
sip.provider1.com:5060   5551234567      120  Request Sent
sip.provider2.com:5060   5550123456      105  Registered

The State column may list one of the following values:

阅读(1) | 评论(0) | 阅读全文>>

华为交换机限速手册

2009-11-5 14:24:05 阅读(1) 评论(0)

2000_EI系列以上的交换机都可以限速,限速不同的交换机限速的方式不一样

2000_EI直接在端口视图下面输入LINE-RATE 命令实现

端口限速配置

 『S2000EI系列交换机端口限速配置流程』

使用以太网物理端口下面的line-rate命令,来对该端口的出、入报文进行流量限速。

 1. 进入端口E0/1的配置视图

[SwitchA]interface Ethernet 0/1

2. 对端口E0/1的出方向报文进行流量限速,限制到3Mbps

[SwitchA- Ethernet0/1]line-rate outbound 30

阅读(1) | 评论(0) | 阅读全文>>

Limiting the number of calls per server

2009-10-28 11:45:11 阅读(0) 评论(0)

    When looking to balance the load over a number of Asterisk servers, there are several little publicized options in asterisk.conf as shown in the following code snippet, which are very useful:
[options]

阅读(0) | 评论(0) | 阅读全文>>

Rsync 同步服务器之间的数据

2009-10-28 11:42:24 阅读(3) 评论(0)

介绍
Rsync(remote sync)是类unix系统下的数据镜像备份工具,支持大多数的类unix系统,无论是Linux、Solaris还是BSD,都经过了的测试,现在也有 支持windows下的rsync(cwRsync)也已经测试通过,rsync 是一个节约带宽的备份方案,不像传统的 ftp 会下载所有的文件,不管是否有更新,而 rsync 只下载那些做了更新的数据。它的特性如下:

          ●.可以镜像保存整个目录树和文件系统。
          ●. 可以很容易做到保持原来文件的权限、时间、软硬链接等等。
   

阅读(3) | 评论(0) | 阅读全文>>

查看所有日志>>

 
 
 
 
 
 
 
 

  Zeev Li

广东省 东莞市 摩羯座

 发消息  写留言

 
博客等级加载中...
今日访问加载中...
总访问量加载中...
最后登录加载中...
 
 
 
 
 
 
 
心情随笔列表加载中...
 
 
 
 
 
 我要留言
 
 
 
留言列表加载中...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2009