`
openstudy
  • 浏览: 232326 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
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 ...
https://netbeans.org/features/platform/ https://netbeans.org/features/platform/download.html https://platform.netbeans.org/tutorials/nbm-quick-start.html
有两个开源项目可以实现将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
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) 调用 ...
在home页点击 Add standalone license file; 选择证书路径,在安装包解压文件中的Licenses文件夹中;选择前十个中任意一个打开 有效期到2025年,够用了吧?
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
http://code.google.com/p/javaqq-face/ 实现了qq的大部分功能,如自动隐藏、系统托盘等功能 使用openfire作为即时消息传输平台
jsoup http://jsoup.org/。jsoup 是一款Java 的HTML解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于jQuery的操作方法来取出和操作数据。 htmlparser, sourceforge的开源项目,已经很久没有更新了 http://sourceforge.net/projects/htmlparser/
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 ...
http://m.weather.com.cn/data/101010100.html http://www.weather.com.cn/weather/101010100.shtml 101010100是北京的编号 实例 http://sarin.iteye.com/blog/821534
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 ...
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 ...
一、安装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的 ...
Global site tag (gtag.js) - Google Analytics