Magento white screen or how XML can break your site?bySANDOon02. OCT, 2012inMAGENTO,SMALL TIPSI had an odd white screen on one of my websites. No exce...
分类:
其他好文 时间:
2014-10-19 21:15:46
阅读次数:
189
这几天的心得,汇成代码。PYTHON版,我编的。#!/usr/bin/env python# -*- coding: utf-8 -*-import os,sys,timeimport commands,logging#以下为手工命令时的动作#time format 17/Oct/2014:10:0...
分类:
其他好文 时间:
2014-10-18 22:17:49
阅读次数:
315
【背景】
近期新搭了一台linux服务器(SuSE11),sshd服务已启动了,防火墙也关闭了,可通过SecureCRT就是无法连接,只出现:
Last login: Fri Oct 17 16:20:50 CST 2014from 10.3.47.10 就无法响应了。
【解决办法】
修改sshd配置文件:vi /etc/ssh/sshd_config
PermitRootLogin yes
PubkeyAuthentication no
PasswordAuthentication yes
UseLo...
分类:
系统相关 时间:
2014-10-17 18:54:13
阅读次数:
477
1709: [Usaco2007 Oct]Super Paintball超级弹珠Time Limit: 5 SecMemory Limit: 64 MBSubmit: 324Solved: 253[Submit][Status]Description奶牛们最近从著名的奶牛玩具制造商Tycow那里,买...
分类:
其他好文 时间:
2014-10-17 18:12:09
阅读次数:
235
一、java.util.Date Date表示特定的瞬间,精确到毫秒,其子类有Date、Time、Timestap。默认情况下输出的Date对象为:Mon Oct 13 17:48:47 CST 2014,一般不是我们想要的,我们可以调用Date的一些方法来获取我们想要的日期格式,但是遗憾的是Da....
分类:
编程语言 时间:
2014-10-16 10:52:02
阅读次数:
323
[root@rac02 config]# lsnrctl statusLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 11-OCT-2014 15:08:29Copyright (c) 1991, 2009, Oracle. All rig...
分类:
数据库 时间:
2014-10-11 18:46:55
阅读次数:
189
MATLAB编程风格指南Richard Johnson 著Genial 译MATLAB 编程风格指南Richard JohnsonVersion 1.5,Oct. 2002版权; Datatool 所有翻译:Genial @ USTC“Language is like a cracked kettl...
分类:
其他好文 时间:
2014-10-11 13:13:35
阅读次数:
222
一、数学函数ABS( x ) 返回x的绝对值BIN( x ) 返回x的二进制(OCT返回八进制,HEX返回十六进制)CEILING( x ) 返回大于x的最小整数值EXP( x ) 返回值...
分类:
数据库 时间:
2014-10-10 23:53:34
阅读次数:
374
1、首先如果当前是root用户,那么先切换到oracle用户,然后打开sqlplus,并且赋予dba角色。
[oracle@oa2redhat ~]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 10 16:41:26 2014
Copyright (c) 1982, 2009, Oracle....
分类:
系统相关 时间:
2014-10-10 17:43:24
阅读次数:
264
[oracle@bogon orcl]$ sqlplus sys/sys as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 8 18:54:09 2014Copyright (c) 1982, 2009, Oracle. All ...
分类:
数据库 时间:
2014-10-09 14:13:13
阅读次数:
324