打开php.ini1.最大上传文件大小:upload_max_filesize=2M改成自己需要的大小2.最大post大小:post_max_size=2M改成自己需要的大小,第二个一般比第一个值大3.还有一个地方max_execution_time=30这个是最大执行时间,如果文件太大上传的时候超...
分类:
Web程序 时间:
2014-09-20 17:38:19
阅读次数:
195
In one embodiment, a method includes receiving an instruction for decoding in a processor core and dynamically handling the instruction with one of mu...
分类:
其他好文 时间:
2014-09-18 01:57:33
阅读次数:
376
A method and apparatus for executing lock instructions speculatively in an out-of-order processor are disclosed. In one embodiment, a prediction is ma...
分类:
移动开发 时间:
2014-09-18 01:57:13
阅读次数:
283
●DEP(Date Execution Prevention)数据执行保护:DEP通过处理器的(No eXecute)功能,查找内存中没有明确包含可执行代码的数据,找到这些数据后,NX将它们都标记为“不可执行”。以后如果某程序在内存中,试图执行这些带“不可执行”标记的代码,SP2将会自动关闭该程序。...
分类:
其他好文 时间:
2014-09-17 18:31:12
阅读次数:
239
报错: Failed to complete Gradle Execution Cause: error in opening zip file.原因: 安装gradle失败引起的,往往是上网需要验证或是上网权限没有开通导致的;解决: 1. 先删除原有的残余信息 rm -rf ~/.gra...
分类:
移动开发 时间:
2014-09-16 15:40:30
阅读次数:
201
Monitoring the process execution and memory consumption in its lifetimeMonitoring the process execution and memory consumption in its lifetimeRecently...
分类:
其他好文 时间:
2014-09-16 10:37:40
阅读次数:
286
A method for allowing a protected mode kernel to service, in virtual 8086 mode, hardware interrupts which occur during execution of ring 0 protected m...
分类:
其他好文 时间:
2014-09-16 10:28:10
阅读次数:
409
1SqlIO优化set statistics io on--sqlset statistics io off2Sql占用CPU时间select c.total_worker_time, c.last_execution_time,c.execution_count,c.total_logical_r...
分类:
数据库 时间:
2014-09-15 12:53:18
阅读次数:
186
本文转自:http://blogread.cn/it/article/6178在这篇文章中,将比较深入地阐述下执行上下文 - Javascript中最基础也是最重要的一个概念。相信读完这篇文章后,你就会明白javascript引擎内部在执行代码以前到底做了些什么,为什么某些函数以及变量在没有被声明以...
分类:
编程语言 时间:
2014-09-15 12:48:38
阅读次数:
230
http://my.oschina.net/u/567296/blog/303780 JVM的内部结构如下图: JVM主要包括两个子系统和两个组件: ? ? 1. 两个子系统分别是Class loader子系统和Execution engine(执行引擎) 子系统; ? 1.1?Class loa...
分类:
其他好文 时间:
2014-09-14 23:48:18
阅读次数:
642