存档

‘未分类’ 分类的存档

1. 安装 connect-proxy #apt-get install connect-proxy 2. 编辑脚本 /usr/bin/my-git-proxy [code]#!/bin/sh SOCKS5_PASSWD=xxxxxx connect-proxy -S username@host:port $@ [/code] [code]chmod +x /usr/bin/my-git-proxy [/code] 3. 配置Git [code] $ git config --global core.gitproxy "my-git-proxy" [/code]

三 14th, 2010 | Filed under 未分类

IE支持一种Asynchronous Pluggable Protocols的格式,然而,flash不能处理通过这种方式定义的自定义协议,在flash.ocx中有一份列表,列表外的自定义协议是不能用的,包括res协议,不能用。   0374675E <>/$ 55             PUSH EBP 0374675F   |. 8BEC           MOV EBP,ESP 03746761   |. 83EC 2C        SUB ESP,2C 03746764   |. A1 D0449B03    MOV EAX,DWORD PTR DS:[39B44D0] 03746769   |. 33C5           XOR EAX,EBP 0374676B   |. 8945 FC        MOV DWORD PTR SS:[EBP-4],EAX 0374676E   |. 53             PUSH EBX 0374676F   |. 8B5D 0C        MOV EBX,DWORD PTR SS:[EBP+C] 03746772   [...]

七 20th, 2009 | Filed under 未分类

TCP/IP NetBIOS Helper : 访问其它机器的共享所需要。 dcom server process launcher:  some programs need it. 其它待补充。

六 3rd, 2009 | Filed under 未分类

原来ping值200ms多一点,这几天变成500多ms了。 真是不爽。试了一下godaddy,ping值在200多ms,唉,早知这样就申请godaddy的了。 C:\>ping godaddy.com   Pinging godaddy.com [208.109.132.201] with 32 bytes of data:   Reply from 208.109.132.201: bytes=32 time=268ms TTL=107 Reply from 208.109.132.201: bytes=32 time=214ms TTL=107 Reply from 208.109.132.201: bytes=32 time=217ms TTL=107 Reply from 208.109.132.201: bytes=32 time=218ms TTL=107   Ping statistics for 208.109.132.201:     Packets: Sent = 4, Received = 4, Lost = 0 (0% [...]

评论关闭
四 11th, 2008 | Filed under 未分类