码迷,mamicode.com
首页 >  
搜索关键字:execution environmen    ( 1827个结果
conky-lua
--经过数天的查阅网上的资料(资料各种坑啊,一系列问题!),终于让他在linux-mint17 cinnamon工作了网络上的资料问题:getting "llua_do_call: funcction conky_clock_rings execution failed: attempt to ca...
分类:其他好文   时间:2014-12-11 00:05:11    阅读次数:313
EBS initialization parameters - Healthcheck
APPLIES TO: Oracle EBS Applications Performance - Version 11.5.10.2 to 12.2 [Release 11.5.10 to 12.2] Oracle Shipping Execution - Version 11.5.10.2 to 11.5.10.2 [Release 11.5.10] Information in thi...
分类:其他好文   时间:2014-12-10 18:08:14    阅读次数:275
PHP-Fcgi下PHP的执行时间设置方法
昨天,一个程序需要导出500条数据,结果发现到150条是,Nginx报出504 Gateway Timeout错误,原来PHP-Fcgi下的设置执行时间与isapi的不同一般情况下设置PHP脚本执行超时的时间一、在php.ini里面设置max_execution_time = 1800;二、通过PH...
分类:Web程序   时间:2014-12-10 10:35:06    阅读次数:186
MongoDB管理与开发精要 书摘
摘自:《MongoDB管理与开发精要》 性能优化 创建索引 限定返回结果条数 只查询使用到的字段,而不查询所有字段 采用capped collection 采用Server Side Code Execution Hint 采用Profiling Sharding 分片 Replica...
分类:数据库   时间:2014-12-09 17:26:53    阅读次数:272
MVC中一般为什么用IQueryable而不是用IList
IList(IList)会立即在内存里创建持久数据,这就没有实现“延期执行(deferred execution)”,如果被加载的实体有关联实体(associations),此关联实体不会被加载(既不立即加载,也不延迟加载)。IQeurable(IQuerable)不会立即在内存里创建持久数据,只有...
分类:Web程序   时间:2014-12-09 15:34:20    阅读次数:130
Javascript 异步加载详解
Javascript 异步加载详解本文总结一下浏览器在 javascript 的加载方式。关键词:异步加载(async loading),延迟加载(lazy loading),延迟执行(lazy execution),async 属性, defer 属性一、同步加载与异步加载的形式1. 同步加载我们...
分类:编程语言   时间:2014-12-09 12:00:55    阅读次数:380
值集查询
SELECT fe.executable_name 注册名 ,fe.execution_file_name 执行文件名 ,fcp.user_concurrent_program_name 程序 ,fcp.concurrent_program_name...
分类:其他好文   时间:2014-12-08 19:14:37    阅读次数:154
ubuntu下的一些意外
1.关于停留在登录界面怎么输入密码都进不去的情况 我当时的情况是因为改了/etc/environmen的问题。所以修改系统的环境变量还是不能在这个文件中操作的。 具体的解救方法是:进入tty2,利用root身份操作/usr/bin/vi /etc/environment 修改好了/etc/en...
分类:系统相关   时间:2014-12-05 12:39:53    阅读次数:191
拓扑排序入门
10305 - Ordering Tasks John has n tasks to do. Unfortunately, the tasks are not independent and the execution of one task is only possible if other tasks have already been executed. Input The i...
分类:编程语言   时间:2014-12-04 01:01:21    阅读次数:280
Spring Aop 切点表达式
在SpringAOP中,通常需要借助AspectJ的切点表达式语言来定义切点。重要的是Spring中仅支持AspectJ切点指示器的一个子集。 Spring支持的AspectJ的切点指示器 AspectJ指示器 描述 args() 限制连接点匹配参数为执行类型的执行方法 @args() 限制连接点匹配参数由执..
分类:编程语言   时间:2014-12-01 19:23:48    阅读次数:373
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!