Description
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians for thousands of years is the qu...
分类:
其他好文 时间:
2014-08-06 19:06:42
阅读次数:
319
1.PropertyPlaceholderConfigurer类它是把属性中的定义的变量(var)替代,spring的配置文件中使用${var}的占位符 db.properties${jdbc.driverClassName}${jdbc.url}${jdbc.username}${jdbc.pas...
分类:
编程语言 时间:
2014-08-06 18:34:21
阅读次数:
241
sudo?apt-get?update
sudo?apt-get?upgrade
sudo?apt-get?install?python-software-properties
sudo?add-apt-repository?ppa:webupd8team/java
sudo?apt-get?update
sudo?apt-get?remove?--purge?...
分类:
数据库 时间:
2014-08-06 15:07:01
阅读次数:
261
android 用 ant 进行 build. android sdk 下面的 tools/ant 下面的 build.xml 就是 build 的整个过程。其中的 build 参数可在ant.properties 文件中进行 override。也可以自己定制 build 的脚本。用 ant bui...
分类:
移动开发 时间:
2014-08-06 01:31:10
阅读次数:
257
批量存储信息 import?java.util.LinkedList;
import?java.util.List;
import?java.util.Properties;
import?org.apache.log4j.Logger;
public?class?MonitorStoreService4?extends?Thread{
static?fin...
分类:
编程语言 时间:
2014-08-05 19:42:50
阅读次数:
247
今天从svn上下载项目后,想加入下面jar包。可是build path为灰色。解决的方法是:1、在项目上右键properties---project facts 如图所看到的:点击右側convert to faced from...出现如图所看到的:点击ok就可以。
分类:
其他好文 时间:
2014-08-05 18:47:19
阅读次数:
266
本文由秀依林枫提供友情赞助,首发于烂泥行天下。 上一篇文章介绍了有关KVM虚拟机快照的创建与恢复,这篇文章我们来介绍有关KVM虚拟机克隆。 KVM虚拟机的克隆,我们可以分以下几步: 1、 使用virt-clone命令进行克隆 2、 通过virsh edit命令修改克隆后虚拟机的VNC连接端口 3、 ...
分类:
其他好文 时间:
2014-08-05 18:31:39
阅读次数:
226
在 struts.xml 或者 struts.properties 文件里添加异常页面的中文就能正常显示了
分类:
其他好文 时间:
2014-08-05 15:36:59
阅读次数:
171
我们可以利用PLSQL工具中的替换功能进行sql语句的输入,具体做法如下:工具---首选项---用户界面---编辑器1.然后点击“edit”按钮;2.、在文本框中输入你想要替换的字符,等号见面是新字符,后面是原字符,再点击“save”按钮;3.最后点击“保存”按钮,OK,试试输入吧,比如 sf 空格...
分类:
数据库 时间:
2014-08-05 13:54:19
阅读次数:
251
public class PropertiesFactoryBeanextends PropertiesLoaderSupportimplements FactoryBean, InitializingBeanAllows for making a properties file from a cl...
分类:
编程语言 时间:
2014-08-05 09:33:39
阅读次数:
307