A语言-->C++-->C-->ruby on rails-->bash等-->C-->C++-->Java-->HTML/CSS/js==》Java 银行业务中的交易查询-->汽车导航的地图数据维护-->IPPBX的嵌入式应用部分-->虚拟机文件的构建系统(带网站)-->国产云计算产品的...
分类:
其他好文 时间:
2014-09-05 15:47:31
阅读次数:
162
task模型有个datatime型的属性due_at ,现想在每个task后将due_at展示出来。
编辑 /app/views/tasks/index.html.erb,使得due_at均显示在task后。
ruby
"taskList">
% @tasks.each do |task| %>
>%= task.name %> = task.due_...
分类:
其他好文 时间:
2014-09-05 14:23:11
阅读次数:
286
制作这个案例前,需要准备这些。
1.掌握scss的使用,当然不用也可以,使用scss会比较高效。
2.掌握利用css3的box-shadow、border、border-radius的实现绘图。
3.掌握css3的动画方法。
4.一些耐心、一些创意(创意可以让你更好)
5.学会解析案例,先看静态图。...
分类:
Web程序 时间:
2014-09-05 08:46:41
阅读次数:
244
CommonJS是服务器端模块的规范,Node.js采用了这个规范。CommonJS API定义很多普通应用程序(主要指非浏览器的应用)使用的API,从而填补了这个空白。它的终极目标是提供一个类似Python,Ruby和Java标 准库。这样的话,开发者可以使用CommonJS API编写应用程序,...
分类:
Web程序 时间:
2014-09-04 20:51:10
阅读次数:
260
GCC是Linux操作系统下一个非常重要的源代码编译工具,有着许多重要的选项,支持许多不同语言的编译,如C、C++、Ada、Fortran、Objective、Perl、Python、Ruby以及Java等,甚至Linux的许多内核和许多其他自由软件以及开放源码应用程序都是用C语言编写并经gcc编译...
分类:
系统相关 时间:
2014-09-04 18:42:39
阅读次数:
258
#虚拟网络拓扑的json数据 def topodata #@vnic = Vnic.all #flash.now[:notice] = 'Message sent!' #flash.now[:alert] = 'Message sent!' simple_json = { nodes:...
分类:
Web程序 时间:
2014-09-04 16:42:29
阅读次数:
299
安装rubyonrails的步骤应该是先安装ruby,然后安装devkit,之后安装rails;但我安装的时候是安装完ruby后直接安装rails所以报错了,我以我的错误路线为顺序记录下整个过程,以便有遇到同样问题的人可以参考,我就是菜鸟,没太多花哨的东西,遇到什么,怎么解决的,记录下以备后..
分类:
其他好文 时间:
2014-09-04 11:58:10
阅读次数:
228
In Ruby, you check withnil?if an object is nil:article = nilarticle.nil? # => trueempty?checks if an element - like a string or an array f.e. - is em....
分类:
其他好文 时间:
2014-09-04 09:39:17
阅读次数:
214
6 RPC
Remote procedure call implementation
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Remote procedure call (RPC)
(using the .NET client)
在第二个教程second tutorial 中...
分类:
Web程序 时间:
2014-09-04 00:16:57
阅读次数:
370
转义符表This all of the escape sequences Ruby supports. You may not use many of these, but memorize their format and what they do anyway. Try them out in ...
分类:
其他好文 时间:
2014-09-03 22:37:17
阅读次数:
222