zzyphilip / smartladder

Automatically exported from code.google.com/p/smartladder
0 stars 0 forks source link

没找到设置自己appid的地方 建议更清楚一些 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
因用户越来越多,流量老是不够用,想添加自己的appid,可看
了说明也没找到,望解救

Original issue reported on code.google.com by liutao0...@gmail.com on 9 Apr 2013 at 1:54

GoogleCodeExporter commented 8 years ago
手动改ini了每次启动exe,就会被覆盖。 
其实还是不能设置自己的appid

Original comment by huangyon...@hotmail.com on 15 May 2013 at 4:59

GoogleCodeExporter commented 8 years ago
@echo off
echo 正在生成代理配置
python33.exe lovejiani>tmp
copy /b ini1+tmp+ini2 proxy.ini >nul 2>nul
del tmp /f /s /q>nul 2>nul
echo 代理已启动
python33.exe proxy.py
pause

Original comment by nqs...@gmail.com on 23 Aug 2013 at 7:06