在开发过程中经常会遇到weblogic内存溢出问题,用下面的办法解决了。找到domain/bin下的setDomainEnv.cmd文件,里面可以找到以下四行代码,将值该打一倍,重启服务。 set MEM_PERM_SIZE_64BIT=-XX:PermSize=128m set MEM_PER.....
分类:
Web程序 时间:
2014-12-16 19:07:39
阅读次数:
288
What is the whole darned process?Well that’s a good question. For my purposes, this is what I need to know:Create a Private Key. These usually end in ...
分类:
其他好文 时间:
2014-12-16 18:54:18
阅读次数:
306
在使用C++编写halcon之前,确定自己有较好的C++基础,并熟悉一套开发平台如VCProgrammers_guide.pdf chapter7中有关于creating Aplicatin with halcon/c++的详细介绍以vs2008为例 工具---》选项 (有图介绍不配文字啦)用C++...
分类:
编程语言 时间:
2014-12-16 18:52:57
阅读次数:
393
1.纯Js同步两个域名下的cookiedocument.cookie = "name=" + "value;" + "expires=" + "datatime;" + "domain=" + "" + "path=" + "/path" + "; secure";//name Cookie名字/....
分类:
Web程序 时间:
2014-12-16 18:40:44
阅读次数:
309
1 #!/bin/sh 2 # Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB 3 # This file is public domain and comes with NO WARRAN...
分类:
数据库 时间:
2014-12-16 13:12:56
阅读次数:
358
http://www.opsers.org/server/nginx-directory-protection-anti-hotlinking-processing-speed-and-multi-domain.htmlNGiNX 是个非常优秀的HTTP 服务器软件,可以通过设置有实现许多功能,如目...
分类:
其他好文 时间:
2014-12-15 18:59:41
阅读次数:
237
我们打算将URL在分类页面和产品页面分别定义为:domain.com/category/分类名.htmldomain.com/category/子分类名.htmldomain.com/goods/产品名.html其实实现很简单,无需使用任何扩展程序。操作的前提是,你已经至少建立起一个根分类,一个子分...
分类:
Web程序 时间:
2014-12-15 12:00:54
阅读次数:
158
参考网页:http://continuum.io/blog/anaconda-python-3http://conda.pydata.org/docs/intro.html#creating-python-3-4-or-python-2-6-environments下载页面:http://conti...
分类:
其他好文 时间:
2014-12-15 06:30:10
阅读次数:
300
1. Creating an array instance Arrays are reference types, regardless of the type of their elements. This means that an array variable refers to a cont...
DNS域传送漏洞测试 1、简介: DNS(Domain Name System)也叫域名管理系统,它它建立在一个分布式数据库基础之上,在这个数据库里,保存了IP地址和域名的相互映射关系。正因为DNS的存在,我们才不需要记住大量无规则的IP地址, 而只需要知道对方计算机的名称,就可以访问对应服务。 D...
分类:
其他好文 时间:
2014-12-13 15:02:55
阅读次数:
667