接口文档:换头像接口 user/change_avatar发送数据HTTP Post body(一共2对KEY-VALUE):json={"uid":"1","sid":"0123456789ABCDEF0123456789ABCDEF","ver":"1","request":{}}file=图片...
分类:
Web程序 时间:
2014-09-02 19:36:35
阅读次数:
322
--eclipse color themes 插件更新地址:http://eclipse-color-theme.github.io/update/ ?使用:After the installation, go to?Window→Preferences→General→Appereance→Color Theme?to change the color t...
分类:
系统相关 时间:
2014-09-02 12:44:24
阅读次数:
193
#include void change (int a){ a = 10;}void change (int *a){ *a = 10;}int main(int argc, const char * argv[]){ int a = 5; change(a); std::cout<<a<...
分类:
其他好文 时间:
2014-09-02 12:13:54
阅读次数:
162
some people said the change event of checkbox can not trigger in the ie7 or ie8,that's not true.this event can trigger in the ie7 or ie8 ,but you can ...
分类:
其他好文 时间:
2014-09-02 12:09:14
阅读次数:
162
angularjs 其实也有一个currency指令,不过好像只是换符号而已。这里自己写了一个简单的兑换率filter {{ 100 | myCurrency}} change angular.module...
分类:
其他好文 时间:
2014-09-02 01:30:43
阅读次数:
161