li tianquan

Greenhorn
+ Follow
since Aug 30, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by li tianquan

Hi,
everyone,
How can I transport data from client to server with "Java web start"?
thanks
19 years ago
Hi,
everyone,
How can I transport data from client to server with "Java web start"?
thanks
19 years ago
Hi,
Everyone,
How can I free from limit of "Designer"?
I am developing with "Eclipse"!
Thank you
19 years ago
<?xml version="1.0" encoding="GBK"?>
<jnlp
<!-- 文件兼容的JNLP版本-->
spec="1.0+"
<!-- 程序的绝对位置,其它的相对URL都相对于这个位置 -->
codebase="http://your ip:8080/"
<!-- 本文件的相对URL -->
href="draw.jnlp">
<information>
<!-- 程序标题 -->
<title>传输资源管理系统</title>
<!-- 程序制作者 -->
<vendor>长春市金城通信有限公司李天泉</vendor>
<!-- 关于这个程序的更多信息的Web页,这个页的URL会被显示在JAWS的应用程序管理器上 -->
<homepage href="http://your ip:8080"/>
<!-- 下面元素会在JAWS上显示-->
<description>长春市金城通信有限公司</description>
<description kind="short">
传输资源管理系统
</description>
<!-- 指向一个jpg或gif文件的URL,它会被作为一个图标显示在JAWS的应用程序管理器中-->
<icon href="images/face.jpg"/>
<!--声明程序在被下载后,不用再访问服务器即可运行-->
<offline-allowed/>
</information>
<security>
<!-- 请求给予足够的权限对本地机进行访问,这就要求所有的jar
都要被签名。对于不访问本地机的程序,此项并非必需
<all-permissions/>
-->
</security>
<resources>
<!-- 指定程序支持的JRE版本。可以指定多个,会按优先顺序检查 -->
<j2se version="1.4"/>
<!-- 指定包含代码和数据的jar文件的相对URL。 -->
<jar href="Notepad.jar"/>
<!-- 指定将被按需下载的jar文件
<jar href="lib/Notepad.jar"/>
-->
</resources>
<!-- 指定启动程序的主类 -->
<application-desc main-class="Notepad"/>
</jnlp>
19 years ago
Thanks to you very much,I have resolved it with your help,thanks,I hope you will help me in the future!
[ August 31, 2004: Message edited by: li tianquan ]
19 years ago
I need a method,I want to the "Label" from one place to another with mouse,it is a puzzle for me,please help me
19 years ago
Please Help me about SWT Drag and Drop,thank you very much,I am Chinese,SWT Drag and Drop support, I want to drag a control from one to another,but I do not known which API can help me,my English is very poor ,Thank you!
19 years ago