`
文章列表
sudo apt-get install python-pip python-dev build-essential sudo pip install --upgrade pip sudo pip install --upgrade setuptools sudo pip install --upgrade virtualenv virtualenv openerp cd openerp source ./bin/activate deactivate #virtualenvwrapper  
一、http://canvasdemo.com http://html5games.com http://gaming.mozillalabs.com/games http://www.html5gamejam.com/games
一.基本用法 http://www.iteye.com/topic/125487   二.汇总 http://www.iteye.com/topic/706242   三.安装 https://github.com/rmagick/rmagick/wiki/Installing-on-Ubuntu

ejabberd教程

    博客分类:
  • XMPP
一.安装 https://www.digitalocean.com/community/tutorials/how-to-install-ejabberd-xmpp-server-on-ubuntu   二.module开发 http://erlangdisplay.iteye.com/blog/315461 http://erlangdisplay.iteye.com/blog/315464   三.文档 http://wiki.jabbercn.org/Ejabberd2:%E5%AE%89%E8%A3%85%E5%92%8C%E6%93%8D%E4%BD%9C%E6%8 ...

go资源

1.http://my.oschina.net/fishman/blog/121915
一.ruby版本,需要使用curb gem # encoding: UTF-8 require 'curb' #99宿舍网页是GBK的 CET_NUM = "xxxxxxxxxxxx" CET_NAME = "xxxx".encode('gb2312', 'utf-8') user = { :name => CET_NAME, :id => CET_NUM } get_score_url = "http://cet.99sushe.com/find" curl = Curl.post(ge ...
1.视频 http://railscasts.com/episodes/292-virtual-machines-with-vagrant、   2.rei的文章 http://chloerei.com/2013/11/01/vagrant/   3.segmentfault的文章 http://blog.segmentfault.com/fenbox/1190000000264347   4.gorails文章 https://gorails.com/guides/using-vagrant-for-rails-development
一.安装apache2+php+mysql sudo apt-get install mysql-server mysql-client sudo apt-get install libmysql-ruby libmysqlclient15-dev sudo apt-get install apache2 #/var/www #/etc/apache2/apache2.conf sudo apt-get install php5 libapache2-mod-php5 #重启apache sudo /etc/init.d/apache2 restart #v ...
一、配置移动开发环境1.各种仿真器、模拟器的下载安装http://www.mobilexweb.com/emulatorshttps://github.com/h5bp/mobile-boilerplate/wiki/Mobile-Emulators-&-Simulators2.html5 DTD<!doctype html><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0&q ...
http://wangyong31893189.iteye.com/blog/1337023   http://www.cnblogs.com/pifoo/archive/2011/05/23/webkit-touch-event-1.html   iScroll http://www.gafish.net/api/iScroll.html http://iscrolljs.com/ Knockout Apache Cordova 其他js框架 http://www.iteye.com/news/28278      
Details on interacting with RubyGems.org over HTTP. 注意:这个API is a work in progress, and can use your help! RubyGems itself and the gemcutter gem use the API to push gems, add owners, and more. API Authorization: How to authenticate with RubyGems.org Gem Methods: Query or create gems to be hos ...
每一个gem命令做了上面,怎么使用它。 这份说明依据 RubyGems version 2.4.1.自动生成。 gem build gem cert gem check gem cleanup gem contents gem dependency gem environment gem fetch gem generate_index gem help gem install gem list gem lock gem mirror gem open gem outdated gem owner gem pristine gem push
The Specification class 包含一个gem的基本信息。一般定义在一个 .gemspec文件或者一个 Rakefile,看起来像下面这样: Gem::Specification.new do |s| s.name = 'example' s.version = '0.1.0' s.licenses = ['MIT'] s.summary = "This is an example!" s.description = "Much longer explanation of the ...
目录 1.命名一致性 2.版本语义化 3.声明依赖 4.加载代码 5.preRelease gem   一、命名一致性 There are only two hard things in Computer Science: cache invalidation and naming things. -Phil Karlton 1.文件名 保持lib和bin目录下文件命名的一致性。 hola gem的命名如下: % tree . ├── Rakefile ├── bin │ └── hola ├── hola.gemspec ├── lib │ ├ ...
http://stackoverflow.com/questions/17480044/how-to-install-the-current-version-of-go-in-ubuntu   一.先安装https://github.com/moovweb/gvm sudo apt-get install mercurial 还是官网教程靠谱点。 1.下载tar.gz 2.解压到user/local/go sudo tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz 3.edit bash.rc export PATH=$P ...
Global site tag (gtag.js) - Google Analytics