情况描述 一天公司小张过来咨询,说是数据库查询报错了;乍一看好像是数据库有坏快了,为了排查更加详细的错误信息,决定查看一下告警日志,发现问题所在,原来是数据库的物理磁盘空间满了Writing to the above trace file is disabled for now on...Tue ....
分类:
数据库 时间:
2014-07-31 20:01:17
阅读次数:
394
response.setHeader()下载中文文件名乱码问题 收藏1. HTTP消息头(1)通用信息头即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma主要: Cache-Control , Connection , Data , Pragma ...
分类:
其他好文 时间:
2014-07-31 12:10:46
阅读次数:
188
项目需要保证订单号的唯一
在使用时间生成时发现在业务量比较大的情况下,还是会出现重复情况
解决方案:创建一个序列表和视图 从视图中取
CREATE SEQUENCE general_order_no_seq
INCREMENT 1
MINVALUE 1
MAXVALUE 9223372036854775807
START 1
CACHE 1;...
分类:
其他好文 时间:
2014-07-31 09:50:06
阅读次数:
172
最近有个业务建表使用了RegexSerDe,之前虽然也它来解析nginx日志,但是没有做深入的了解。这次看了下其实现方式。建表语句:CREATEexternalTABLEods_cart_log
(
time_localSTRING,
request_jsonSTRING,
trace_id_numSTRING
)
PARTITIONEDBY
(
dtstring,
hourstring
)
ROWFORMA..
分类:
其他好文 时间:
2014-07-31 03:11:15
阅读次数:
226
Multi-processor systems are often implemented using a common system bus as the communication mechanism between CPU, memory, and I/O adapters. It is al...
分类:
其他好文 时间:
2014-07-31 02:17:25
阅读次数:
432
html5 application cache web离线应用
分类:
移动开发 时间:
2014-07-30 20:06:44
阅读次数:
262
Android 的Recovery机制
目录
1. 系统的启动模式 1
1.1 Android系统的启动模式 1
1.2 系统的启动模式 2
2. Recovery模式中的三个部分 3
3. Recovery模式中的两个通信接口 3
3.1 主系统和Recovery通过/cache下的文件通信
3
3.2 Bootloader与Recovery通过BCB(Bootload...
分类:
移动开发 时间:
2014-07-30 17:36:54
阅读次数:
388
环境介绍root@ubuntu-1:~#uname-aLinuxubuntu-1.2303.2.0-29-generic#46-UbuntuSMPFriJul2717:03:23UTC2012x86_64x86_64x86_64GNU/Linuxroot@ubuntu-1:~#cat/etc/issueUbuntu12.04.1LTS\n\lroot@ubuntu-1:~#PS:以下操作我只在如上系统操作,仅供参考1.安装GraphicsMagickGraph..
分类:
其他好文 时间:
2014-07-30 15:00:04
阅读次数:
267
[Xdebug]zend_extension_ts="D:\wamp\bin\php\php5.2.9-2\ext\php_xdebug.dll";是否开启自动跟踪xdebug.auto_trace = On;是否开启异常跟踪xdebug.show_exception_trace = On;是否开启...
分类:
其他好文 时间:
2014-07-30 09:44:33
阅读次数:
177
A cache coherence protocol facilitates a distributed cache coherency conflict resolution in a multi-node system to resolve conflicts at a home node.
F...
分类:
其他好文 时间:
2014-07-30 03:14:42
阅读次数:
447