对oracle10grac构造em,原本很easy事儿,但它需要一个很长的时间,记录下来。MEMO。首先,例如,报告了以下错误:[oracle@node1 admin]$ emca -config dbcontrol dbSTARTED EMCA at Aug 17, 2014 9:06:47 AM...
分类:
数据库 时间:
2015-09-09 12:59:30
阅读次数:
272
Analyze PE file headers?{ You'll need a OpenDialog to open a Exe-File and a Memo to show the file informations }{ Man braucht einen OpenDialog um ein....
最近一直在研究unity的内存加载,因为它是游戏运行的重中之重,如果不深入理解和合理运用,很可能导致项目因内存太大而崩溃。详细说一下细节概念:AssetBundle运行时加载:来自文件就用CreateFromFile(注意这种方法只能用于standalone程序)这是最快的加载方法也可以来自Memo...
分类:
编程语言 时间:
2015-09-05 22:20:58
阅读次数:
274
好吧,为啥要安装6.0? 前面帖子提到6.1对公网连接要求比较高,我的实验环境只有一个NAT网络可以用插入光盘iso文件,开始安装 6.0了,启动画面,按下tab键,修改IP地址我的NAT网络环境10.20.0.0/24,奇怪的是Mirantis 缺省非要用 NAT网络的网关 10.20.0.2这个IP,修改之!!注意:如果现在不修改好IP,后面通过修改 /etc/sysconfig/netwo...
分类:
其他好文 时间:
2015-08-31 19:39:43
阅读次数:
181
1 private string MessageToString(ref Message message) 2 { 3 WebContentFormat messageFormat = this.GetMessageContentFormat(message); 4 Memo...
分类:
其他好文 时间:
2015-08-27 02:01:00
阅读次数:
142
SQL查询语句,怎样查询重复数据2012-02-22 14:50神奇的马骁勇|浏览 0 次有表A, 中有字段id, name, memo现在有很多id重复的数据,怎么把这些重复的都查出来?group by? 请写出SQL语句, 谢谢提问者采纳select id, name, memofrom...
分类:
数据库 时间:
2015-08-19 19:36:32
阅读次数:
125
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Memo....
分类:
编程语言 时间:
2015-08-13 11:36:40
阅读次数:
159
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Memo....
分类:
Web程序 时间:
2015-08-13 11:21:34
阅读次数:
128
内存中OLTP是关于内存中的一切。但那只是对了一半。在今天的文章里我想给你展示下,当你从内存读取数据时,即使内存中OLTP也会引起磁盘活动。这里的问题是执行计划里,不正确的统计信息与排序(sort)运算符的组合。排序(sort)运算符问题我们都知道,排序(sort)运算符需要所谓的内存授予(Memo...
分类:
编程语言 时间:
2015-08-08 09:02:54
阅读次数:
173
【代码】#encoding=utf-8
#author:walker
#date:2015-08-05
#function:通过断开连接时TP-LINK重新拨号,以切换IP
#memo:此代码经过python3.4测试(适用于TL-WR847N)
importbase64,requests,traceback
defChangeIP():
ip=‘192.168.1.1‘
user=‘admin‘
pwd=‘admin‘
desturl=‘htt..
分类:
编程语言 时间:
2015-08-05 22:41:17
阅读次数:
203