- 浏览: 52423 次
- 来自: 上海
最新评论
-
bestlovetoad:
Pylons笔记(二) -
waveeee:
又转回xp了。用虚拟机安装服务器bsd。 就是网络太球了!!! ...
linux eclipse出错-failed to load the jni shared -
qinq4312:
最好不要完全禁用.可以用命令:
chcon -t execme ...
linux eclipse出错-failed to load the jni shared -
linvar:
果然有此事,SELINUX主要是用来干嘛的,完全disable ...
linux eclipse出错-failed to load the jni shared
文章列表
linux eclipse出错-failed to load the jni shared
2010-12-16 下午 02:09
http://hi.baidu.com/wangkaijiangg/blog/item/bd9376f4ead071fe7609d7a5.html
failed to load the jni shared library"/usr/local/java/jdk1.6.0_21/bin/../jre/lib/i386/client/libjvm.so
关闭selinux即可解决。
# vi /etc/sys ...
Heritrix使用的初步总结
http://jason823.iteye.com/blog/84206
http://blog.sina.com.cn/s/blog_4ef8aa560100bxop.html
Heritrix man
1. Introduction
Prev
Next
一些maven资料
下载maven
http://maven.apache.org/download.html
start
http://maven.apache.org/guides/index.html
wiki
http://docs.codehaus.org/display/MAVENUSER/Home
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 6bc5423f-d451-4fcf- ...
Best Practice
26Oct
使用常量标识状态位
restful url
TDD=
瘦接口
富模型
子项目
10 Most Useful Java Best Practice Quotes for Java Developers
http://viralpatel.net/blogs/2010/02/most-useful-java-best-practice-quotes-java-developers.html
开发工具备忘
日常管理
www.rememberthemilk.com
www.google.com/calendar/
记事本
http://www.google.com/notebook/#b=BDQP-DAoQyMrjr78l
Ubuntu/linux下最强大的下载工具-aria2
http://www.openboy.net/ubuntu-linux-download-tool-aria2.html
mysql ubuntu 安装
http://ariejan.net/2007/12/12/how-to-install-mysql-on-ubuntudebian/
映射主机
su ...
http://hi.baidu.com/jonsonda/blog/item/e5a0a712551fb5cdc2fd78f3.html
序列键生成器与单例及多例模式
2007-10-25 02:07
在一个关系数据库中,所有的数据都是存储在表里,而每一个表都有一个主键(Primary Key)。对大多数的用户输入数据来讲,主键需要由系统以序列号方式产生。比如一个餐馆的贩卖系统需要一个序列号给每天开出去的卖单编号,这个序列号码就应当存放到数据库里面。每当发出序列号码的时候,都应当从数据库读取这个号码,并更新这个号码。
为了保证在任何情况下键值都不会出现重复,应当使用预定式键值存储办法。在请求 ...
http://today.java.net/article/2010/03/31/html5-server-push-technologies-part-1
http://today.java.net/article/2010/04/26/html5-server-push-technologies-part-2
The upcoming HTML5 specification includes a lot of powerful and exiting features which turn web browsers into a fully capable rich internet ap ...
http://groups.google.com/group/redis-db/browse_thread/thread/1adb93f0b6a1460a
In JRedis you have two options if you are using a front-end that
serves a lot of concurrent processes.
For low (concurrent) number of processes (threads), you can use
JRedisService. This connector maintains a pool of c ...
http://hi.baidu.com/w_m_y/blog/item/58d860ee03671cfcb2fb9505.html
解决UltraEdit在UTF-8编码上的bug
2008-12-02 14:41 我一直喜欢用UltraEdit,包括写JavaScript、HTML、python、C、JSP等等。不过UltraEdit在UTF-8的处理上有个奇怪的bug。不信你可以试一下 ...
xp , scala2.8 apache-maven-2.2.1
============
1 . 下载并安装Maven
配置好环境变量后测试
mvn --version
2. 创建lift
Using Scala 2.8
mvn archetype:generate ^
-DarchetypeGroupId=net.liftweb ^
-DarchetypeArtifactId=lift-archetype-basic_2.8.0 ^
-DarchetypeVersion=2.1-SNAPSHOT ^
-DarchetypeRepository=http://sca ...
http://caterpillar.onlyfun.net/Gossip/Scala/
http://www.ibm.com/developerworks/cn/java/j-scala01228.html
Chapter1 面向 Java 开发人员的 Scala 指南: 面向对象的函数编程
some code
So, for instance, the already mentioned Array class has a function, filter, which is defined in Listing 7:
Listing 7. Partial listing of Array.scala
class Array[A]
{
...
copy scala.lang to
~/.local/share/gtksourceview-2.0/language-specs
create dir if necessary
1. install jdk5.0
2. set env
vi .bashrc
export PATH=the path/scala-2.8.0.final/bin:$PATH
3. test
You may test the distribution by running the following commands:
$ sbaz install scala-devel-docs
$ scalac your path/doc/scala-devel-docs/examples/sort.scala
$ scala examples.sort
[6,2,8,5,1]
[1,2,5, ...