网络服务器
文章平均质量分 74
alada007
这个作者很懒,什么都没留下…
展开
-
sigaction() 使用
sigaction() 使用 2012-05-22 15:32:02| 分类: linux信号 | 标签:信号 |字号 订阅/** * @file demo7.c * @Synopsis * * int sigaction(int signum,const struct sigaction *act,struct sigaction *oldact)转载 2013-02-17 13:18:39 · 1320 阅读 · 0 评论 -
ruby on rails fly
Rails comes equipped with three environments: test, development, and production. The default environment for the Rails console is development:.这就是为什么我会在Mysql 的db中看到如上三个命名的数据库了。>> Rails.env => "d翻译 2012-10-11 00:37:06 · 648 阅读 · 0 评论 -
精读railsyardcms(1)
(1)除了HTML内容之外,经常也有人在代码中加入注释:其中This is a comment会被隐藏,注解中的就是隐藏的意思,仅仅起到说明代码含义或者隐藏部分代码的作用。(2)HTML CLASS 引用库里面声明的样式class="intro">Header 1(3)html rel 属性规定当前文档与被链接文档之间的关系。 实例转载 2012-10-02 10:14:33 · 484 阅读 · 0 评论 -
ruby on rails精读(3)
(1)will_paginate 3.0.3will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Si翻译 2012-10-03 10:36:21 · 625 阅读 · 0 评论 -
ruby on rails 再探
(1)标记一下:这个貌似蛮好的东西,先收着http://twitter.github.com/bootstrap/(2)条件注释判断浏览器 除IE外都可识别 所有的IE可识别 仅IE6可识别 IE6以下版本可识别 IE6以及IE6以上版本可识别 仅IE7可识别 IE7以下版本可识别 IE7以及IE7以上版本可识别 仅IE8可识别 仅IE翻译 2012-10-07 23:43:53 · 742 阅读 · 0 评论 -
ruby on rails继续
$ rails generate controller FooBars baz quux $ rails destroy controller FooBars baz quux如果你已经建立了复杂的controller的框架,router中已经设好了怎么办,没关系,上面两个语句完全是相反的,用吧,完全取消哦,亲! rails generate model Foo bar:stri翻译 2012-10-05 20:30:24 · 1010 阅读 · 0 评论 -
ruby on rails demo建立
流程很普通照着参考资料来 (1)但是rvm new demo,之后新建一个.rvmrv文件,里面默认rvm use ruby-1.9.3-p194@railsyard --create这样的话,就不会出现什么1.8.7的搞来搞去了, (2)最后还ubuntu中Rails Server遇到Could not find a JavaScript runtime问翻译 2012-10-04 22:57:31 · 2593 阅读 · 0 评论 -
ruby on rails 继续ing
ruby API http://ruby-doc.org/core-1.9.3/rails API http://api.rubyonrails.org/v3.2.0/classes/ActionView/Helpers/AssetTagHelper/StylesheetTagHelpers.html#method-i-stylesheet_link_tag 0 (and everythi翻译 2012-10-06 20:21:52 · 617 阅读 · 0 评论 -
ruby on rails go on
The default library for interacting with the database is called Active Record. Active Record comes with a host of methods for creating, saving, and finding data objects, all without having to use the翻译 2012-10-09 01:11:00 · 969 阅读 · 0 评论 -
MVC关系流程
http://ruby.railstutorial.org/chapters/a-demo-app.html?version=3.2#sec-planning_the_application1.The browser issues a request for the /users URI.2.Rails routes /users to the index action in the转载 2012-10-01 20:30:37 · 525 阅读 · 0 评论 -
socket
Linux Socket编程(不限Linux)http://www.cnblogs.com/skynet/archive/2010/12/12/1903949.html转载 2012-10-11 23:53:29 · 431 阅读 · 0 评论 -
SSH-KeyGen 的用法
假设 A 为客户机器,B为目标机;要达到的目的:A机器ssh登录B机器无需输入密码;加密方式选 rsa|dsa均可以,默认dsa做法:1、登录A机器 2、ssh-keygen -t [rsa|dsa],将会生成密钥文件和私钥文件 id_rsa,id_rsa.pub或id_dsa,id_dsa.pub3、将 .pub 文件复制到B机器的 .ssh 目录, 并转载 2012-09-21 09:27:58 · 560 阅读 · 0 评论 -
ruby on rails and so on
当我们只建立了一个rails generate controller session,而没有建立一个model,那么在views部分The main difference between this and the signin form is that we have no Session model, and hence no analogue for the @user variable.翻译 2012-10-12 19:45:26 · 765 阅读 · 0 评论 -
VMWare workstation 和 player区别
很多人想尝试一下多种不同的操作系统,例如学习Linux;又或者希望搞一个专门的系统用来测试各种各样东西而不会搞乱搞坏现有的系统。这时,使用虚拟机便是最佳的选择了。提到虚拟机,大家肯定会想到大名鼎鼎的 VMWare Workstation 了吧,它无论在性能还是兼容性上都是目前最好的,可惜它是一款收费软件。而今天介绍的是它的兄弟——VMWare Player!它性能上和VMWare是完全一样转载 2012-11-20 21:06:16 · 101266 阅读 · 0 评论 -
网络基础
那 TCP/IP 是如何运作的呢? 我们就拿妳常常连上的 Yahoo 入口网站来做个说明好了,整个联机的状态可以这样看:应用程序阶段:妳打开浏览器,在浏览器上面输入网址列,按下 [Enter]。此时网址列与相关数据会被浏览器包成一个数据,并向下传给 TCP/IP 的应用层;应用层:由应用层提供的 HTTP 通讯协议,将来自浏览器的数据报起来,并给予一个应用层表头,再向传送转载 2012-10-18 00:32:07 · 763 阅读 · 0 评论 -
MySQL - 用户及权限管理
http://my.oschina.net/huxuanhui/blog/237846人收藏此文章, 我要收藏发表于1年前(2011-06-13 08:41) , 已有1575次阅读 共0个评论可以用 CREATE USER 或 GRANT 创建用户,后者还同时分配相关权限。而 REVOKE 则用于删除用户权限,DROP USER 删除账户。 $ mysql -u ro转载 2012-09-25 13:54:47 · 836 阅读 · 0 评论 -
用MySQL创建数据库和数据库表
http://www.51cto.com/html/2005/1129/12524.htm1、使用SHOW语句找出在服务器上当前存在什么数据库: mysql> SHOW DATABASES; +----------+ | Database | +----------+ | mysql | | test | +----------+ 3 rows in se转载 2012-09-25 16:07:21 · 526 阅读 · 0 评论 -
如何把WordPress安装到Amazon EC2云主机
http://www.alibuybuy.com/posts/59628.html转载 2012-09-25 15:15:33 · 1701 阅读 · 0 评论 -
Linux lamp安装配置
http://hi.baidu.com/cynial/item/a22483c5c21dc37488ad9efc PHP开发和服务器运行环境首选LAMP组合,即Linux+Apache+Mysql+Php/Perl /Python,能最优化服务器性能。如何在本地电脑Ubuntu 中安装和配置LAMP环境搭建?Ubuntu9.10本身就是基于Linux内核,所以Linux是现成的了。使用U转载 2012-09-24 19:41:22 · 730 阅读 · 0 评论 -
mysql相关操作
http://www.cnblogs.com/jiaxiaoai/archive/2011/05/22/2053690.html1.远程登录mysqlmysql -h ip -u root -p 密码2.创建用户 格式:grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码"; 例1:增加一个test1用户,转载 2012-09-24 21:59:32 · 458 阅读 · 0 评论 -
ruby on rails sleep
ruby on rails分页的方法There are several pagination methods in Rails; we’ll use one of the simplest and most robust, called will_paginate. To use it, we need to include both the will_paginate gem and boo翻译 2012-10-14 13:35:27 · 1574 阅读 · 0 评论 -
学习一下Ruby的基本语法(1)
http://my.oschina.net/jing31/blog/6521感觉挺容易上手的。自己学着敲一便,有一个感性认识。语言是需要实践的学习过程的。我们用irb这种交互式的工具来学习Ruby语言。使用方法很简单,打开command窗口,输入irb,看到下面的提示符就表示成功打开了irb环境。irb(main):001:0>1)来一个世界上最简单的输转载 2012-10-01 16:44:44 · 792 阅读 · 0 评论 -
Rails实用工具
HTML在线http://w3schools.com/html/tryit.asp?filename=tryhtml_intro http://www.w3school.com.cn/tags/tag_a.aspEC2 https://console.aws.amazon.com/ec2/home?region=us-east-1#s=转载 2012-10-03 00:33:26 · 512 阅读 · 0 评论 -
ruby on rails 一瞥
gem 其实是rubygem 用来管理复杂包文件rake 和make差不多,还有着自己的RakefileRake是怎么来的?很多年以前,当Jim Weirich还在为一个Java项目工作时,他最初的选择也是Makefile,但是很快他意识到:要是能够在Makefile中嵌入Ruby代码,那会是多么的方便呀,于是,Rake就这么产生了。Rake支持任务创建,任务依赖关系追踪,以及文件转载 2012-10-01 10:05:58 · 1506 阅读 · 0 评论 -
railsyard
https://github.com/cantierecreativo/railsyardcms#usageFeaturesHierarchy organized pagesRuns on HerokuExtremely easy themingMultilanguage frontend and backend (actually English, Italian and转载 2012-09-30 18:05:35 · 421 阅读 · 0 评论 -
HTML 基础语法
HTML Basic DocumentTitle of document goes hereVisible text goes here...Heading ElementsLargest Heading . . . . . . . . . . . . Smallest HeadingText ElementsThis转载 2012-10-01 01:08:26 · 682 阅读 · 0 评论 -
在Ubuntu上安装Ruby On Rails
其中我用的是ec2,在开始要到ec2的安全设置中去开放3000端口。http://guides.spreecommerce.com/getting_started.htmlhttp://forum.ubuntu.org.cn/viewtopic.php?f=63&t=72569&start=0在Ubuntu下通过apt包管理器安装ror环境是很方便的。我自己写了一个脚本:转载 2012-09-29 20:49:18 · 2943 阅读 · 0 评论 -
SQL网上一些浏览(5)
SQL COUNT(column_name) SyntaxThe COUNT(column_name) function returns the number of values (NULL values will not be counted) of the specified column:返回的是非零的个数SELECT COUNT(column_name) FROM table_转载 2012-09-28 17:55:27 · 459 阅读 · 0 评论 -
SQL网上一些浏览(2)
The LIKE OperatorThe LIKE operator is used to search for a specified pattern in a column.SELECT * FROM PersonsWHERE City LIKE '%tav%'SQL LIKE SyntaxSELECT column_name(s)FROM table_name转载 2012-09-26 20:43:56 · 551 阅读 · 0 评论 -
sql网上一些浏览(4)
MySQL Date FunctionsThe following table lists the most important built-in date functions in MySQL:Function DescriptionNOW() Returns the current date and timeCURDATE() Returns the current date转载 2012-09-28 13:24:58 · 498 阅读 · 0 评论 -
SQL网上一些浏览(3)
SQL CHECK Constraint on CREATE TABLEThe following SQL creates a CHECK constraint on the "P_Id" column when the "Persons" table is created. The CHECK constraint specifies that the column "P_Id" must转载 2012-09-27 22:56:50 · 466 阅读 · 0 评论 -
SQL网上一些浏览(1)
(1)SQL DML and DDLSQL can be divided into two parts: The Data Manipulation Language (DML) and the Data Definition Language (DDL).The query and update commands form the DML part of SQL:SELECT - e转载 2012-09-25 21:38:30 · 520 阅读 · 0 评论 -
ruby基本语法
在ruby中,不管是数字,字符串,还是对象,都看做是对象。并且每一个对象都内置了一系列方法。java的基本类型有它的包装类对象。在ruby中就不会有包装类的概念因为一切都是对象。ruby应该说比java更面向对象使用对象“.”然后跟方法名可以调用这个对象的方法以及ruby的核心方法内置在ruby的核心模块中,可以被任何对象调用(如:puts,gets)puts 相当于java里面的Sy转载 2012-10-01 13:50:01 · 611 阅读 · 0 评论 -
rails中的网页模板
rails中的网页模板 rails 中的模板都放在app/views/layouts/下。模板后缀是rhtml和erb都可以,但以erb为先,如果已有一个erb后缀的模板,则不再找rhtml。 模板留给子页显示的地方用yield来标识,如,这样子也内容都会在这个位置显示。 rails自动是按名称来套的。比如如果模板名字叫application.erb,那r转载 2012-10-01 15:38:38 · 1202 阅读 · 0 评论 -
Gemfile 依赖包
Bundle介绍:Rails 3中引入Bundle来管理项目中所有gem依赖,该命令只能在一个含有Gemfile的目录下执行,如rails 3项目的根目录。关于Gemfile和Gemfile.lock所有Ruby项目的信赖包都在Gemfile中进行配置,不再像以往那样,通过require来查找。Rails 3中如果需要require某个gem包,必须通过修改Gemfile文件来转载 2012-10-01 15:43:33 · 7239 阅读 · 0 评论 -
Ruby和YAML div和class Link to
ruby中link to,mail to 之类的:http://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to.yml文件类型:YAML Document扩展名为.yml的文件是一个文本文件。Ruby和YAML的联系,甚至比Java与XML的联系还要紧密。Rub转载 2012-10-02 22:14:10 · 1009 阅读 · 0 评论 -
ruby和java
相似点 Ruby与Java一样的地方,... 内存透过垃圾回收(Garbage Collection)机制管理。物件为强型别(Strongly typed)。有 public, private, 与 protected 方法。也有将原始码转成文件的工具(Ruby的叫做RDoc),文件以 rdoc 产生的样子与 javadoc 类似。相异点Ruby与Java不同的地方,...转载 2012-10-01 19:03:38 · 642 阅读 · 0 评论 -
railsyardcms精读(2)
(1)html 关键字, 属性值描述DTD 标签的 alt 属性" style="color:rgb(144,11,9); background-color:transparent">alttext规定图像的替代文本。STF 标签的 src 属性" style="colo转载 2012-10-02 15:19:22 · 655 阅读 · 0 评论 -
ruby on rails简介
知名的 Web design 在线杂志 A List apart No.257期少见地刊出 Rails 入门介绍,心血来潮来做翻译,断断续续翻润了好几次,觉得文章看起来没什么,翻起来好长啊。终于再度体会 text.plain 果然是最难写的格式。写投影片,做翻译比写程序还辛苦…orz以下翻译自 Creating More Using Less Effort with Ruby on转载 2012-10-01 19:28:47 · 1419 阅读 · 0 评论 -
ruby基本语法(2)
用了半天的命令行,我快受不了了,赶快祭出我的Eclipse。创建一个ruby工程。然后创建一个ruby class。我参考的例子中把类名字叫ri20min.rb,可能是20分钟体验的意思吧。名字无所谓,打开新创建的文件,我们会发现下面这些内容:if __FILE__ == $0end__FILE__是一个“具有魔力”的变量,它代表了当前文件名。$0是用于启动程序的文件名。那么代转载 2012-10-01 18:59:10 · 608 阅读 · 0 评论