An embodiment provides avirtualaddresscachememory including: a TLB virtualpage memory configured to, when a rewrite to a TLB occurs, rewrite entry dat...
分类:
其他好文 时间:
2014-09-17 13:33:42
阅读次数:
300
A method for managing a memory, including obtaining a number of indices and acacheline size of acachememory, computing acachepage size by multiplying ...
分类:
其他好文 时间:
2014-09-17 13:21:52
阅读次数:
287
指定服务器的装机配置指定服务器就是绑定它的mac地址,并设置好ip、dns、hostname定义系统[root@master~]#cobblersystemadd--name=Test_Mail_1--hostname=Test_Mail_o--mac=00:19:B9:E5:34:FE--interface=eth0--ip-address=192.168.10.222--subnet=255.255.255.0--gateway=192...
分类:
其他好文 时间:
2014-09-16 12:50:01
阅读次数:
350
有三个表:CompanyAddressContact在Address和Contact中建立外键,外键id为company的id,那么就不能任意删除Company。但假如在外键约束中把级联删除选上,就会连带address和contact一起删除。SQL SERVER级联删除:在删除主表时,自动删除副表...
分类:
数据库 时间:
2014-09-16 12:20:30
阅读次数:
282
今天用Fedora wget下载个Ubuntu镜像文件,结果一直显示Resolving xxxxxxxxxxxx(域名)... failed: No address associated with hostname.wget: unable to resolve host address “xxxx...
分类:
其他好文 时间:
2014-09-16 01:31:29
阅读次数:
176
bind-address:监听的IP地址max_connect_errors:最大允许错误次数(注:是访问协议错误,若某个IP错误次数达到该阈值,则被屏蔽)max_connections:最大连接数(能同时访问server的连接个数,若达到该阈值,则不能再连接到server)skip_name_re...
分类:
数据库 时间:
2014-09-15 22:46:39
阅读次数:
372
linux下weblogic启动如果出现这个错误,多半是hosts文件不对1、先输入hostname,查看本机计算机名(比如:server123)2、sudo vi /etc/hosts 编辑hosts文件,在最后加一行127.0.0.1 server123 (这里的server123换成你自己的l...
分类:
Web程序 时间:
2014-09-15 19:07:29
阅读次数:
524
html, address,blockquote,body, dd, div,dl, dt, fieldset, form,frame, frameset,h1, h2, h3, h4,h5, h6, noframes,ol, p, ul, center,dir, hr, menu, pre {.....
分类:
Web程序 时间:
2014-09-15 19:06:59
阅读次数:
263
项目在本机运行的时候,可以很方便的跟其他系统进行联调debug。但是一旦部署到测试机,就只能看日志定位问题了。今天get了一个新技能,web应用部署到测试机上后,用eclipse进行远程调试。
首先测试机上的tomcat的启动参数新增一个配置项:
-agentlib:jdwp=transport=dt_socket,address=6219,server=y,suspend=n
...
分类:
系统相关 时间:
2014-09-15 17:42:39
阅读次数:
285
今天同事连我的电脑死活连不上,还问我监听开没开,最后是因为监听没有配,解决文档1.修改文件G:\app\eric\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora文件LISTENER=(DESCRIPTION_LIST=(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))(ADDRESS=(PROTOCOL=TCP..
分类:
数据库 时间:
2014-09-15 11:25:39
阅读次数:
256