packagecom.example.examples_05_14;importandroid.os.Bundle;importandroid.app.Activity;importandroid.util.DisplayMetrics;importandroid.view.Menu;importa...
分类:
其他好文 时间:
2014-06-26 17:39:19
阅读次数:
153
关于Watir的安装文章网上一大堆,但真正靠谱的没有几个,不是报错就是安装包不对。我开始也是初哥,用了近一个星期才总结出来一套完整的安装理论,共享一下往大家可以从中可以少走一些弯路。本文提供全量安装包下载,包括:ruby + watri 自动化部署集成Eclipse 全量安装包 (包括:watir-...
分类:
系统相关 时间:
2014-06-25 20:13:10
阅读次数:
452
1.当进行到生成上传包即:点击product》》archive 》》validation时;先是出现“the bundle does not contain an app icon for iphone / ipod touch of exactly '120x120' pixels”的错误解决方法...
分类:
移动开发 时间:
2014-06-25 18:58:03
阅读次数:
271
安装CocoaPods 是用 Ruby 实现的,所以使用它需要用到 Ruby 环境。Ruby 的官方软件源使用的是亚马逊的云服务,在国内访问有问题,需要将官方的源替换成国内淘宝提供的源。# 更新 Ruby 软件源gem sources --remove https://rubygems.org/ge...
分类:
其他好文 时间:
2014-06-25 18:50:41
阅读次数:
239
ruby comes with a set of predefined variables$: = default search path (array of paths)其他Ruby特殊变量:$! 最近一次的错误信息$@ 错误产生的位置$_ gets最近读的字符串$. 解释器最近读的行数(line...
分类:
其他好文 时间:
2014-06-25 13:55:51
阅读次数:
179
团队已经决定逐步由java转向scala。现在的项目已经使用了几种编程语言。Java为主,ruby做代码生成器,python做安装脚本和命令行工具。其实从ruby和python的使用经验中,已经或多或少地接触到了FP的概念。Scala旗帜鲜明地在Java上增加了FP的功能,观念的冲突和复杂的语法让其...
分类:
其他好文 时间:
2014-06-25 11:36:19
阅读次数:
323
查看列表:
list
部署
bundle:install wrap:mvn:com.demo/hello-provider/0.0.1-SNAPSHOT
启动
bundle:start bundle_id
停止:
bundle:stop bundle_id...
分类:
其他好文 时间:
2014-06-25 00:13:59
阅读次数:
886
1.Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in you
r Gemfile
2.ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /usr/local/lib/ruby/gems/1.9.1 director.y
3.rails 3遇到 Could n...
分类:
其他好文 时间:
2014-06-24 22:18:45
阅读次数:
316
一.创建一个新的应用程序
在控制台输入
> rails new demo
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
....
分类:
其他好文 时间:
2014-06-24 20:51:22
阅读次数:
281
MainActivity如下:
package cc.cc;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.app.Activity;
import andro...
分类:
其他好文 时间:
2014-06-24 19:26:31
阅读次数:
169