由买买提看人间百态

topics

全部话题 - 话题: guies
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
N****w
发帖数: 21578
1
那 GUI 显示输出到哪里呢?
N****w
发帖数: 21578
2
来自主题: Linux版 - Intel Mobin 2 秒钟启动到 GUI
Linux 就是应该在 init 的时候启动 GUI
其它的 script 在后台降低优先级慢慢跑就是了

provide
m******t
发帖数: 2416
3
来自主题: Linux版 - calculator gui?

I was pretty happy with speedcrunch.
Why gui though? I use irb for calculator these days. It's like
a scientific calculator on double steroids. ;-)
a*******e
发帖数: 3021
4
就是过一会显示器就自动关了,不是屏保。
是哪个包有gui可以管理设置多久屏幕自动关闭?
z****n
发帖数: 79
5
我在用Ubuntu 8和XAMPP, 问,XAMPP 有没有一个GUI,就象WAMPP一样 ?
谢。
S*A
发帖数: 7142
6
LZ press Alt-Ctl-F7 can go to X GUI directly.
which means inittab is already at 5 and has xorg installed.
t**********s
发帖数: 930
7
正如所言.
设置应该没问题:
/etc/inittab id:5:initdefault
可是每次进入Fedora都是先显示字符登录,按Ctrl+ Alt+F7才能切换到GUI的登录界面.
真的很奇怪.
N****w
发帖数: 21578
8
GUI 这种东西推倒了,其实大软件很容易就更新了,
比如 gvim firefox chrome 这些东西,肯定 UI 是独立部件,改改就行了
小屁软件没有实力更新的,自然淘汰完事
r*******n
发帖数: 3020
9
ubuntu投的钱也不少了吧,这些钱应该也可以重新写GUI了吧
免费非开源我觉得会不错
d**o
发帖数: 864
10
我画图用matplotlib,GUI用PyQt
版本用2.6/2.7
3.X等别人折腾好了先.
j******l
发帖数: 10445
11
免费,有GUI桌面系统,能上网,能写文档(不一定是.doc,但Word能打开)?
装在空硬盘上。
s******n
发帖数: 6806
12
这东西要gui干嘛
g*n
发帖数: 1148
13
我把ubuntu从12.04升级到了14.04,结果开机进不了GUI,而且屏幕不停地闪。我瞪大
了眼睛看了看load的内容,checking battery state还是ok,然后就出问题了。报错信
息是:
Fatal: could not load /lib/modules/3.13.0-24-generic/modules.dep: no such
file or directory
我试着ctrl + alt + F1(一直到F6),看看能不能进入TTY,也不行。好像是彻底死在那
块了。
请教大牛,有没有办法在死的那个地方之前进入terminal?谢谢!
p****a
发帖数: 38
14
现在这台机器装的是minimal linux,是text only。 因为机器比较老,不能装很多东
西,只想再加装一个xwindow的GUI,然后就可以使用netbeans, eclipse。 请问就单单
加装一个图形界面是怎么装呢?需要加装多少东西? x.org server, window manager,
lxde, 这些都要装吗还是只需要其中一部分就可以了?目标是尽可能少装一点,能给
netbeans, eclipse,和web-browser用就可以了。Window manager想装个简单的,比如
fvwm,不想装gnome或者kde。 可以用什么方法装,用rpm或者yum行吗? 多谢!
Q***k
发帖数: 1419
15
来自主题: Programming版 - *** help needed! on MATLAB GUI ***
Is it possible to compile a MATLAB GUI into a stand alone program and run it
at a PC that does not have a Matlab runtime server? It seems that the compiled
.exe would not run w/o runtime server? many thanks ....
t****t
发帖数: 6806
16
来自主题: Programming版 - *** help needed! on MATLAB GUI ***
Yeah, I meant that. The so called matlab graphics c/c++ library
should be also included in that package. How does your program
"would not work?" GUI applications also need to install some
resources, like menu and toolbar (they are .fig files) to certain
directories, at least on UNIX. Not sure about windows.
A******y
发帖数: 14
17
来自主题: Programming版 - Matlab Gui Help
I am trying to write a Matlab Gui that displays a 3D plot. Anybody knows how
to enable rotation by moving the mouse, like what is provided in an ordinary
figure? Thanks a lot!
c*****t
发帖数: 1879
18
1. Scientific computing people usually do computations in large amount
of data, so most information, like data and configuration has to be
passed along as files anyways.
2. It is simpler for them to code. We have people who has a working
command line programs in C, C++, Fortran or even Java. Sometimes,
some other people request a GUI front end to an existing tool. They
just need to tell me how to run the program and give configurations
they need. They need to do zero modifi
t*******l
发帖数: 3662
19
来自主题: Programming版 - a matlab gui question
i have a matlab gui-based demo written in matlab 7. how can i quickly migrate
it to the earlier versions such as matlab 6.5?
thx
b******z
发帖数: 16
20
I have already finish the application, the boss said the GUI is not
beautiful enough, wanted me to change the title size and colour. I couldn't
do it by using the tool box in VC 2005, Do i have to programme for it? if so
, How? Thanks.
f*******r
发帖数: 1348
21
来自主题: Programming版 - Python的开发环境和GUI开发工具
大家都用什么Python开发环境?
IDLE好像无法进行调试啊。
如果编写一个简单的GUI,用什么工具容易又快?
谢谢。
f*******r
发帖数: 1348
22
来自主题: Programming版 - Python的开发环境和GUI开发工具
对不起,我说错了
我是说如果要用Python编写一个简单的GUI,用什么现成的Python工具容易又快?
m********a
发帖数: 1312
23
来自主题: Programming版 - Python的开发环境和GUI开发工具
python GUI toolkit可以考虑pyqt或wxPython。
区别是pyqt是GPL license, wxPython是类似LGPL.
h***z
发帖数: 233
24
来自主题: Programming版 - Python的开发环境和GUI开发工具
For fast development of a simple GUI, use Tkinter. For developing more
complicated stuff, use wxPython, PyQt, or PyGtk
c*******u
发帖数: 1269
25
来自主题: Programming版 - 请问跨平台的GUI开发用什么?
我是做embedded device的。 要想把GUI做得跟apple那么fancy, 哪个tool最好? GTK
连让button 透明都做不了。
m********a
发帖数: 1312
26
来自主题: Programming版 - 请问跨平台的GUI开发用什么?
这些日子用qt的stylesheet来做gui美容,效果相当不错,最主要是你可以动态改变
style,无需从新compile。
而且经过简单training后公司的不懂编程的artist基本可以自己搞了。

