今天下午突然间公司的GTV管理平台上不去了 访问确实,提示找不到页面 登录终端查看服务进程。 ps -ef | grep jboss 发现没有这个进程。怎么办,启动被。 输入nohup /home/cdms/jboss-4.0.5.GA/bin/run.sh & 启动后查看再次查看进程。 ps -e ...
分类:
其他好文 时间:
2017-01-16 20:07:42
阅读次数:
237
1.配置DNS vim /etc/resolv.conf nameserver 192.168.0.1 nameserver 8.8.8.8 nameserver 8.8.4.4 2.配置网关 route add default gw 192.168.1.1 dev eno* 这样就把网关修改为19 ...
分类:
其他好文 时间:
2017-01-15 20:21:29
阅读次数:
213
原始文件: 1. cat -n 把 e.log 的文档内容加上行号后输入 e2.log 这个文档里: 2. cat -b 把 textfile1 和 textfile2 的文档内容加上行号(空白行不加)之后将内容附加到 textfile3 文档里: 3. cat /dev/null 清空 ee.lo ...
分类:
系统相关 时间:
2017-01-15 16:47:02
阅读次数:
310
新的项目中有一个需求是要求客户标签可以自定义,于是就想到了客户体验,让客户自己拖拽标签进行组合查询。但是理想很丰满,现实很骨感。一开始就遇到了问题,各个插件之间的结合问题,折腾一翻之后终于实现了这个功能,这里记录一下。 首先,在Angularjs+AMD+RequireJs的环境下引入插件: 其次, ...
分类:
Web程序 时间:
2017-01-14 22:55:45
阅读次数:
266
使用grep实现精确过滤的五种方法 (1)当被过滤的内容占据一行时 [root@MySQL scripts]# cat oldboy.log 200 0200 2000 [root@MySQL scripts]# grep "\b200\b" oldboy.log 200 #<==正则按单词匹配 [ ...
分类:
其他好文 时间:
2017-01-12 12:27:01
阅读次数:
211
[root@localhost ~]# ps -ef | grep ApacheJetspeed root 18887 18828 0 08:09 pts/0 00:00:00 grep ApacheJetspeed 字段含义如下: UID PID PPID C STIME TTY TIME CMD ...
分类:
其他好文 时间:
2017-01-10 20:08:39
阅读次数:
162
首先需要把[System.Web.Script.Services.ScriptService]前边的注释去掉,放开权限,其次需要在web.config 里<system.web节点下>添加 <webServices> <protocols> <add name="HttpGet"/> <add na ...
分类:
Web程序 时间:
2017-01-08 13:15:14
阅读次数:
195
输入流迭代器 表:标准模板库中为双向链表 表的使用 定义包含Point对象的容器:list<Point> pts(8); 插入:pts.insert(pts.begin(),Point(1,2)); 表头插入:pts.push_front(Point(1,2)); 插入:pts.insert(pts ...
分类:
编程语言 时间:
2017-01-08 03:55:06
阅读次数:
252
https://classroom.udacity.com/nanodegrees/nd009/parts/0091345404/modules/6a945ec8-573e-4a60-8d6b-a0fed6abed44/lessons/5414400946/concepts/313175595092 ...
分类:
其他好文 时间:
2017-01-04 18:24:10
阅读次数:
230
caffe的配置过程 caffe的配置过程 转:http://blog.csdn.net/brightming/article/details/51106629 转:http://blog.csdn.net/brightming/article/details/51106629 版权声明:本文为博主 ...
分类:
其他好文 时间:
2017-01-04 11:50:47
阅读次数:
8463