apt-get install python-pip
pip install shadowsocks
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ext.onReady(function(){ //onReady表示在页面加载时运行里面的函数 | |
| var _button = new Ext.Button({ | |
| renderTo:document.body, //或者Ext.getBody() | |
| text:"确 定", | |
| minWidth:100 | |
| }) ; | |
| }) ; |