GTK
c*****t
发帖数: 1879
27
来自主题: Programming版 - 怎么debug一个GUI program?
en, this is one very annoying part of debugging gui.
t********s
发帖数: 4503
28
来自主题: Programming版 - 如何做GUI
想学一下给应用程序做个GUI,有经验的请指教。希望能在linux,windows等主要操作系
统上都能运行,用什么语言或工具最好?谢谢!
g*****g
发帖数: 34805
29
来自主题: Programming版 - 如何做GUI
Then probably python would be a good fit.
Portablity can be a problem, not for the GUI,
but for your part.
A******g
发帖数: 612
30
来自主题: Programming版 - eclipse 做gui问题(java)
用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画?
eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq
还不能在mac用。
netbeans是不是可以做这个。
不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。
想把主要精力放在算法上
谢谢!
k****u
发帖数: 133
31
来自主题: Programming版 - C++的GUI是用qt做的吗?
qt是两挪威哥们儿整出来的,然后成立了个公司trolltech,是要收费的;前一阵被
nokia收购了,然后qt就变成opensource了。今后用qt的会越来越多的,毕竟在c++
cross platform gui framework里,它是领先的,现在又开源了。

的。
l******e
发帖数: 12192
32
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
not true. hehe
and for GUI, if with MS, it's not just non-trivial tweaking.
b******n
发帖数: 592
33
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
If I develop with Windows, I wouldn't worry about other platform. You have
most users already anyway. Especially GUI.
b******n
发帖数: 592
34
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
Windows is a platform too narrow (technically). It has its own version of
everything. In the past, we always develop on Linux and maintain
compatibility
to Windows and Mac. Those applications were not even GUI program, we had to
use many #define.
Now I use Mac at home, Linux at work. Mac is a even worse system for
developing platform-independent applications.
L***n
发帖数: 6727
35
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
I think C#/Mono is pretty good, you even have binary
compatibility in theory. May not be perfect but if I
want to develop a GUI application that can run on both
linux and windoz, I'll pick C# as my choice, plus C#
is a pretty neat language.
r*******n
发帖数: 3020
36
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
I think using c++ to develop GUI is torture. so if you
want to try a new language, I recommend Python and wxPython or
Python and PyQT, which both are cross-platform.
The attached is what I made in Python and wxPython and pyOpenGL
L***n
发帖数: 6727
37
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
because .Net is native on Windoz, Java is not, and, this is
personal, I always hate Swing's GUI... looks alien on
either linux or windoz
b******n
发帖数: 592
38
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
It really depends what is the task. If you have a C++ application,
and you need to develop GUI for this application, C#.
If you have to develop a whole new application, it doesn't matter
which language you use. Python is okay for in house application.
r*******n
发帖数: 3020
39
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
It's easy to write C\C++ extensions to Python,
actually, wxPython is a wrapper of wxWidgets written in C++.
So if you develop GUI for C\C++ applications, Python works great, too.
b******n
发帖数: 592
40
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
If you haven't used other tools to interface with C++, then there is no
point to argue.
I know many people use SWIG and there are many projects. The wrapper code is
ugly and there are pitfalls you may have to tweak it. ctype doesn't have
good
C++ support, and it needs a lot coding. Boost.Python is the one I haven't
used. It is said to be good but will need more coding.
You don't have to use a language for everything. I know Python is good, I
use it everyday. But I do use Perl, Bash, C/C++ as wel... 阅读全帖
r*******n
发帖数: 3020
41
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
But you didn't say anything about how beautiful c++ in C# is, which is what
I really want to know. Clearly, I didn't meant to argue that C# is not good.
Python is my favorite programming language, but I never expect one language
to do
everything, but given the circumstances, choose the languages that fit the
needs.
Anyway, what case do you know lz has, and you doubt Python is a good choice.
On MS windows, I agree C# for GUI is very good choice, but You still have a
another
choice.

