- 浏览: 236018 次
- 性别:
- 来自: 北京
最新评论
-
lancezhcj:
初次接触easyUI,总结的非常好,感谢 ,解决了我的弹出窗口 ...
jquery easyui dialog的几个使用问题 -
atgoingguoat:
感谢!!!不错。我复制就能用。哈哈。
jqgrid宽度高度自适应 -
tracy1989wan:
第二个网址已死!
电子书 -
fover1985:
这里有我的自适应宽度的一个解决方法:http://blog.c ...
jqgrid宽度高度自适应 -
wwwlike:
谢谢 解决大问题哦!
jquery easyui dialog的几个使用问题
文章列表
1.安装,从http://bitnami.com/stack/redmine下载bitnami-redmine-2.3.1-1-windows-installer.exe安装即可。
(安装完成后php也是配置成功的,可以写一个文件测试<?php phpinfo();?>)
2.mail配置文件,redmine\apps\redmine\htdocs\config\redmine\apps\redmine\htdocs\config\configuration.yml
default:
email_delivery:
delivery_method: :smtp
...
http://cxf.apache.org/dosgi-releases.html
http://cxf.apache.org/developing-a-distributed-osgi-application-in-eclipse.html
http://code.google.com/p/apache-cxf-dosgi-demo/
http://hi.baidu.com/achilles_zhaic/item/5db8f5d32d24513f2a35c70c
http://blog.csdn.net/einarzhang/article/details/6180615
http://www ...
- 2013-06-28 14:11
- 浏览 859
- 评论(0)
https://netbeans.org/features/platform/
https://netbeans.org/features/platform/download.html
https://platform.netbeans.org/tutorials/nbm-quick-start.html
- 2013-06-18 23:13
- 浏览 734
- 评论(0)
有两个开源项目可以实现将java程序注册成系统服务
1) http://sourceforge.net/projects/wrapper/
Configurable tool which allows Java applications to be installed and controlled like native NT or Unix services. Includes fault correction software to automatically restart crashed or frozen JVMs. Critical when app is needed 24x7. ...
异常:
E175005:Path '/xxxx' already exists when doMkDir or doImport
E155007: 'e:\xxx' is not a working copy
- 2013-06-06 13:23
- 浏览 1131
- 评论(0)
1.编写java类
package com;
public class TestDll {
static {
System.loadLibrary("test");
}
public native void sayHello(String msg);
public static void main(String[] args) {
new TestDll().sayHello("hello");
}
}
2.编译成class
3.调用javah生产头文件(.h)
调用 ...
- 2013-05-22 16:29
- 浏览 1129
- 评论(0)
在home页点击 Add standalone license file;
选择证书路径,在安装包解压文件中的Licenses文件夹中;选择前十个中任意一个打开
有效期到2025年,够用了吧?
- 2013-05-21 14:26
- 浏览 1160
- 评论(0)
1.djproject - http://sourceforge.net/projects/djproject/
The DJ Project
Web Browser, Flash Player, HTML editor, Media player for Swing and SWT
2.jdic
可以嵌入浏览器,但是需要依赖jdic.dll和IeEmbed.exe,较麻烦
3.swt
使用swt的Browser类,然后通过SWT_AWT在Swing中显示。http://www.189works.com/article-12581-1.html
- 2013-05-18 23:36
- 浏览 952
- 评论(0)
http://code.google.com/p/javaqq-face/
实现了qq的大部分功能,如自动隐藏、系统托盘等功能
使用openfire作为即时消息传输平台
- 2013-04-26 14:07
- 浏览 738
- 评论(0)
jsoup
http://jsoup.org/。jsoup 是一款Java 的HTML解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于jQuery的操作方法来取出和操作数据。
htmlparser, sourceforge的开源项目,已经很久没有更新了
http://sourceforge.net/projects/htmlparser/
- 2013-04-26 14:04
- 浏览 890
- 评论(0)
http://sourceforge.net/projects/oswing/
Description
OpenSwing is a components library that provides a rich set of advanced graphics components for developing desktop applications and HTTP/RMI based java applications/RIAs based on Swing front-end. It provides also adapters for Hibernate, JPA, iBatis ...
- 2013-04-21 14:26
- 浏览 829
- 评论(0)
http://m.weather.com.cn/data/101010100.html
http://www.weather.com.cn/weather/101010100.shtml
101010100是北京的编号
实例 http://sarin.iteye.com/blog/821534
- 2013-04-18 18:35
- 浏览 1190
- 评论(0)
1.Abeille
Abeille Forms Designer is a GUI builder for Java applications. Developers and designers can create complex, professional forms in minutes.
http://java.net/projects/abeille/
source code: https://svn.java.net/svn/abeille~svn
文档比较完整
2.swing_designer
http://blog.sina.com.cn/s/blog_4b6047bc0100 ...
- 2013-04-15 23:19
- 浏览 1402
- 评论(0)
cxf ws-security客户端调用:
JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
Map<String, Object> outProps = new HashMap<String, Object>();
outProps.put(WSHandlerConstants.ACTION, "UsernameToken Timestamp");
outProps.put(WSHandlerConstants.USER, "abcd");
outProps ...
- 2013-04-12 17:42
- 浏览 1204
- 评论(0)
一、安装mediawiki(apache/php/mysql/mediawiki)
1.安装apache,
Server Infomation分别填写:
<hostname>.localdomain
<hostname>.localdomain
admin@<hostname>.localdomain
测试http://localhost,如果显示It Works,说明apache安装正常
2.安装php,
Web Server Setup选择Apache 2.2.x module
Apache Configuration Directory选择apache的 ...