随笔
lyb520320
愿交天下人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MYSQL5.5 安装配置 问题解决
操作系统:windows7 64位系统 数据库版本:mysql community Server 5.5.11-winx64 免安装版 1. 执行命令 mysqld --install --default-file=%MYSQL_HOME%\my.ini 启动服务,老是报1067的错误,网上找来好多都不能解决,最后使用mysqld命令启动,还是没有反应。好在查到一个mysqld命...原创 2011-04-18 00:35:28 · 101 阅读 · 0 评论 -
No result defined for action and result input
这是struts2的一个拦截器报的错误,当你的form中的数据有问题,比如说<input type="text" name="receiverLoginID" value="<%=name%>"/>当 name值为NULL时,就出这个错了,所以你可以在当前页面加入以下标签<div style="color:red"> <s:f原创 2011-03-09 17:24:37 · 85 阅读 · 0 评论 -
常用eclipse插件更新地址及MAVEN设置
SVN http://subclipse.tigris.org/update Jetty http://run-jetty-run.googlecode.com/svn/trunk/updatesite M2eclipse http://m2eclipse.sonatype.org/sites/m2e PropertiesEditorhttp://proped...原创 2011-03-23 13:47:18 · 84 阅读 · 0 评论 -
类加载器与OSGi
OSGi™是 Java 上的动态模块系统。它为开发人员提供了面向服务和基于组件的运行环境,并提供标准的方式用来管理软件的生命周期。OSGi 已经被实现和部署在很多产品上,在开源社区也得到了广泛的支持。Eclipse 就是基于 OSGi 技术来构建的。 OSGi 中的每个模块(bundle)都包含 Java 包和类。模块可以声明它所依赖的需要导入(import)的其它模块的 Java ...原创 2011-11-20 09:24:42 · 106 阅读 · 0 评论 -
A Software Developer's Reading Plan
cc2e.com/3507 This section describes the reading program that a software developer needs to work through to achieve full professional standing at my company, Construx Software. The plan described ...原创 2012-03-07 13:54:21 · 131 阅读 · 0 评论 -
Windows复制文件到远程共享目录
When you are writing batch scripts (programs that run in the background without user intervention) you often need to copy a file on to a remote machine. If you are not already connected to the machin...原创 2013-09-11 15:52:28 · 255 阅读 · 0 评论
分享