网易真是垃圾
Submitted by gougou on Thu, 2005-12-01 23:42只许州官放屁,不许百姓传谣
Submitted by gougou on Mon, 2005-11-28 23:46在Windows下安装Ruby(转贴)
Submitted by gougou on Sun, 2005-11-27 13:45在Windows环境ruby有两种安装方式:
1 - 从源代码完全编译安装
就是我们下载ruby语言最新的源代码,用VC或者其他C语言编译器编译安装ruby。
不过其实不用麻烦,已经有网友为我们编译好了,直接到http://www.garbagecollect.jp/ruby/mswin32/en/下载。
在Windows中安装Apache2和PHP4的权威指南(转贴)
Submitted by gougou on Sun, 2005-11-27 12:43Apache 2和PHP是创建交互式网站的流行方案,而且成本很低。在Windows中安装Apache 2是一件轻而易举的事情,但要使PHP 4与Apache 2配合无间地运行,就需要一定的技巧。
在PHP 4.3手册的Windows安装小节,没有解释如何让PHP与Apache 2配合使用,而有关Apache
2安装的小节缺失了你需要的大量信息。在网上公布的其他安装指南中,也包含了不少错误,使一些安装人员只好不断试验和犯错。例如,有些人甚至将PHP的
DLL替换成其他PHP版本的DLL。OK,为了节省你的宝贵时间,我们准备了这篇最权威的指南文章,帮你扫除一切烦恼。
如何在Windows上安装Ruby Rails(转贴)
Submitted by gougou on Sun, 2005-11-27 12:41作者: cloudzm 时间: 2005-7-26 15:31:25 浏览: 42
来自:
关键词: How to setup Apache+FastCGI+Rails on windows
其实只是写出来,怕以后忘记,也没指望多少人会看到,网上也有许多关于设置apache和rails的文章,我试了几个都有问题,最后参照网上的文章,自己摸索出这个方法来。如果能够帮到某些人的话,我还是很高兴的。
直接进入正题吧…
1 安装Ruby
略…
Ruby的版本要是1.8.2的,Rails 0.13中用到了一些老版本Ruby中没有的特性,所以最好还是用新一点的。我的机器上:C:\>ruby -v : ruby 1.8.2 (2004-12-25) [i386-mswin32]
编写vxworks的MakeFile
Submitted by gougou on Thu, 2005-11-24 10:11MakeFile文件内容如下
CPU = XXX1000 <<CPU类型
TOOL = gnu <<用gcc编译
ADDED_CFLAGS
= -g <<g表示生成用于Debug的目标文件
TARGET = target.o << 目标文件
发布Sqlite Developer 1.05 Beta1
Submitted by gougou on Sun, 2005-11-20 20:51发布Sqlite Developer1.02 Alpha2
Submitted by gougou on Tue, 2005-11-08 11:181.02.75 Alpha2 (11/07/2005)
-
Fixed:Can not load ParserDll.dll on windows 2000 system.
1.02 Alpha2 (11/06/2005)
-
Fixed:[DBA] when edit table , grid shows xxx(1,2) datatype as xxx uncorrectly
-
Fixed:[Parser] can not parse create table sql with varchar, char, nchar, double ,numeric etc field type columns
-
New: [Export/Import] Import data from CSV when edit table data
-
Updated: [DBA] when pk's is autoincrement, automaticlly set Data Type to integer
- Updated: [DBA] show Db Explorer's Db or table information at status bar
-
Updated:[GUI] Add Rows Affected Information to Log
-
New: [SQL Editor] Add Save SQL and Load SQL function to SQL Editor
-
Updated: [DBA] After Creating Table, automaticlly refresh Indexes
-
Updated:[SQL Editor] now Log was displayed order by date desc
-
New: [GUI] Add Windows Menu
-
New: [Install] Add a sample sqlite3 db (Sample.db3) to install package
-
New: [DBA] Add basic clipborad operation to Data Grid
-
New: [Option] Add SQL Editor Font Option to configure the Font and Font size.
最可怕的事
Submitted by gougou on Mon, 2005-11-07 21:54我用过的最可怕的编程语言是VB,因为没有真正的异常处理,所以你永远不会知道用VB写的程序为什么会突然当掉
