[调查]有谁在linux下搞开发?
发表于 : 2008-08-23 11:01
总是感觉linux下应用软件少,特别是面向企业的MIS应用软件少。通用的媒体播放器一大堆,难道linux的桌面版就是用来听音乐的吗?基于linux的web服务器一大堆,可是很多必须要求客户端使用IE,真是bt!
调查一下到底有多少人在为linux开发软件:
调查一下到底有多少人在为linux开发软件:
我也投一票百草谷居士 写了:自己先投一票:什么也不开发,期待别人开发。
我也投一票。自己能力有限,正在学习中,期待早日有所贡献...yaska 写了:我也投一票百草谷居士 写了:自己先投一票:什么也不开发,期待别人开发。
这个不行, startdict 是不停地检查剪贴板里的文字,如果发现变化,就进行翻译并激活悬浮窗。sinyadvan 写了:我现在的目标就一个:让stardict可以连续取同一词。
代码: 全选
// Notice: once you changed this file, try to change src/win32/clipboard.cpp too.
// Is there any way to know that selection is changed? so we don't need to get selection text every interval miliseconds
// and compare the text to know whether selection changed.
// i tried the "selection_notify_event",but it means that some one is requesting the selection.
// if you use the "selection-clear-event",so when selection is changed,you will get this event,
// but it need you do a gtk_selection_owner_set,this make the old selection be cleared :(
// ok,there is no way the know the selection is changed...is there any way to only get the selection's text with a limit length,but
// not the whole text? stardict only need the first 256 chars....it seems no way too :(
谢谢啊BigSnake.NET 写了:这个不行, startdict 是不停地检查剪贴板里的文字,如果发现变化,就进行翻译并激活悬浮窗。sinyadvan 写了:我现在的目标就一个:让stardict可以连续取同一词。
代码: 全选
// Notice: once you changed this file, try to change src/win32/clipboard.cpp too. // Is there any way to know that selection is changed? so we don't need to get selection text every interval miliseconds // and compare the text to know whether selection changed. // i tried the "selection_notify_event",but it means that some one is requesting the selection. // if you use the "selection-clear-event",so when selection is changed,you will get this event, // but it need you do a gtk_selection_owner_set,this make the old selection be cleared :( // ok,there is no way the know the selection is changed...is there any way to only get the selection's text with a limit length,but // not the whole text? stardict only need the first 256 chars....it seems no way too :(
百草谷居士 写了:总是感觉linux下应用软件少,特别是面向企业的MIS应用软件少。通用的媒体播放器一大堆,难道linux的桌面版就是用来听音乐的吗?基于linux的web服务器一大堆,可是很多必须要求客户端使用IE,真是bt!
调查一下到底有多少人在为linux开发软件:
知音呀知音,同病相怜!!zjg951025025 写了:百草谷居士 写了:总是感觉linux下应用软件少,特别是面向企业的MIS应用软件少。通用的媒体播放器一大堆,难道linux的桌面版就是用来听音乐的吗?基于linux的web服务器一大堆,可是很多必须要求客户端使用IE,真是bt!
调查一下到底有多少人在为linux开发软件:
找到Gambas,可基本上是英文的东东,网上连一点中文指导都没有
个个都是高手,动不动不是C/C++,就是Java,我只想简单傻瓜式的RAD工具可以编写一些自己内部所需的MIS系统(其实很多所说的MIS不是很难),满足自己使用就行。
为什么不让非专业的人员来简单化开发,让专业级的高手用高级的那些开发工具?
听说10年前的OS/2比Windows先进很多,个人感觉是其平台上的应用软件不多,配套的开发环境没兼顾非专业的人员,是其失败的一个重要原因。