- 浏览: 161358 次
- 性别:
- 来自: 成都
最新评论
-
yangyunzhou:
试了一下, 貌似不行
监听父窗口的变化自适应子页面的高度
文章列表
<html:text property="issuecontent" styleClass="infoTextStar" errorStyleClass="errorTextInput" readonly="true"/>
readonly="true" 只读设置
property="issuecontent" Form封装对象的属性
Help->SoftUpdate Updates->Find and install->...
Ex:解决中文的资源文件
接口是更抽象的类,抽象类允许部分方法的实现,而接口方法都不实现,更抽象,为什么会产生接口,因为JAVA是单继承,为了实现多态
对于不熟悉flex的童鞋,要做一些像聊天等交互性功能,用applet + js也是很容易实现的——而且,跨浏览器,js也容易操作dom进行页面内容展示。
1. 建立一个工程,compiler level设置1.3
2. 找到jre lib 下的plugin.jar,导入路径
3. 写一个比较通用的socket client applet,暴露一些主要方法,比如jsFunCall connect close send,connect方法里开启一个domain thread负责接收处理数据(最好是以接口形式)
话说actionscript那种socket方法回调那是一个简单啊!j ...
web可视化编辑器在线编辑器 http://www.edojs.com/ide/
GBK-UTF8转换器以及n多常用插件utf8版
subversion
版本控制
安装:http://subclipse.tigris.org/install.html
Name: Subclipse
URL: http://subclipse.tigris.org/update_1.6.x
1.Oracle数据库所在的服务器地址为: 211.140.53.60 ,默认端口:1521,服务名:CorReal
2.网上下了个Oracle客户端(精简版),具体地址: http://www.x-beta.cn/software/Oracle-Client-Lite-v102.html
3.客户端安装完后,打开其目录下的 “tnsnames.ora” 文件,清空原先的数据,然后写入如下内容:
CorReal =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 211.1 ...
复制下面
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
@="Computer Search Results Folder&q ...
<!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>
<title>JS中的事件冒泡</title>
<script type="text/javascript&q ...
如何打开powerdesigner 建表工具
- 博客分类:
- 开发软件使用
打开 Tools -> Customize ->然后选中Palette前面的复选框即可
.iframe的使用A域中有parent.html,B域中有child.html.B域中的服务器要监听所有B域下所有child.html,并且两个域之间要交换数据.那么在A域中嵌入iframe
如: parent.html
<iframe hieght=0 width=0 id="child" name="child" src="访问路径+child.html"></iframe>
document.domain =IP //A域的IP或域名(去掉www)
函数function thispare ...
<script>
/****************script动态注入*********************************/
function JSONscriptRequest(fullUrl) {
this.fullUrl = fullUrl;
this.noCacheIE = '&noCacheIE=' + (new Date()).getTime();
this.headLoc = document.getElementsByTagName("head").item(0);
...
<script>
/* innerhtml.js
* Copyright Ma Bingyao <andot@ujn.edu.cn>
* Version: 1.9
* LastModified: 2006-06-04
* This library is free. You can redistribute it and/or modify it.
* http://www.coolcode.cn/?p=117
*/
var global_html_pool = [];
var global_script_p ...