- 博客(3)
- 收藏
- 关注
转载 shell命令行中执行SQL
sqlplus -s dgcrm/dgcrm /dev/null set echo off; set feedback off; --禁止显示最后一行的计数反馈信息 set heading off; --禁止输出列标题 set pagesize 0; --设置显示多少行打印一次列名 set linesize 1000; set numwidth 12; set termout off; set trimout on; --清空多余的空格 set trimspool on; set new
2011-04-24 12:46:00
642
原创 php文件上传最大限制设置
<br />File uploads:<br />The maximum size of an uploaded file is determined by the following parameters: file_uploads must be 1 (default)memory_limit must be slightly larger than the post_max_size and upload_max_filesizepost_max_size must be large enoughu
2010-12-31 10:38:00
506
原创 在ubuntu启动时执行脚本 - rc.local
<br />#!/bin/sh -e<br /> #<br /> # rc.local<br /> #<br /> # This script is executed at the end of each multiuser runlevel.<br /> # Make sure that the script will "exit 0" on success or any other<br /> # value on error.<br /> #<br /> # In order to e
2010-12-13 10:22:00
813
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