不建议作者开放源代码?这是对作者劳动成果的不尊重!

4 views
Skip to first unread message

beyla...@163.com

unread,
Apr 7, 2006, 3:24:56 AM4/7/06
to 动软.Net代码自动生成器
不建议作者开放源代码?这是对作者劳动成果的不尊重!诸多劳动成果,最终需要走向市场,转化成生产力。成为商品。这才能让软件具有最强的生命力!让程序自动化,标准化,工业化意义相当远大。
下面是有关Windows mobile5 SQL
CE的源代码,需要的话,拿去看。
public void _DataGridBind(System.Windows.Forms.DataGrid DataGrid1,
string strSQL)
{
DataSet ds = new DataSet();
DataTable dt = new DataTable();
ds=this.BeylandSoftMobileDB.QueryDataSet(strSQL);
dt = ds.Tables[0];
if (dt != null)
{
DataRow dr;
int i = 12 - dt.Rows.Count;
for (int j = 0; j < i; j++)
{
dr = dt.NewRow();
dt.Rows.Add(dr);
}
}
DataView dv = new DataView(dt);
DataGrid1.DataSource = dv;
}


string strSQL = " Select * from Titles where 1=1 ";
BeylandMobileInterface._DataGridBind(dataGrid2, strSQL);

BeylandMobileDataBase.BeylandMDB BeylandSoftMobileDB = new
BeylandMobileDataBase.BeylandMDB();


public void _DataGridBind(System.Windows.Forms.DataGrid DataGrid1,
string strSQL)
{
DataSet ds = new DataSet();
DataTable dt = new DataTable();
ds=this.BeylandSoftMobileDB.QueryDataSet(strSQL);
dt = ds.Tables[0];
if (dt != null)
{
DataRow dr;
int i = 12 - dt.Rows.Count;
for (int j = 0; j < i; j++)
{
dr = dt.NewRow();
dt.Rows.Add(dr);
}
}
DataView dv = new DataView(dt);
DataGrid1.DataSource = dv;
}

/// <summary>
/// 查询返回DATASET
/// </summary>
/// <param name="SqlCe">SqlCe语句</param>
/// <returns>DataSet对象</returns>
public DataSet QueryDataSet(string SqlCe)
{
SqlCeCommand cmd = CreateCommand(SqlCe);
DataSet ds = new DataSet();
try
{
SqlCeDataAdapter dataAdapter = new
SqlCeDataAdapter(cmd);
dataAdapter.Fill(ds);
}
catch (Exception ex)
{
ex.Message.ToString();
ds = null;
}
finally
{
this.Close();
}
return ds;
}

mar...@gmail.com

unread,
Apr 7, 2006, 4:46:53 AM4/7/06
to 动软.Net代码自动生成器
象你说的linux厂商都不要活了

beyla...@163.com

unread,
Apr 7, 2006, 11:00:11 PM4/7/06
to 动软.Net代码自动生成器

mar...@gmail.com wrote:
> 象你说的linux厂商都不要活了


我们能跟linux比嘛?您二着,您也把您公司的项目产品开放吧?反正您的精神境界已经和linux厂商相同了,我们大家等您开源您公司源码。

mar...@gmail.com

unread,
Apr 9, 2006, 2:23:16 AM4/9/06
to 动软.Net代码自动生成器
也不知道到底是谁二
我就不明白为什么开源就是对作者劳动成果的不尊重,为什么开源的就不能以商业模式运作,为什么不是开源的就具有最强的生命力。你能不能解释一下。

ain...@people.com.cn

unread,
Apr 9, 2006, 5:04:25 AM4/9/06
to 动软.Net代码自动生成器
也不知道谁二 开放不开放shi人介的自由 干你们屁事
LTP 看到你们这样也肯定自豪得要死
你们为什么不自己好好想想还有什么可以做的呢
老吃别人嘴里东西感觉是不是很爽 管它开放不开发
你也照葫芦画瓢做一个 没准速度比他还好 操作更方便
说实话我觉得他的速度和消耗内存做得很不好
你们为什么不去探讨这种问题 靠

mar...@gmail.com

unread,
Apr 9, 2006, 9:14:38 PM4/9/06
to 动软.Net代码自动生成器
我从头到尾就没有说过要LTP开源,只是belandsoft说的话不中听,你好好看看我发的贴再说,懒得再争什么了,谁爱说谁说吧,贼~~~~
Reply all
Reply to author
Forward
0 new messages