码迷,mamicode.com
首页 >  
搜索关键字:pools    ( 94个结果
迁移asp.net项目从 iis 6 到 iis 7
有时候我们会引用一些外部assembly.这个时候系统会报不是有效的win32程序。此时需要在IIS7里做些设置1. Inside IIS (7)click on Application Pools.2. Find the Application Pool that is configured fo...
分类:Web程序   时间:2015-04-07 19:16:34    阅读次数:151
python中itertools模块介绍---03
product(*iterables[,repeat]): 源代码: def?product(*args,**kwds): ????pools=map(tuple,args)*kwds.get("repeat",1) ????result=[[]] ????for?pool?in?pools: ????????result=[x+[y]...
分类:编程语言   时间:2015-03-29 23:49:12    阅读次数:546
PoolManager 内存管理池,动态加载
public class MyPoolTest : MonoBehaviour  { private SpawnPool spawnPool;     private PrefabPool refabPool; void init(){ spawnPool  = PoolManager.Pools.Create("aabb");         spawnPool  = PoolM...
分类:其他好文   时间:2015-03-11 12:58:34    阅读次数:128
使用Hibernate的API方式进行单元测试
1、取消懒加载Configuration cfg = new Configuration().configure();cfg.addClass(Vm.class);//设置取消懒加载cfg.getCollectionMapping("com.chinac.chs.pojo.Room.pools")....
分类:Windows程序   时间:2015-03-10 19:04:31    阅读次数:171
通过IIS Request Filtering解决SQL Server CPU高的问题
原文http://www.peterviola.com/solving-sql-server-high-cpu-with-iis-request-filtering/Top Queries by Total CPU Time当CPU非常高的时候有可能你的条件反射就是重启服务或者回收App Pools...
分类:数据库   时间:2015-02-09 15:46:16    阅读次数:203
Weblogic常见故障一:JDBC Connection Pools .
WebLogic Server中数据库连接池是一个经常出问题的地方,总结一下出问题的原因和解决办法。一、数据库连接泄漏此类问题一般都是由于开发人员没有正确关闭数据库连接造成的。比如使用完Connection后,没有调用Connection.close()方法。1、诊断方法在Console中,找到Co...
分类:数据库   时间:2014-12-30 11:36:42    阅读次数:478
function ALV
自我ALV 理解学习,集有 回车事件 ,自定义按钮,ALV网格颜色。REPORT ZALV_TEST.TYPE-POOLS:ZSLIS.DATA:BEGIN OF GT_DATA OCCURS 0, "显示数据内表。 MATNR LIKE MARA-MATNR, "物料 MATK...
分类:其他好文   时间:2014-12-25 20:00:51    阅读次数:291
【转】Java 并发:Executors 和线程池
原文地址:http://baptiste-wicht.com/posts/2010/09/java-concurrency-part-7-executors-and-thread-pools.htmlJava Concurrency - Part 7 : Executors and thread p...
分类:编程语言   时间:2014-11-28 20:04:46    阅读次数:402
Netbeans 中创建数据连接池和数据源步骤
1.启动glassfish服务器, 在浏览器的地址栏中输入 http://localhost:48482.首先建立JDBC Connection Pools;3.new 一个Connectio Pools4.对General Settings属性填写;5.填写Datasource Classname...
分类:Web程序   时间:2014-11-14 22:43:46    阅读次数:278
How to Automate IIS 7 Configuration with .NET
How to Automate IIS 7 Configuration with .NETAre you tired of manually configuring IIS sites (adding Web sites, application pools, virtual directories...
分类:Web程序   时间:2014-11-09 09:43:15    阅读次数:388
94条   上一页 1 ... 7 8 9 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!