The AMF (Action message Format) is used very frequently in the development of Flash/flex applications, and is more efficient than ordinary HTTP, WebService soap and many other data communications, and has been tested in this regard, Detailed access
Flex will eventually generate the SWF file to deploy the Web page in an ActiveX manner (html,jsp,asp,aspx, etc.), because ActiveX is a standalone body it can not directly get the element data of the page, the same asp,aspx and other service-side
Flash/flex also supports network connections based on sockets, and server-side can be developed in any language, such as C++,vb,c#,java. Listening on a network port allows you to receive connections from Flash/flex-developed clients.
ActionScript 3.
About remote access in this series of articles have written a lot of examples, this article is not prepared to delve into, in order to consolidate the FluorineFX gateway learning and use. In this paper, we will use the FluorineFX gateway to provide
1) applicationclass excelapp = new applicationclass (); 2) Change the Excel title bar: excelapp. caption: = 'application calls Microsoft Excel '; 3) Add a new workbook: excelapp. workbooks. add; 4) open an existing workbook: excelapp. workbooks.
ApplicationClass ExcelApp = New ApplicationClass ();2) Change the Excel title bar:ExcelApp. Caption: = 'app calls Microsoft Excel ';3) Add a new workbook:ExcelApp. WorkBooks. Add;4) open an existing workbook:ExcelApp. WorkBooks. Open ('C: \ Excel \
I haven't written a blog for a long time
This issue is how to use the. net dll in COM.
When the local machine (win7) is developed, it can be used directly under COM, and there is no problem at all, but the dll is exported to other machines
Solution:
Click to start execution. Enter dcomcnfg and press Enter.
Find the Microsoft Excel application in DCOM Configuration
Program
Set security: Add ASP. NET users to enable permission configuration and access permissions.
Then, check the
Flash/flex also supports socket-based network connections, and the server can be developed in any language such as C++,vb,c#,java. Listening to a network port can receive connections from clients that are Flash/flex developed.
ActionScript 3.0
Title, this article lists some common transformation and processing methods in Web front-end development. Using JSON instead of strings is primarily for ease of handling.Json:javascript Object Notation (JavaScript object Notation), JSON is actually
It is very convenient and simple to complete the communication with the server in these ways, but his disadvantage is that the amount of communication data is small, such as to transmit a large amount of data or to achieve the serialization of
This article will use FLUORINEFX and flex to introduce a simple video chat room case development, hope that through this article and you exchange FluorineFX and flex related technology, but also hope this article can help to need to use FLUORINEFX
Flex provides , and tags for direct access to remote data, which is used with a variety of different language It is easier to communicate the remote server data sources (such as WebService) provided by the environment development.
This article
In the previous articles in this series, we have described the knowledge points for using components or classes such as WebService, Httpservice, Urlloader, and fielreference to complete the communication between flex and. NET Server. It is very
In Flex application development, like asp.net,jsp,php applications, there will be upload/download file application requirements, Flex SDK also provides us with a special class Filerefudderence implementation file upload/download. Flex is only as a
Today, I wrote a small program to use. Net to operate the Office template file and generate the expected Word file. The development environment runs normally and can be put on another machine, which is not easy to use. The system prompts that com… cannot be found ....
Confirm that the Office is installed on the target machine, and the version is the same as the development environment. The only difference is that vs is not installed on the target machine. refactor the program on the target machi
In recent weeks, with the activation of the Open Networking Foundation (ONF) and the announcement of support for almost all mainstream network providers, the OpenFlow specification broke out in the network field. In fact, the OpenFlow switch has been published on Interop Las Vegas 2011 and has aroused great controversy.
SDN allows network engineers to control and manage their networks so that they can bette
Many components written using owc are already available on the Internet. However, it is quite easy to modify them with your own skills,CodeIt is not very powerful and is only available for everyone to learn :)Using system;Using system. collections;Using system. componentmodel;Using system. Data;Using system. drawing;Using system. Web;Using system. Web. sessionstate;Using system. Web. UI;Using system. Web. UI. webcontrols;Using system. Web. UI. htmlcontrols;Using Microsoft. Office.
[Size = x-large] using system;
Using system. Collections. Generic;
Using system. text;
Using system. Data;
Using system. Windows. forms;
Using system. reflection;
Namespace DMS{/// /// C # Excel operations/// Class exceloperate{// Method 1 // Public bool datasettoexcel (Dataset dataset, bool isshowexcle)//{// Datatable = dataset. Tables [0];// Int rownumber = datatable. Rows. count;// Int columnnumber = datatable. Columns. count;
// If (rownumber = 0)//{// MessageBox. Show ("no data can be imp
In a recent project, we need to perform statistical analysis on the Data. Therefore, we first thought of Microsoft's owc and encapsulated the owc operations. In
Program Is much more convenient.
Let's take a look at it first:
Before using this class, you must first reference the owc DLL!
Publish source code:
Using system;Using system. Data;Using system. text;
Using Microsoft. Office. InterOP;
Namespace owccharttest{/// /// Encap
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.