由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - A simple question on Flex
相关主题
c++设计一问:如何动态地调用不同的算法的dll ?c的函数指针能不能弄得像matlab的function handle一样?
gdb里怎么call member functionpython 问题,急,在线等。
Default function template argumentsjs: 怎么来监听某个function被call的次数?
python decorator 调用问题如何定义 Javascript overload function ?
static如何作为函数?matlab: how to set defaul value for function arguments
ajax小问题来几个C++测试题
Calling order of functions as argumentsC -- sample without replacement
function declarationC里面有没有default argument这么一说,是不是只有在C++里有这个feature?
相关话题的讨论汇总
话题: flex话题: server话题: project话题: side话题: arguments
进入Programming版参与讨论
1 (共1页)
B*********t
发帖数: 25
1
Sorry that I cannot type in Chinese here. Recently I have a project on the
Flex application. So who knows Flex very well could give me some help. The
project is as follows:
Assumes that we have some C/C++ functions (say, Add(x1,x2)) in the server
side. The project is that we need to develop an interface by using Flex in
the client side, thus the users can input the data or arguments of those
functions in the server side (say, x1 and x2), then these data or arguments
will be passed to the server,
t****t
发帖数: 6806
2
这跟lex没关系, client和server随便你怎么通信好了.

arguments
x2
x2)

【在 B*********t 的大作中提到】
: Sorry that I cannot type in Chinese here. Recently I have a project on the
: Flex application. So who knows Flex very well could give me some help. The
: project is as follows:
: Assumes that we have some C/C++ functions (say, Add(x1,x2)) in the server
: side. The project is that we need to develop an interface by using Flex in
: the client side, thus the users can input the data or arguments of those
: functions in the server side (say, x1 and x2), then these data or arguments
: will be passed to the server,

B*********t
发帖数: 25
3
yeah, you are right, so could you give me some simple examples or references
on the communnication between server and client? Acturally I don't know
much on this issue. Thanks.

【在 t****t 的大作中提到】
: 这跟lex没关系, client和server随便你怎么通信好了.
:
: arguments
: x2
: x2)

o***g
发帖数: 2784
4
老大,flex不是lex。。。。。。。。

【在 t****t 的大作中提到】
: 这跟lex没关系, client和server随便你怎么通信好了.
:
: arguments
: x2
: x2)

t****t
发帖数: 6806
5
那flex是啥?

【在 o***g 的大作中提到】
: 老大,flex不是lex。。。。。。。。
c*****t
发帖数: 1879
6
http://www.adobe.com/products/flex/

【在 t****t 的大作中提到】
: 那flex是啥?
f*****e
发帖数: 57
7
I don't know flex. But this seems a perfect example for web services.
t****t
发帖数: 6806
8
我土

【在 c*****t 的大作中提到】
: http://www.adobe.com/products/flex/
s*******d
发帖数: 59
9
简单看了一下,感觉flex,sliverlight就是超过javascript的浏览器客户端技术。楼
上的问题就是通过flex来调用web service,估计和javascript调web service差不多。
B*********t
发帖数: 25
10
如果问题再简化以下, 比如服务器和客户端是同一台机器(本地机), 该如何从flex 调
用所需要的C/C++函数呢? 如果flex没有提供与C/C++的接口, 就无法实现这样的直接调
用?
还是, 我们把本地机当成服务器, 通过调用web service去调用C/C++函数?

【在 s*******d 的大作中提到】
: 简单看了一下,感觉flex,sliverlight就是超过javascript的浏览器客户端技术。楼
: 上的问题就是通过flex来调用web service,估计和javascript调web service差不多。

1 (共1页)
进入Programming版参与讨论
相关主题
C里面有没有default argument这么一说,是不是只有在C++里有这个feature?static如何作为函数?
[合集] A C++ Constructor Questionajax小问题
how to input arguments in visual C++ .NETCalling order of functions as arguments
About command line in C++function declaration
c++设计一问:如何动态地调用不同的算法的dll ?c的函数指针能不能弄得像matlab的function handle一样?
gdb里怎么call member functionpython 问题,急,在线等。
Default function template argumentsjs: 怎么来监听某个function被call的次数?
python decorator 调用问题如何定义 Javascript overload function ?
相关话题的讨论汇总
话题: flex话题: server话题: project话题: side话题: arguments