- 浏览: 248452 次
- 性别:
- 来自: 北京
最新评论
-
seraph_fd:
已取用,谢谢。但将base64编码换成了Hex编码。
AES 加密 PHP 和 JAVA 互通 -
洋葱骑士:
调了一下OK了可是运行的时候,访问不了网站,出现域名错误
flexbuilder 和eclipse 整合 BlazeDs -
洋葱骑士:
出错了。。。。-无法将“<mx:RemoteObject ...
flexbuilder 和eclipse 整合 BlazeDs -
raxliao:
这个只支持16位的密钥,而且密码不能只能aes的随机码。不过测 ...
AES 加密 PHP 和 JAVA 互通 -
cnfnidt:
wwwwwwwwww
flex4 解析XML 例子
文章列表
使用绝对定位实现三栏布局并居中显示:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="te ...
accesskey 属性 -- 代表链接的快捷键访问方式
定义了accesskey的链接可以使用快捷键(ALT+字母)访问.
主菜单与导航菜单使用accesskey,通常是不错的选择
示例
<a href="http://jickcai.iteye.com/" accesskey="j">
(按住Alt键)点击键盘上的h按钮,再按回车(IE)就可以直接链接到HTML教程.
</a>
各种浏览器下accesskey快捷键的使用方法
IE浏览器
按住Alt键,点击accesskey定义 ...
详情请到
蓝色理想:http://www.blueidea.com/tech/web/2009/6930.asp
第 1 选择器
第 2 RGBA和透明度
第 3 多栏布局
第 4 多背景图
第 5 Word Wrap
第 6 文字阴影
第 7 @font-face属性
第 8 圆角(边框半径)
第 9 边框图片
第 10 盒阴影
第 11 盒子大小
第 12 媒体查询
第 13 语音
双击Panel的标题可以实现最大化:
HPanel.mxml:
<?xml version="1.0" encoding="utf-8"?>
<s:Panel xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
creationComplete=&qu ...
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
width="100%" height="100%" applica ...
凤凰网图片集:
http://news.ifeng.com/photo/bigpicture/519_slide.shtml
附件tpj.rar为实现:
数据js--photojsondata.js:
var photojsondata={'title':'山东馆形如海岱交融 演绎齐鲁青未了','summary':'','pubdate':'2010-03-24 15:54:16','contents':[{'title':'外观效','summary':'山东馆外观效果图','img_b':'http://pic.vodone.com/news/images/2010/3/24/201032 ...
组件:BoardDisplay.mxml
<?xml version="1.0" encoding="utf-8"?>
<Graphic xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
viewWidth="601" view ...
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
width="100%" height="100%">
< ...
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
width="100%" height="100%"
initial ...
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ page import="java.util.*, java.io.*"%>
<%
out.println("开始");
String fileName="d:/tomcat/webapps/cms/test/zucai.txt";
String outp ...
附件为:Hello-Flex.4 PDF和书中源代码
简介 Book Description:
Flex should be as easy to learn as it is to use. And with Hello! Flex 4, it is! This illustrated tutorial builds your know-how from the first Hello World example up to a practitioner level using an entertaining style that makes learning a breeze. You'll ...
在D:\Tomcat 6.0\conf\server.xml中
在
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
</Host>
中增加:
<Context path="/b ...
参考:
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/
flexbuilder 整合 BlazeDs
1.下载BlazeDS,下载地址http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/.
2.把blazeds.war放到D:\Tomcat 6.0\webapps\下并解压。
3.使用flexbuilder新建flex工程
工程名:Flex_java选择为Server_type为J2EE,并使用BlazeDS.
配置Flex目录
点击Finish.
4.使用eclip ...
转自:
http://soft.chinabyte.com/140/7769640.shtml
解决方法:
1、改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"
mysql -u root -pvmwaremysql>use mysql;
mysql>update user set ...
摘自:http://www.adobe.com/devnet/flex/articles/flex4_securing_apps.html
附件是pdf。
In this excerpt from Flex on Java we're going to explore how to add security to your Flex applications. We'll not only discuss simple authentication, but we'll touch on adding authorization to specific parts of your Flex ap ...