xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="h...
分类:
编程语言 时间:
2014-06-05 00:23:44
阅读次数:
296
Date (对象) Date 对象能够使你获得相对于国际标准时间(格林威治标准时间,现在被称为
UTC-Universal Coordinated Time)或者是 Flash
播放器正运行的操作系统的时间和日期。要使用Date对象的方法,你就必须先创建一个Date对象的实体(Instance)。....
分类:
Web程序 时间:
2014-06-04 19:33:30
阅读次数:
484
ProblemYou want to instantiate and display a
map on a viewSolutionCreate an instance of the MKMapView class and add it to a
view or assign it as a sub...
分类:
其他好文 时间:
2014-06-03 12:19:39
阅读次数:
314
经常用到ftp
get命令下载东西,但是遇到大的文件不知道是挂了还是在运行,要是能显示就好了,于是就有了下文。。。注:红色字体是我敲击的命令“#”
是注释语[root@localhost server]#ftp 10.2.1.67 #登录服务器Connected to 10.2.1.67.220-F...
分类:
其他好文 时间:
2014-06-03 08:56:33
阅读次数:
1377
oracle asm对于我们并非一个黑盒子 ,我们能够通过对应视图查看asm
instance信息,和oracle系统视图一样。v$asm_diskgroup x$kfgrp记录diskgroup内容信息v$asm_disk
x$kfdik,x$kfkid记录asm disk内容具体信息v$asm_...
分类:
其他好文 时间:
2014-06-02 05:48:29
阅读次数:
217
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:
编程语言 时间:
2014-06-01 16:16:55
阅读次数:
484
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www...
分类:
编程语言 时间:
2014-06-01 14:14:30
阅读次数:
320
Hibernate 使用JPA 对于映射有3种规则可以配置:DefaultNamingStrategy,ImprovedNamingStrategy,EJB3NamingStrategy
这里只说ImprovedNamingStrategy,其他自行看Hibernate代码,ImprovedNamingStrategy的代码如下,是一个singleton instance:
/*
...
分类:
系统相关 时间:
2014-05-31 23:26:36
阅读次数:
627
这个要分好几步来作业以ORACLE10g为例,举例说明更改SID名称的过程。假如数据库的SID叫testdb,现在改成orcl,有以下6个步骤:1、停止所有的oracle服务1.1、oracle的相关服务都以oracle为前缀,有以下几个:2、修改初始化文件,将instance_name参数值设置为...
分类:
数据库 时间:
2014-05-31 12:58:57
阅读次数:
294
http://0pointer.de/blog/projects/systemd.htmlRethinking PID 1If you are well
connected or good at reading between the lines you might already know wha...
分类:
其他好文 时间:
2014-05-31 11:29:28
阅读次数:
286