- 浏览: 16380 次
- 性别:
- 来自: 上海
最新评论
文章列表
JSC is a project to extend the Java programming language and Java APIs (Application Programming Interfaces) to support educational and enterprise development of statistical software in Java.
http://www.jsc.nildram.co.uk/
看这篇文章的人应该都知道什么是 Wilcoxon signed-rank test , 以及这个 Test 主要用来做什么。 如果不清楚的同学请 ...
CKeditor 是一个非常好用的web编辑器,javaEye 上也又很多介绍,有兴趣的同学可以继续围观: http://ckeditor.com/
这里主要讲如何定制 ckeditor 的toolbar,以及让 ckeditor 和 jQuery 协同工作。
1. 在确保 jQuery 能正常工作后,引入 ckeditor, 在 <head> 区添加。
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
&l ...
一、【转】Ubuntu命令行修改网络配置方法
/etc/network/interfaces
打开后里面可设置DHCP或手动设置静态ip。前面auto eth0,让网卡开机自动挂载.
1.
以DHCP方式
配置
网卡
编辑文件/etc/network/interfaces:sudo vi /etc/network/interfaces
并用下面的行来替换有关eth0的行:# The primary network interface - use DHCP to find our address
auto eth0
iface eth0 ...
新装elementary os,给firefox 和 chrome 安装 flash 插件。
1. 在 Adobe 网站下载 linux 版本的 flash 插件,下载 tar.gz 版本都就可以,解压都得到: libflashplayer.so
2. 拷贝 libflashplayer.so 到 /usr/lib/firefox-addons/plugins ,然后重启 firefox ,完成对 firefox 插件都安装
3. 拷贝 libflashplayer.so 到 /usr/lib64/chromium-browser/plugins, 然后 ...
1. 什么是JSON。JSON (JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。 JSON 是 JavaScript 原生格式,这意味着在 JavaScript 中处理 JSON 数据不需要任何特殊的 API 或工具包。
{ "people": [
Ajax Upload; A file upload script with progress-bar, drag-and-drop
.
An older ajax upload plugin, which only used iframe for uploads, and was licensed under MIT license is located on github.
This plugin uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and ...
package com.example.xmhi;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Iterator;
...
Chapter 2. Thread Safety
Whether an object needs to be thread-safe depends on whether it will be accessed from multiple threads. This is a property of how the object is used in a program, not what it does.
Whenever more than one thread accesses a given state variable, and one of them ...
Overview:
The PAL project is a collaborative effort to provide a
high quality Java library
for use in molecular evolution and phylogenetics.
Updates of PAL are released in regular intervals.
At present (version 1.4) PAL consists of approximately 200 public
classes/interfaces in 16 pac ...
09年情人节还是和以前一样和我没关,无赖之余呆在办公室研究了一天的jsp/mysql中文乱码问题,自认为相当得详细了。但自己在这方面还是一个freshman,错误之处再所难免,还请各位好汉们指正。
感觉实在是太困了,就没有在这里输入和排版了,直接发张图片还望大家见谅。
- 2009-02-15 02:16
- 浏览 3228
- 评论(0)