add_filter( 'get_avatar' , 'my_custom_avatar' , 1 , 5 );function my_custom_avatar( $avatar, $id_or_email, $size, $default, $alt) { if ( ! empty...
分类:
其他好文 时间:
2015-01-21 19:52:47
阅读次数:
194
.header .grid a:before{background:url(../image/user/avatar.jpg) no-repeat;}小米自带浏览器不支持a:before,直接写成.header .grid a{background:url(../image/user/avatar....
分类:
其他好文 时间:
2015-01-13 21:22:33
阅读次数:
183
例一:正则:(? //已经去掉了双引号了匹配结果为http://avatar.csdn.net/8/3/2/1_xanxus46.jpg例二正则:(.)\\1(.)\\2用到的表达式\num匹配num,其中num是一个正整数。对所获取的匹配的引用。例如,“(.)\1”匹配两个连续的相同字符。解析:匹...
分类:
其他好文 时间:
2014-11-27 15:54:12
阅读次数:
133
通过多说服务器缓存加速Gravatar 头像将下面的代码丢入WordPress 主题下的functions.php 文件(代码来自于 麦田一根葱 ,感谢原作者):12345function mytheme_get_avatar($avatar) {$avatar = str_replace(arra...
分类:
其他好文 时间:
2014-11-14 12:24:25
阅读次数:
167
国外Android开发者 Avatar Github Blog Description Google Android https://github.com/google http://android-developers.blogspot.com/ Google Android Developers Blog JakeWharton https://github.com/Jake...
分类:
移动开发 时间:
2014-11-10 12:19:09
阅读次数:
653
# 1.添加gem gem ‘carrierwave‘ gem ‘mini_magick‘ #不使用rmagick,占内存 # 2.bundle install # 3.为users表添加一个avatar字段,也可以为其他名称,注意相应的代码修改 rails g migration add_avatar_to_users ...
分类:
Web程序 时间:
2014-11-02 16:42:25
阅读次数:
301
chmod777./config/./data/./data/cache/./data/avatar/./data/plugindata/./data/download/./data/addonmd5/./data/template/./data/p_w_upload/./data/threadcache/./data/p_w_upload/album/./data/p_w_upload/forum/./data/p_w_upload/group/./data/log/./uc_client/data/cac..
分类:
Web程序 时间:
2014-10-17 05:55:24
阅读次数:
193
public int insertCustomer(final Customer customer) { //TODO. final String sql = "insert into customer (mobile,nickname,password,score,avatar,push_k...
分类:
数据库 时间:
2014-09-28 14:21:32
阅读次数:
253
接口文档:换头像接口 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