码迷,mamicode.com
首页 > 2014年12月20日 > 全部分享
崩溃恢复(crash recovery)与 AUTORESTART参数
关于这个参数的设置的影响,在生产系统中经历过两次:        第一次是有套不太重要的系统安装在虚拟机,这套系统所有应用(DB2 WAS IHS)都配置到/etc/rc.local中,每次启动机器会自动拉起应用,然后有次虚拟机宕机,重启后检查了各个应用进程都正常启动,但是前台页面访问异常无法访问,然后到后台手动连接数据库报: SQL1015N  The database is in an i...
分类:其他好文   时间:2014-12-20 18:18:46    阅读次数:217
Cocos2d-x虚拟摇杆控制精灵上下左右运动----之游戏开发《赵云要格斗》
Cocos2d-x实现虚拟摇杆控制精灵的运动,并能改变精灵脸部的朝向,扩展性很好。...
分类:其他好文   时间:2014-12-20 18:18:00    阅读次数:250
Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Procedures)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zipPreparing for PatchingFor patches that have manual steps, the patch readme file instructs you to use Oracle Patch Application As...
分类:数据库   时间:2014-12-20 18:17:47    阅读次数:792
嘿嘿笑话网-低俗笑话与黄色笑话的集中地
我的网站:http://heiheihei.net/ 嘿嘿嘿笑话网是黄色笑话与低俗笑话的集中地...
分类:其他好文   时间:2014-12-20 18:17:46    阅读次数:128
【oracle】oracledba8 NOLOGGING
You noticed that the index tablespace in your database requires a recovery. However, instead of performing a media recovery, you decide d to re-create the indexes in a new tablespace. Which two opti...
分类:数据库   时间:2014-12-20 18:15:57    阅读次数:238
【oracle】oracledba9 Rename the read-only data file to their correct file names.
One of the tablespace is read-only in your database. The los s of all  control file forced you to recreate the control file. Which operation do  you need to perform after re-creating the control fil...
分类:数据库   时间:2014-12-20 18:15:56    阅读次数:251
delphi从内存流加载图片
function Tform1.GetCodeImg; var url:string; response:TMemoryStream; jpg:TJPEGImage; begin url:='https://kyfw.12306.cn/otn/passcodeNew/getPassCodeNew?module=login&rand=sjrand&0.3110086616057921'; ...
分类:Windows程序   时间:2014-12-20 18:14:53    阅读次数:360
ubuntu14.10+QT4编写ARM9(mini2440)应用的配置与安装
笔记本:ubuntu14.10(32位) ARM9开发板:mini2440(友善之臂提供的Superboot2440、zImage_T35、rootfs_qtopia_qt4镜像文件,通过minitools烧写进开发板) 交叉编译:arm-linux-gcc-4.4.3 开发所需工具:minicom、u盘...
分类:系统相关   时间:2014-12-20 18:14:46    阅读次数:606
【AC自动机】AC自动机模板
AC自动机模板...
分类:其他好文   时间:2014-12-20 18:16:42    阅读次数:176
协议:如何实现一个最简单的通信协议(线程模拟)
*Author : DavidLin *Date : 2014-12-20pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001 *For :...
分类:编程语言   时间:2014-12-20 18:16:23    阅读次数:153
Android开发之实现图片自动滚动显示标签的ViewPager
Android中实现图片自动滚动的效果非常的常见,我们可以自己动画去实现功能。但是在Android中提供了一个ViewPager类,实现了滚动效果,在Android的extras目录下android-support-vx.jar中,x代表版本4,7等等。使用时我们需要android.support.v4.view.ViewPager的viewPager标签...
分类:移动开发   时间:2014-12-20 18:15:53    阅读次数:164
关于TREEVIEW的ONSELECTEDNODECHANGED事件
MSDN:http://msdn.microsoft.com/zh-cn/library/system.web.ui.webcontrols.treeview.selectednodechanged(VS.80).aspx只有节点(Node)的SelectAction被设定为Select时才能够触发...
分类:其他好文   时间:2014-12-20 18:15:15    阅读次数:168
ngui点击与场景点击判断
注:NGUI 组件上加上 BoxCollider 并设置区域大小public void OnMouseDown() { if (UICamera.hoveredObject == null) //场景的点击 { a = GameObject.Find("box"); if (...
分类:其他好文   时间:2014-12-20 18:15:06    阅读次数:145
Surface curvature
在介绍曲面曲率之前,我们必须引入微分几何的一些基本概念。如下图所示,$\mathbb{R}^3$空间中的一个连续曲面可以表示为由一个$\mathbb{R}^2$区域$M$通过映射函数$f:M\to\mathbb{R}^3$到$\mathbb{R}^3$中的一个集合,即$f(M)$。其中,$df(X)...
分类:其他好文   时间:2014-12-20 18:14:39    阅读次数:150
[Java]网络编程
同学的程序:package day13.me.net;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.PrintWriter;import...
分类:编程语言   时间:2014-12-20 18:14:10    阅读次数:204
LINQ查询返回DataTable类型
http://www.cnblogs.com/markli/p/3862542.html
分类:其他好文   时间:2014-12-20 18:15:18    阅读次数:98
MacBook设置终端命令行的颜色高亮显示
一、颜色高亮显示针对terminal采用bash模式:编辑 ~/.bash_profile, 加入以下代码:export CLICOLOR=1export LSCOLORS=gxfxaxdxcxegedabagacad保存,然后重启terminal,搞定,恢复正常了.详细讲解代码中的涵义:CLICO...
分类:系统相关   时间:2014-12-20 18:14:56    阅读次数:359
1080条   上一页 1 ... 18 19 20 21 22 23 24 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!