create or replace directory dumpdir as 'E:\oracle\dumpdir';create temporary tablespace ydxt_temp tempfile 'E:\oracle\product\10.2.0\oradata\ydxt\ydxt_ ...
分类:
数据库 时间:
2017-01-05 15:25:09
阅读次数:
219
Ubuntu的新得立已经包含SDL库,所以通过几个简单的命令就可以安装,比windows还傻瓜! sudo apt-get install libsdl1.2-dev(比较大,10M左右) 附加包: sudo apt-get install libsdl-image1.2-dev sudo apt- ...
分类:
其他好文 时间:
2017-01-04 11:55:39
阅读次数:
1513
UBIFS无排序区块图像文件系统(Unsorted Block Image File System, UBIFS)是用于固态存储设备上,并与LogFS相互竞争,作为JFFS2的后继文件系统之一。真正开始开发于2007年,并于2008年10月第一次加入稳定版本于Linux核心2.6.27版。 由IBM ...
分类:
其他好文 时间:
2017-01-02 00:02:45
阅读次数:
1398
NAT模式#!/bin/bash#开启director服务器上的路由转发功能:echo1>/proc/sys/net/ipv4/ip_forward#关闭icmp的重定向echo0>/proc/sys/net/ipv4/conf/all/send_redirectsecho0>/proc/sys/net/ipv4/conf/default/send_redirectsecho0>/proc/sys/net/ipv4/conf/eth0/se..
分类:
Web程序 时间:
2016-12-30 22:23:13
阅读次数:
447
C# Server UNISTACK framework,NFX介绍翻译 ...
分类:
其他好文 时间:
2016-12-30 01:44:40
阅读次数:
524
首先,第一步,安装 1.安装 xhprof扩展 wget http://pecl.php.net/get/xhprof-0.9.2.tgz tar zxvf xhprof-0.9.2.tgz cd xhprof-0.9.2 cp -r xhprof_html xhprof_lib <director ...
分类:
Web程序 时间:
2016-12-29 19:40:45
阅读次数:
283
Suppose we abstract our file system by a string in the following manner: The string "dir\n\tsubdir1\n\tsubdir2\n\t\tfile.ext" represents: The director ...
分类:
其他好文 时间:
2016-12-28 07:47:30
阅读次数:
161
1.前置 首先,可以参考我的上篇文章,在centOS7.2上编译gcc4.1.2,过程基本一致,这里只对可能遇到的错误情况进行说明。 2.安装texinfo4.8 我的centos7.2版本,自带的是gcc4.8,texinfo 5.1,在编译gcc的过程中主要遇到的是texinfo 5.1版本过高 ...
分类:
其他好文 时间:
2016-12-27 07:35:17
阅读次数:
1898
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION To understand the structure of the linear address, you need to know tha ...
分类:
其他好文 时间:
2016-12-25 01:55:10
阅读次数:
163
前段时间趁着双11打折,又将阿里云主机续费了3年。之前布署的系统是Ubuntu 12.04,从系统发布到现在也有四年半了,其官方支持的生命周期也将止于明年春,且这在几年里出现了很多新的事物,我也需要跟上时代的步伐,于是着手将整个环境更新至最新的Ubuntu 16.04,现将布署过程记录如下 系统布署 ...
分类:
系统相关 时间:
2016-12-25 01:16:39
阅读次数:
282