ACTIVITI ACT_RU_EXECUTION 表
分类:
其他好文 时间:
2015-01-04 16:46:26
阅读次数:
131
Javascript 异步加载详解这篇文章很详细的介绍了HTML的页面处理以及资源文件的加载。本文总结一下浏览器在 javascript 的加载方式。关键词:异步加载(async loading),延迟加载(lazy loading),延迟执行(lazy execution),async 属性, d...
分类:
Web程序 时间:
2014-12-30 14:57:26
阅读次数:
233
我们下载svn上的android-maven项目,可能配置会报错如下: Plugin execution not covered by lifecycle configuration: ?com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.2:consume-aar...
分类:
移动开发 时间:
2014-12-29 17:01:11
阅读次数:
202
PHP执行超时提示如下:Fatal error: Maximum execution time of 30 seconds exceeded in D:\php\AppServ\www\sum3\test.php on line 5这个错误是说你的php执行时间越过了配置文件中设置的最大执行时间30...
分类:
Web程序 时间:
2014-12-26 18:13:17
阅读次数:
184
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> <configuration> <cla...
分类:
编程语言 时间:
2014-12-25 11:34:35
阅读次数:
155
使用习惯了eclipse, 还没开始使用maven, 使用idea 有些不太习惯,现在记录下来,以备忘。/*这一步在tomcat使用external source时,其实是不起作用的**/ a. ctrl+alt+s 打开settings → build,execution, deployment....
分类:
系统相关 时间:
2014-12-24 20:04:51
阅读次数:
213
一个文件如果几十兆的话,上传时可能出错,因为执行时间不够,比如我遇到的ECshop的数据库文件就是 40多M 第一次执行失败。所以索性一次性把所有东西都设置好。在php.ini(apache中的PHP配置文件)文件中查找以下内容: “max_execution_time =" 数值改为 1200“m...
分类:
数据库 时间:
2014-12-22 14:22:00
阅读次数:
195
1,puppet--server,Client,Agent time no syn case erorpuppet agent --server frontend -terr: Could not request certificate: execution expiredExiting; fail...
分类:
系统相关 时间:
2014-12-20 18:11:38
阅读次数:
277
You find that the execution time of reports in your datawarehouse
application is significantly high. You suspect the lack of indexes to
be the reason for the degradation in performance. Which adviso...
分类:
数据库 时间:
2014-12-20 15:37:42
阅读次数:
254
execution(modifiers-pattern? ret-type-pattern declaring-type-pattern? name-pattern(param-pattern) throws-pattern?) 除了返回类型模式(上面代码片断中的ret-type-pattern),名字模式和参数模式以外,所...
分类:
编程语言 时间:
2014-12-20 13:00:55
阅读次数:
230