重访IBM CDL旧址
| 2008,12月 18 | Posted by yaozer under 随笔/感悟 |
| 2008,12月 18 | Posted by yaozer under 随笔/感悟 |
| 2008,12月 17 | Posted by yaozer under 开源软件 |
Opera 的widget 类似于firefox的plugin (add-ons), 有些widget还蛮有特点的.
官方Opera widget 是 http://widgets.opera.com/
另一篇参考文章 推荐给网站设计者的Opera Widgets
| 2008,12月 15 | Posted by yaozer under 开源软件 |
| 2008,12月 12 | Posted by yaozer under 开源软件 |
| 2008,12月 10 | Posted by yaozer under 创业点滴, 随笔/感悟 |
| 2008,12月 9 | Posted by yaozer under 随笔/感悟 |
There are moments in life when you miss someone so much that you just want to pick them from your dreams and hug them for real!
Dream what you want to dream; go where you want to go; be what you want to be, because you have only one life and one chance to do all the things you want to do.
May you have enough happiness to make you sweet, enough trials to make you strong, enough sorrow to keep you human, enough hope to make you happy.
Always put yourself in others’ shoes. If you feel that it hurts you, it probably hurts the other person, too.
The happiest of people don’t necessarily have the best of everything; they just make the most of everything that comes along their way.
Happiness lies for those who cry, those who hurt, those who have searched, and those who have tried, for only they can appreciate the importance of people who have touched their lives. Love begins with a smile, grows with a kiss and ends with a tear.
The brightest future will always be based on a forgotten past, you can’t go on well in life until you let go of your past failures and heartaches.
When you were born, you were crying and everyone around you was smiling. Live your life so that when you die, you’re the one who is smiling and everyone around you is crying.
Please send this message to those people who mean something to you, to those who have touched your life in one way or another, to those who make you smile when you really need it, to those that make you see the brighter side of things when you are really down, to those who you want to let them know that you appreciate their friendship.
And if you don’t, don’t worry, nothing bad will happen to you, you will just miss out on the opportunity to brighten someone’s day with this message.
| 2008,12月 2 | Posted by yaozer under ubuntu server, 开源软件 |
ubuntu desktop8.10 + sun-java6 + Tomcat6 + postgresql8.3 + openbravoERP2.40 安装成功, 但是tomcat无法启动 openbravo, 原因待查。启动时出错信息如下:
INFO: HTMLManager: start: Starting web application at ‘/openbravo’
Dec 2, 2008 10:11:13 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class org.apache.axis.transport.http.AxisHTTPSessionListener
java.lang.ExceptionInInitializerError
at org.apache.commons.discovery.jdk.JDKHooks.(JDKHooks.java:75)
at org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:412)
at org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:378)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
at org.apache.axis.components.logger.LogFactory.(LogFactory.java:33)
at org.apache.axis.transport.http.AxisHTTPSessionListener.(AxisHTTPSessionListener.java:33)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3787)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
at org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1247)
at org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:604)
at org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:129)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
at java.security.AccessController.checkPermission(AccessController.java:546)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkCreateClassLoader(SecurityManager.java:594)
at java.lang.ClassLoader.(ClassLoader.java:226)
at org.apache.commons.discovery.jdk.PsuedoSystemClassLoader.(PsuedoSystemClassLoader.java:73)
at org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)
at org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)
… 46 more
| 2008,12月 2 | Posted by yaozer under MySQL |
撇开两者的其他方面,首先是要让它们跑起来, MySQL + PhpMyAdmin 一装, 不看入门教程就把基本的环境搭好了。 而postgresql呢, 我一个学计算机, 第一次配好竟然累计用了差不多5个小时, 关键是找不到很好的入门资料,官方的安装指导毫无实用价值,其他资料也少有击中要害的。 引入了psql, 就该强调一下;运行一个命令,提示信息寥寥数语, 也不确定结果如何; 显示所有数据库, 搜了半天才找到; pgAdmin 3 是需要图形界面的, web的管理软件有没有?
等等等等, pg对第一次的使用者来说, 上手不容易啊。
显示所有数据库
mysql : show databases
psql : l 或者l+
使用某数据库
mysql : use xx
psql : c xx
显示数据库表
mysql : show tables
psql : dt
最新评论