Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Miclle Zheng
@miclle
VIP
NO. 250 / 2011-11-24

[email protected]
上海
52 Topics / 707 Replies
23 Followers
2 Following
171 Favorites
码农,骑公路自行车
GitHub Public Repos
  • qroom 2

  • space 2

  • linuxtools_rst 2

    Linux工具快速教程

  • miclle.github.io 1

    Miclle's web site

  • fox 1

    Fullstack web framework

  • godoc 1

  • thinking-in-crud 1

  • stack-go 1

  • api-guidelines 1

    Microsoft REST API Guidelines

  • gallery 1

    Get image info lib.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 请问各位 Rubyist 有多少是科班出生的?想做一个简单调研。 at January 25, 2016

    泥腿子出身,干过快递、营业员、业务员、网页制作、小工、外贸 QC,学了 Java 然后找了份前端工作,混到现在写写 Go

  • 微信内置浏览器如何获得 openid? at December 10, 2015

    #23 楼 @imconfused 一年多没搞微信开发了,微信开发可以问下 @ruby_sky

  • Heroku cname 绑定根域名时和 MX 邮箱的设置相冲突 at August 13, 2015

    上海电信表示可以访问 hellocareer.cn 了

  • Heroku cname 绑定根域名时和 MX 邮箱的设置相冲突 at August 12, 2015

    有一个服务叫做 DNSPOD

  • 征集大家意见,关于回帖用树形方式展示,类似 HackerNews at August 10, 2015

    👎

  • RubyConf Taiwan 2015 新聞稿 at August 04, 2015

    :plus1:

  • 关于 angular 调用接口跨域的一些问题 at July 22, 2015

    #3 楼 @nightire 我再试试,之前这样折腾没搞出来

  • 关于 angular 调用接口跨域的一些问题 at July 22, 2015

    你可以本地用 Nginx 代理来实跨域访问

    upstream local_front_service{
      server localhost:3000;
    }
    
    server {
      listen 80;
      server_name localhost;
    
      location ^~ /api { # 换成你 API 的 path 前缀等
        proxy_pass http://remote_service; #这里换成你的后端服务
      }
    
      location ^~ /browser-sync { #如果你用了 browser-sync 可以加下这个配置
        proxy_pass        http://fusion_test_front;
        proxy_http_version 1.1;
        proxy_set_header  Upgrade $http_upgrade;
        proxy_set_header  Connection "upgrade";
      }
    
      location / {
        proxy_pass        http://local_front_service;
      }
    }
    
  • [上海] 猎乐科技招聘远程兼职 Rails 运维工程师 at July 21, 2015

    #7 楼 @lgn21st 你需要一个好坐垫:SMP Pro

  • 重要内容放七牛可以放心吗 at July 10, 2015

    七牛有私有空间,需要签算 token 才能访问资源,https 也支持

  • [Rails Girls 上海][2015-08-16] 教练报名 at July 09, 2015

    :plus1:

  • [分享] Rails 下实时生成多尺寸图 at June 29, 2015

    用云存储多好

  • Cookie 涨姿势了 at June 27, 2015

    http only 后 JS 就读取不到了

  • 请教一下 ruby-china 的用户页面路由设置 at June 27, 2015

    https://github.com/ruby-china/ruby-china/blob/master/config/routes.rb#L126

  • 说出你最喜欢的开源项目,七牛和你一起去支持! at June 26, 2015

    http://github.com/ruby-china

  • 关于 AngularJS 的一个问题 at June 11, 2015

    factory 的命名我会首字母大写 (砣峰式),比如:

    projectModule.factory('User', function ($resource) {
         var url = config.API + '/users/:id'
         return $resource(url, { id: '@_id' })
    })
    
  • [已解决] 同时使用 tab 和 lazy_high_chart,怎么使图表宽度为 100%? at June 03, 2015

    #11 楼 @chairy11 如果不显示不用 display:none; 来做,改用 opacity: 0; 试试呢?

  • 七牛国内首推鉴黄服务,6-8 月免费用 at May 28, 2015

    #7 楼 @Numbcoder 怎么可能是人工呢,那太 low 了

  • 敬告各位发招聘的公司注意! at May 14, 2015

    #9 楼 @huacnlee 如果这个工作量太大,可以考虑一个结构化招聘表单

  • [安卓机] 请问大家微信浏览器中的 css 如何调试。 at May 09, 2015

    这样不行么?

  • Angular.js 与 Rails 如何搭配比较合理呢 at April 03, 2015

    前后端完全分离成两个项目 api: gem 'rails-api' gem 'rack-cors' gem 'jbuilder'

    前端用 grunt 或 gulp

    如果只是纯粹的做个小 demo 演示什么的,后端直接可以用 leancloud,firebase 这种服务

  • Ruby China 要有小弟妹啦 at March 30, 2015

    #21 楼 @lips go 可以交叉编译,直接部署二进制文件运行

  • Access-Control-Allow-Origin 怎么设置 at March 28, 2015
    gem 'rack-cors'
    
  • 微信内置浏览器如何获得 openid? at March 27, 2015

    #19 楼 @pathbox 好久没有搞微信了,你自己找找原因

  • NVIDIA Jetson TK1 开箱 at March 23, 2015

    #3 楼 @scriptfans 网上找到的图

  • NVIDIA Jetson TK1 开箱 at March 23, 2015

    图中的风扇是必须的么?发热量很大? 最新的 RASPBIAN 好像已经带上了 ruby

  • 2015年3月29日 Rubyist 上海 2015 Q1 聚会 at March 20, 2015

    :plus1:

  • [调查] 2015年 你会选 Angular.js 还是 Ember.js 呢? at March 08, 2015

    https://angular.io/

  • 利用 GFW 屏蔽网站 at March 06, 2015

    好无聊

  • 类似 dragonfly 这样 image on the fly 的图片实时处理服务,生产环境下靠谱么? at March 05, 2015

    #2 楼 @mattsub 七牛有海外加速,可以申请的

  • Prev
  • 1
  • 2
  • 3
  • 4
  • …
  • 22
  • 23
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English