通过挂载的方式在原有目录或新建目录改造
如:
[root@luozhonghua /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_luozhonghua-lv_root
21G 4.1G 16G ...
分类:
其他好文 时间:
2014-09-21 03:10:10
阅读次数:
176
global-local-static-object
分类:
其他好文 时间:
2014-09-20 19:57:19
阅读次数:
166
grep命令可以指定文件中搜索特定的内容,并将含有这些内容的行标准输出。grep全称是Global Regular Expression Print-c:只输出匹配行的计数。-I:不区分大小写(只适用于单字符)。-h:查询多文件时不显示文件名。-l:查询多文件时只输出包含匹配字符的文件名。-n:显示...
分类:
其他好文 时间:
2014-09-20 16:08:39
阅读次数:
186
1.查看仓库的所有配置信息 git config -l 或者 git config --lis 如果没有则配置添加git的用户名 email信息git config –global user.name “tylerdeng”git config –global user.email “tden...
分类:
其他好文 时间:
2014-09-19 23:52:56
阅读次数:
250
我一个项目都基本上做完了,结果部署到我服务器的时候结果一直报404 找不到 一看global.asax有个路由注册的代码 public static void RegisterRoutes(RouteCollection routes) { routes.Ena...
分类:
Web程序 时间:
2014-09-19 22:26:46
阅读次数:
222
昨天项目MySQL数据库从5.5升级到5.6,导致部分表无法进行更新操作,报如下错误:When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either ...
分类:
数据库 时间:
2014-09-19 17:26:25
阅读次数:
429
1。void *memset(void *s,int c,size_t n)总的作用:将已开辟内存空间 s 的首 n 个字节的值设为值 c。2。样例#includevoid main(){char *s="Golden Global View";clrscr();memset(s,'G',6);pr...
分类:
其他好文 时间:
2014-09-19 17:24:25
阅读次数:
213
Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种:1、mapper.xml中没有加入namespace2、mapper.xml中的方法和接口mapper的方法不对应3、mapper.xml没有加...
分类:
移动开发 时间:
2014-09-19 17:14:25
阅读次数:
272
fio[global]bs=16kdirect=1rw=readioengine=libaioiodepth=6write_bw_logruntime=60[test]filename=/data/disk.imgsize=4096Miperf# iperf -s -u# iperf -u -c I...
分类:
系统相关 时间:
2014-09-19 17:07:25
阅读次数:
200
不能加载或找不到 org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner$1
经查证,是mybatis-spring-xxx.jar 这个版本不匹配,可以试试
mybatis-spring-1.1.1.jar
mybatis-spr...
分类:
移动开发 时间:
2014-09-19 16:55:15
阅读次数:
259