自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 [Ruby]$: 是什么意思

使用ruby将句中所有单词首字母大写ruby本身的方法里面没有,可以用这个:str='this is a demo'puts str.gsub(/\b\w/) { $&.upcase }[Ruby]$: 是什么意思?ruby comes with a set of predefined variables$: = default search path ...

2017-10-30 16:11:18 987 1

原创 js解决搜索框传参数的一种方案

[code="java"]$(".button-to-export-search-excel").click(function(){ $(".button-to-export-search-excel").attr('href', window.location.pathname+'.xls'+window.location.search) $(".button-to-ex...

2017-10-26 11:20:06 603

图片etif信息

查看图片etif的gps信息http://code.ciaoca.com/javascript/exif-js/demo/http://api.map.baidu.com/lbsapi/getpoint/index.htmlgem:https://github.com/remvee/exifr查看坐标:http://www.gpsspg.com/maps.htm...

2017-10-20 19:08:26 511

原创 ruby 判断客户端浏览器类型代码

[url]http://pobing.iteye.com/blog/1545935[/url]

2017-10-20 12:59:17 155

反爬虫方法收集

http://web.jobbole.com/92736/ 反爬虫https://www.zhihu.com/question/29054543/answer/49907955

2017-10-18 17:09:10 105

rails页面静态路由设置

get 'search/category/:q' => 'search#group_by_category', as: 'group_by_category'实现类似:http://localhost:3000/search/category/apihttp://localhost:3000/search/category/catalyst而不是之前的:http://loc...

2017-10-17 10:45:15 305

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除