SELECT l.session_id sid, s.serial#, l.locked_mode, l.oracle_username, s.user#, l.os_user_name,s.machine, s.terminal,a.sql_text, a.action FRO...
分类:
数据库 时间:
2014-07-16 19:41:05
阅读次数:
193
俄罗斯方块怀旧版(注释版){$APPTYPE GUI}{$MODE DELPHI}program WinPiece;usesWindows;constAppName = 'WinPiece';pm = 25;vardc : hdc;AMessage : Msg;hWindow: HWnd;hPen ...
分类:
其他好文 时间:
2014-07-13 12:28:45
阅读次数:
207
Fog:在Scene中开启雾效果Fog Color:雾的颜色Fog Mode:雾效果的模式,Linear(线性雾效果) Exponential(均匀分布的雾效果)Exp2(越远越看不清楚)三种类型Fog Density:雾效果的密度Linear For Start:雾的起始距离Linear For ...
分类:
其他好文 时间:
2014-07-13 12:19:26
阅读次数:
309
线上跑的几台服务器突然出现大量fgc,由于在fgc过程的stop the world太久,引起其它应用访问该服务器上的接口大量超时。(发生超时的时间点和fgc时间点一致)先进行初步的优化。方案:修改CMSInitiatingOccupancyFraction=85这个调低到60,加快cms gc处理防止concurrent mode failure触发FGC, 减少CMSMax...
分类:
其他好文 时间:
2014-07-12 21:26:45
阅读次数:
228
1、以管理员身份运行命令提示符:快捷键win+R→输入cmd→回车2、启用并设定虚拟WiFi网卡:运行命令:netsh wlan set hostednetwork mode=allow ssid=mywifi key=12345678此命令有三个参数,mode:是否启用虚拟WiFi网卡,改为dis...
1.一般默认情况下sql_mode默认为空,也就是不严格的sql检查2.如果sql_mode为空的情况下,测试: create table tt3 (name char(2)); //定义一个name字段长度为定长2的tt3表 insert into tt3 values ('wo');...
分类:
数据库 时间:
2014-07-12 09:16:32
阅读次数:
235
http://blog.chinaunix.net/uid-25311424-id-2956521.html一、mkdir命令1、用途:创建目录2、参数:(1)、-p :如果路径中的某些目录不存在,则会自动创建目录,默认的mode由执行环境中的umask决定,即mode = 0777 - umask...
分类:
其他好文 时间:
2014-07-11 20:02:29
阅读次数:
246
centos双网卡绑定在/etc/sysconfig/network-scripts/目录下建立ifcfg-bond0文件,文件内容如下:DEVICE=bond0USERCTL=noBOOTPROTO=noneONBOOT=yesIPADDR=192.168.100.17NETMASK=255.255.255.0GATEWAY=192.168.100.1TYPE=UnKnownBONDING_OPTS="miimon=80mode=0"绑定mode为0,是r..
分类:
其他好文 时间:
2014-07-10 18:14:20
阅读次数:
200
Problem Description
The God of sheep decides to pixelate some pictures (i.e., change them into pictures with mosaic). Here's how he is gonna make it: for each picture, he divides the picture into n x...
分类:
其他好文 时间:
2014-07-09 12:14:13
阅读次数:
433
[root@ladb2bin]#/oracle/middleware/wlserver_12.1/common/bin[root@ladb2bin]#./config.sh-mode=console<----------------------------------------------------------------------------------FusionMiddleware配置向导------------------------------------------------..
分类:
Web程序 时间:
2014-07-09 08:13:41
阅读次数:
259