?找到最占用资源的SQL语句–V$SQLAREA (Shared_pool)–V$session_longops(6秒)–StatsPack Report–SQL*Trace + TKProf–10g ADDM–Toad、Quest Data Center–…?问题定位 How to find Ba...
分类:
数据库 时间:
2015-03-05 10:38:21
阅读次数:
274
成都这边的程序员要求把PHP从5.2.10版本升级到5.3.29版本。#cd/Data/App_php/#wgethttp://cn2.php.net/get/php-5.3.29.tar.gz/from/this/mirror#tar-zxvfphp-5.3.29.tar.gz#cdphp-5.3.29#./configure--prefix=/Data/App_php/php-5.3--sysconfdir=/Data/App_php/php-5.3/etc--di..
分类:
Web程序 时间:
2015-03-04 19:19:19
阅读次数:
180
不知道为什么在安装apache2.2.22版本的时候没有任何问题,直接使用命令./configure --prefix=/home/www/www_test/software/apache-2.2.22 --enable-proxy --enable-so --enable-mods-shared=...
分类:
Web程序 时间:
2015-03-04 18:20:38
阅读次数:
138
查看linux机器是32位还是64位的方法:
file /sbin/init 或者 file /bin/ls
/sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
如果显...
分类:
系统相关 时间:
2015-03-04 17:05:06
阅读次数:
185
使用perforce自带的文件比较工具有时候会遇到乱码的情况,如下:暂时不知道如何解决上述问题,因此想换个文件比对工具,比如Beyond Compare.设定位置:Edit->preferences->diff选择Other Application,在location内填写BC的位置,Argumen...
分类:
其他好文 时间:
2015-03-04 16:27:05
阅读次数:
106
一、中间传值全局变量1.存放中间值(放在Delegate--比较麻烦)@property(nonatomic,strong) NSString *labelText;2.保存值(放在应用程序对象里面)YYAppDelegate *appDelegate = [UIApplication shared...
分类:
其他好文 时间:
2015-03-04 14:23:25
阅读次数:
155
把 /usr/share/libtool/config/config.guess 覆盖到相关软件自带的config.guess把 /usr/share/libtool/config/config.sub 覆盖到相关软件自带的config.sub./configure --enable-shared ...
分类:
系统相关 时间:
2015-03-04 12:37:11
阅读次数:
215
通过从菜单中选择Window>Preferences来访问一般的首选项,同时展开MyEclipse并选择数据库资源管理器。您还可以在首选项中设置SQL查询结果大小的限制、自动提交和自动完成。
一般首选项
JDBC驱动程序配置
驱动程序的配置是通过数据库资源管理器视图来完成的,而不是首选项页面。请参阅Working
with Drivers来获取更多的信息。
SQ...
分类:
数据库 时间:
2015-03-04 09:49:03
阅读次数:
156
1,adb只有32位的 ,下载地址http://dl.dbank.com/c0umekbpxi#2,下载解压,但是执行adb命令时,报./adb: error while loading shared libraries: libncurses.so.5: cannot open shared ob...
分类:
数据库 时间:
2015-03-03 21:59:18
阅读次数:
422
#include "stdafx.h"
#include
#include
#include
#include
#include
using boost::asio::ip::tcp;
#define max_len 1024
class clientSession
:public boost::enable_shared_from_this
{
public:
clientS...
分类:
其他好文 时间:
2015-03-03 20:43:52
阅读次数:
189