http://forum.slime.com.tw/thread208827.html
aroot@agideo-desktop:~# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 11
Server version: 5.0.38-Ubuntu_0ubuntu1.4-log Ubuntu 7.04 distribution
http://dev.my ...
/**********************************
Use: Main Screen Import
***********************************/
@import "test.css";
- 21:09
- 浏览 (125)
- 评论 (0)
- 分类: Javascript and CSS
# Output "I love Ruby"
say = "I love Ruby"
puts say
# Output "I *LOVE* RUBY"
say['love'] = "*love*"
puts say.upcase
# Output "I *love* Ruby"
# five times
5.times { puts say }
- 13:46
- 浏览 (94)
- 评论 (0)
- 分类: The Ruby Way(第二版) 笔记
User = Struct.new(:first, :middle, :last) => User
u1 = User.new("Robin", "2", "Wu") => #<struct User first="Robin", middle="2", last="Wu">
u1.first => "Robin"
u1.middle => "2"
u1.last => "Wu ...
- 20:01
- 浏览 (117)
- 评论 (0)
- 分类: Ruby on Rails
http://media.sugarcrm.com/university/library/overview/SM_Log-In.swf
http://media.sugarcrm.com/university/library/overview/SM_System_Links.swf
http://media.sugarcrm.com/university/library/overview/SM_Home_Page.swf
http://media.sugarcrm.com/university/library/overview/SM_Navigation.swf
http://media.su ...
gem install -y mongrel_service
mongrel_rails service::install -N primy_dev -c E:\projects\rails\project_name\ -p 3000 –e development
- 08:52
- 浏览 (95)
- 评论 (0)
- 分类: Ruby on Rails
sudo apt-get install ruby irb ri rdoc ruby1.8-dev2.2sudo apt-get install rubygemssudo gem update --systemNow sudo gem install rails --include-dependenciesrails name_of_appsudo gem uninstall railssudo apt-get remove rubygems ruby irb ri rdoc ruby1.8-dev sudo passwdsudo apt-get remove ifconfigsud ...
引用: http://www.i1981.com/blog/article.asp?id=265
网卡IP地址冲突提示
<img src="http://www.yesky.com/image20010518/71594.gif" />
解决1
在换网卡之前先制栽老的网卡驱动
解决2
删除注册表
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces
找到对应的冲突IP,把Interfaces下的子项删除掉.
OK!!!!!
xml 代码
<html>
<head>
<script src="file:///E:\FrameWork\prototype\prototype-1.4.0\dist\prototype.js"></script>
<script language="jav ...
- 09:49
- 浏览 (125)
- 评论 (0)
- 分类: Javascript and CSS
- 浏览: 14983 次
- 性别:

- 来自: Wen Zhou

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
新建可翻页 Ext Grid
...
-- by dingdangxiaoma -
新建可翻页 Ext Grid
这样写代码是不是很累?
-- by forgetdavi -
采用CruiseControlrb,如何 ...
谢谢.我知道了.
-- by RobinWu -
采用CruiseControlrb,如何 ...
RobinWu 写道在今年的某一期程序员杂志里,Robbin讲解了用RubyOn ...
-- by gigix -
采用CruiseControlrb,如何 ...
在今年的某一期程序员杂志里,Robbin讲解了用RubyOnRails开发www ...
-- by RobinWu






评论排行榜