Reprint sun GE's blog --
I recently read some ColdFusion Security Information and accidentally read this article on the Internet. I did not expect ColdFusion to prevent SQL injection! It is much more convenient than ASP/PHP. I thought it was easy to use PreparedStatement in Java/JSP to pre-compile and prevent SQL injection. I didn't expect ColdFusion to be more
Like other Web development languages, ColdFusion has been enthusiastically sought after. Because Eclipse is a popular open source development framework, it is only a matter of time before ColdFusion Plug-ins stand out. Learn how to install and use the plug-in to develop, test, and deploy the sample ColdFusion application.
Previously,
Build an AJAX-enabled search page using the RICO JavaScript Library, ColdFusion MX 7, and Windows Indexing Service
A few months ago, I talked with some of my colleagues about the possibility of adding a search tool to an Intranet (as a wizard) and extending it to an enterprise Web site. One of the main goals of this proposal is to figure out which visitors are looking for Web content and changing the content accordingly. Some of us have conceived a f
Display query results
Once you create a query in the application file, you can reference the query results in other cfm files. Query results can be used to dynamically generate HTML webpages.
When you learn how to use CFML labels, remember that you can also use HTML labels and text in programs. ColdFusion simply transmits tags and text directly to the client browser where you use HTML tags and text. The most flexible way to output query results is t
Use an array of objects to process records in ActionScript
If you stop and think about this, you can use an array of Structure Variables to include data, similar to the ColdFusion query (record set) variable. If I have data in the following form:
Row number
Name
Name
Management Status
1
Fred
123
False
2
Ginger
234
True
Using the cfquery tag, I can retrieve data from such a tab
Selenium supports a wide range of programming languages, such as C #, Java, and python. For more information, see:
Http://seleniumhq.org/about/platforms.html#programming-languages
Recently, ColdFusion, a supported language, was added, which is cfselenium:
Http://www.silverwareconsulting.com/index.cfm/2011/2/22/Introducing-CFSelenium--A-Native-ColdFusion-Client-Library-for-SeleniumRC
:
Https://github.co
Adobe ColdFusion is already popular in the development community. Its rapid development is due to a feedback loop: more powerful tools and frameworks enable application developers to become better, more powerful tools and frameworks can be developed by better developers. A core component of this kind of continuous success is the coldspring framework. I will introduce coldspring to you in this article, explain what it is, why you should use it, and pro
I built a comprehensive site with ColdFusion that covers the following areas: handles multiple databases, present data on maps, control different login privileges, accepts and track users' requests, send automatic emails alerts. what is the easiest and fastest way to convert the site to Silverlight, keeping in mind that most of my background is in ColdFusion? How long wowould it take to get familiar with th
Pre-use preparation: You need to prepare the test environment Flash MX COLDFUSIONMX
Source file Download: Start downloading 10.1k
This article describes ColdFusion and flash communication, this time without the use of remoting components, directly using the Netconnection object, connect to the ColdFusion of the built-in remoting service. The service uses the message mechanism of the AMF structure ( Action m
Release date:Updated on:
Affected Systems:Adobe ColdFusion 9.xAdobe ColdFusion 8.xDescription:--------------------------------------------------------------------------------Cve id: CVE-2012-2041
Adobe ColdFusion is a dynamic Web server.
Adobe ColdFusion 8.0 to 9.0.1 does not properly filter some input and returns i
1 IntroductionSince ColdFusion (CF) was acquired by Macromedia, MM has upgraded its CF application in FLASH to a new level. Using CF, it can be dynamically integrated with FLASH. The longest use is HARPOON, but the role of CF in FLASH charts is rarely known. Today I want to talk about one of the most favored features of FLASH in CF, built-in charts.
First, we need tools to dynamically generate FLASH charts based on Macromedia Generator. Generator is t
Coldfusion with Access Chinese display issues
Author: Kyle 12/11/02
Content:
First, add the following code to the top of the page where you want to pass and process Chinese (you can also put it in the application.cfm, but in some cases it will be problematic):
Note: If you use Dreamweaver MX, you can insert the above code with cfpageencoding in the menu insert (Verify that your Windows system is in Simplified Chinese).
The above steps whether you
1. Scenario Mode
When discussing the factory method mode, I mentioned an application framework for exporting data, but I didn't discuss how to implement each method for exporting text. Now let's solve this problem.Assume that the exported file is divided into three parts, the file header, the end of the file, and the file body, regardless of the format.Document Header: Number of the branch or outlet, date of data exportEnd of file: outputFile body: Table NameExport data to text files and XML fil
Set your root directory
Author: Kyle 2/16/03
Content:
Set your root directory
Web site developers have always had to spin around the topic of relative path vs. absolute path. In a ColdFusion environment, you can use Cfinclude labels on multiple different pages, but since we're going to use the Cfinclude syntax in which directory, it's often a lot of trouble to use relative paths in cfinclude labels.
For example, one of the included menus may have
Preparations before use: You need to prepare the test environment flash mx ColdFusionMX
Download source file: Start to download 10.1 k
This article describes the communication between ColdFusion and flash. Instead of using the Remoting component, you can directly use the NetConnection object to connect to ColdFusion's built-in Remoting service. the Service uses the AMF message structure (Action Message format ).
Please first review the methods and att
Not in ColdFusion
Instanceof You can only write one function instead of the other to compare whether an object is another
An instance of a class:
1
Cffunction
Name
= "Isinstanceof"
Access
= "Public"
Returntype
= "Boolean"
Output
= "False"
>
2
Cfargument
Name
= "OBJ"
Type
= "Any"
Required
= "True"
/>
3
Cfargument
Name
= "Reqtype"
Type
= "String"
Required
= "True"
/>
4
Release date:Updated on:
Affected Systems:Adobe ColdFusionDescription:--------------------------------------------------------------------------------Bugtraq id: 49787
Adobe ColdFusion is a dynamic Web server.
Adobe ColdFusion has multiple cross-site scripting vulnerabilities. Remote attackers can exploit these vulnerabilities to execute arbitrary script code on the affected site and steal cookie authentica
If you forget the password of the Coldfusion Administrator management backend-the method is as follows:
Find the Coldfusionneo-security.xml configuration file (usually in the/lib directory) in the Coldfusion installation directory, find this section:
The error message is:
Unable to convert MySQL date/time value to system. datetime
Cause:
It is mainly used to insert a date to a MySQL table. If the date to be inserted is not accepted by MySQL, or at 23:59:59, the date field is0/0/0000 0:00:00 AMEspecially when data is dumped from MSSQL or other databases to MySQL.
Solution:
1. On the ColdFusion management interface.
2. Select the data source to be modified ). Then edit.
3. On the data source edit
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.