ann
冰是没有未来的,因为它的永恒
posts - 107,comments - 34,trackbacks - 0
     摘要: 1.下载- ref : https://glassfish.dev.java.net/downloads/v2.1-b60e.html

-
2.解压下载的jar # java -Xmx256m -jar glassxxx.jar
3.复制到安装的路径下 copy th glassfish to /opt/glasfish2.1

# cd glassfish2.1
如果系统没安装ant # chmod -R +x lib/ant/bin

make sure tomcat is not running on 8080, I changed to run on 18080



4. 安装 # lib/ant/bin/ant -f setup.xml

cannot move the dir after the above step.


ends results:

create.domain:
[exe  阅读全文
posted @ 2009-06-13 12:11 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: http://mxsfengg.javaeye.com/?show_full=true
http://clayz.javaeye.com/?page=2&show_full=true
http://mxsfengg.javaeye.com/blog/277913  阅读全文
posted @ 2009-06-03 11:55 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: http://ditu.google.com/maps/geo?output=json&oe=utf-8&q=要查的地址

/**
* a positive response:
*
*
{
"name": "上海金桥开发区",
"Status": {
"code": 200,
"request": "geocode"
},
"Placemark": [
{
"id": "p1",
"address": "中国上海市浦东新区金桥开发\r\r\n区",
"AddressDetails": {
"Country": {
"CountryNameCode": "CN",
"  阅读全文
posted @ 2009-06-03 09:57 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: PgAdmin, open up the SQL window by clicking the SQL button (the one with the pencil).
Choose “File  Open…” and navigate to

C:\Program Files\PostgreSQL\8.3\share\contrib\lwpostgis.sql

Press the “Run” button. (The green triangle.) The lwpostgis.sql file will execute, loading the PostGIS functions and objects into the “postgis” database.

Choose “File  Open…” and navigate to

C:\Program Files\PostgreSQL\8.3\share\contrib\spatial_ref_sys.sql  阅读全文
posted @ 2009-06-03 09:55 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: netbeans项目中缺省使用 utf-8. 这要求所有的源文件使用 utf8 编码有些源文件是从别的文件系统中拷贝出来, 可能使用别的编码方式, 例如 iso-8859-1. 如果其中有 Ascii 扩展字符, 则 编译的时候会抱怨有 并不认识的 unicode 编码. (ummapped unicode characters)

解决方法: 使用 GNU iconv 工具进行批处理转换.

- iconv 在 cygwin 中有发布, 需要 iconv2 包. 也有单独的 windows 版本.

- 在 一个临时文件目录两种建立和源目录相同的目录结构: 拷贝过去以后, find . -name "*.*" | xargs rm, find . -name ".svn" | xargs rm -R
- 在源文件目录中: $ for a in `find . -name "*.java"`; do iconv -f iso-8859-1 -t utf-8 <"$a" > /tmp/"$a" ; done
阅读全文
posted @ 2009-06-03 09:52 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: JTS Geometry 对象不能被 JAXB 映射成xml.

可使用一下的方法避免指定的 java bean property 不被 xml 话

在 bean 的class级别:

@XmlAccessorType(XmlAccessType.FIELD) // for jaxb to ananlyze the object

然后在 field 上面

@XmlTransient


如果没有 XmlAccessorType, 则需要把 @XmlTransient 放在getter 上面.  阅读全文
posted @ 2009-06-03 09:44 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: 1. putty:
http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe

2.使用 rsync, 能后进行差额同步, 大大减少文件传输量, 例如下面的命令本地的 dist 目录下面的 TakeoutServer.war 同步到远程服务器 etch1 的 ~ 目录 (home 目录)

rsync -avz --delete --progress -e "ssh" dist/TakeoutServer.war etch1:~/
  阅读全文
posted @ 2009-05-22 16:55 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: 数据库映射为实体:http://resources.visual-paradigm.com/index.php/dbm-tut/42-tut/129-db-reverse-sc.html
实体映射为数据库:http://resources.visual-paradigm.com/index.php/dbm-tut/42-tut/129-db-reverse-sc.html

  阅读全文
posted @ 2009-05-22 10:24 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要: 1. log4j的配置

### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n

### direct messages to file hibernate.log ###
#log4j.appender.file=org.apache.log4j.FileAppender
#log4j.appender.file.File=hibernate.log
#log4j.appender.file.layout=or  阅读全文
posted @ 2009-05-14 14:45 冰是没有未来的,因为它的永恒| 编辑 收藏
     摘要:

JDBC 驱动程序支持通过 integratedSecurity 连接字符串属性在 Windows 操作系统上使用“类型 2”集成身份验证。

注意:如果您运行 32 位的 Java 虚拟机 (JVM),则使用 x86 文件夹中的 sqljdbc_auth.dll 文件,即使操作系统是 x64 版本也不例外。如果您在 x64 处理器上运行 64 位 JVM,则使用 x64 文件夹中的 sqljdbc_auth.dll 文件。如果您在 Itanium 处理器上运行 64 位 JVM,则使用 IA64 文件夹中的 sqljdbc_auth.dll 文件。


例子:

1. java代码:

public class DBConnect {
static {
try {

Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDri  阅读全文
posted @ 2009-05-11 14:44 冰是没有未来的,因为它的永恒| 编辑 收藏
列出全部内容
共9页: 上一页 1 2 3 4 5 6 7 8 9 下一页 

当下,把心放下 放下如果是可能的,那一定是在当下,
不在过去,也不在未来。
当下放下。唯有活在当下,你的问题才能放下。