is
b******n
发帖数: 592
42
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
Okay, your question was why I don't think Python is good enough. As I said,
it
is okay for a in-house application. Ask yourself what application you have
developed in Python. In C#, it is similar to ctype in Python, without the
parameter problem you normally have with ctype (conversion). Just declare
the
function in C# and then you have it.
This how I see these languages:
C, C++ - for people like puzzel games and the game of creating bugs and fix
later
Java, C# - get job done, platform free beca... 阅读全帖
b******n
发帖数: 592
43
来自主题: Programming版 - 现在Window下写GUI的话用什么库?
Python may take over the world. It is trendy, I agree. My company current
use
Python to prototype the product in research environment, and then we have
software engineer to develop the actual product in C++.
The advantage of Python is its ease of use. So the researchers don't have to
spend too much time on software development. Maybe it is just the perception
of software industry that none of the company is giving up Java, C, C++, C#
for Python. Tomorrow it maybe the only language every one use.... 阅读全帖
b******n
发帖数: 592
44
来自主题: Programming版 - 问问unix下有没有svn的GUI
I thought you use "svn diff" only..
I use vimdiff with VCS,
kdiff, meld are all gui..
b******n
发帖数: 592
45
来自主题: Programming版 - 问问unix下有没有svn的GUI
I thought you use "svn diff" only..
I use vimdiff with VCS,
kdiff, meld are all gui..
w********s
发帖数: 1570
46
【 以下文字转载自 Working 讨论区 】
发信人: winetricks (winetricks), 信区: Working
标 题: Windows GUI developer vs Linux System Defect Analyzer,选哪个?
发信站: BBS 未名空间站 (Wed Mar 28 09:56:00 2012, 美东)
完全不同的2个方向,一个是做Windows C++ application developer (MFC, Qt, etc)
,另一个是做Linux defect root cause analysis/performance tuning (drive
customer needs back into the product roadmap)
给的价钱倒是一样的,选哪个?
p*********t
发帖数: 2690
47
windows gui,如果是我。
x****u
发帖数: 44466
48
跨平台本身就是和GUI矛盾的。
d**d
发帖数: 389
49
why?
JAVA is also cross-platform and it also provides GUI.
m********a
发帖数: 1312
50
wxWidget/wxPython和qt都用过很多年。
以前qt商业版不免费,wxWidget有些优势。这几年qt lgpl了,似乎还是qt更成熟好用
些。
qt has similar look and feel under different platforms.
wxWidgets has platform native look and feel since it is a thin layer on top
of native widgets.
此外qt里面qt core之类与gui无关的跨平台library有时也挺有用。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)