转自:http://www.jizhuomi.com/software/351.html ...
分类:
其他好文 时间:
2017-01-22 18:13:50
阅读次数:
204
设置工作目录: #include <unistd.h> int chdir(const char *path); int fchdir(int fd); chdir() changes the current working directory of the calling process to t ...
分类:
其他好文 时间:
2017-01-22 16:43:23
阅读次数:
171
用命令 tail -f /root/apache-tomcat-6.0.20/logs/catalina.out(需要找到tomcat路径) 查看日志,查看是否有错误 linux中tomcat内存溢出解决办法 常见的一般会有下面三种情况:1.OutOfMemoryError: Java heap s ...
分类:
系统相关 时间:
2017-01-22 14:46:17
阅读次数:
209
起因 有很多编辑器可以直接将markdown转换成html,为什么还要自己写呢?因为我想写完markdown之后,即可以保存在笔记软件中(比如有道),又可以放到github进行版本管理,还可以发布到博客(比如博客园)。这些如果都操作一遍,是很繁琐的,所以必须交给脚本去做。 原材料 markdown2 ...
分类:
编程语言 时间:
2017-01-22 13:47:31
阅读次数:
236
w ifconfig ps -ef killall CROND w ls rm -rf * ls cd .ssh cd /root rm -rf .ssh ls cd .ssh cd . ls halt /gisdfoewrsfdf sudo /bin/sh /bin/busybox cp; /gi ...
分类:
其他好文 时间:
2017-01-22 12:18:13
阅读次数:
337
我们在进行pl/sql编程时打交道最多的就是存储过程了。存储过程的结构是非常的简单的,我们在这里除了学习存储过程的基本结构外,还会学习编写存储过程时相关的一些实用的知识。如:游标的处理,异常的处理,集合的选择等等 1.存储过程结构 1.1 第一个存储过程 create or replace proc ...
分类:
数据库 时间:
2017-01-22 09:53:32
阅读次数:
316
cat /proc/cpuinfo processor: 23:超线程技术的虚拟逻辑核第24个 ###一般看最后一个0...23 表示24线程 vendor_id: GenuineIntel:CPU制造商cpu family: 6:CPU产品系列代号model: 44:CPU属于其系列中的哪一代号m ...
分类:
其他好文 时间:
2017-01-22 09:50:44
阅读次数:
194
设置coredump大小为‘无限’ulimit-cunlimited开启coredump记录进程号echo"1">/proc/sys/kernel/core_uses_pid指定coredump路径echo"/home/panchen/core-%e-%p-%t">/proc/sys/kernel/core_pattern压缩coredumpcat/usr/local/sbin/core_helper#!bin/shexecgzip->/home/..
分类:
系统相关 时间:
2017-01-22 03:51:49
阅读次数:
903
Hypertext Application Language(HAL) HAL,全称为Hypertext Application Language,它是一种简单的数据格式,它能以一种简单、统一的形式,在API中引入超链接特性,使得API的可发现性(discoverable)更强,并具有自描述的特点。 ...
分类:
移动开发 时间:
2017-01-21 23:39:04
阅读次数:
528
In the movie "Die Hard 3", Bruce Willis and Samuel L. Jackson were confronted with the following puzzle. They were given a 3-gallon jug and a 5-gallon ...
分类:
其他好文 时间:
2017-01-21 16:12:08
阅读次数:
221