PDF开发框架
Posted on 6月 28, 2010
Filed Under php | Leave a Comment
.NET组件
1.iTextSharp :iTextSharp 是用来生成 PDF 文档的 C# 组件
2.PDFsharp PDFsharp is a C# library that easily creates PDF documents on the fly. The same GDI+ like drawing routines can be used to create PDF documents, draw ...
服务器系统维护手册(Linux版) 转
Posted on 4月 13, 2010
Filed Under php | Leave a Comment
1. 概述
此手册旨在为确保WEB维护调试过程的协调一致性,避免出现相互之间工作衔接而产生的种种问题而制定。
2. 系统组件部分
2.1. 配置专用帐号
# useradd -d /home/userwok -...
My diary
Posted on 3月 30, 2010
Filed Under 生活 | Leave a Comment
March 4 2010 Cloudy
This moring I got up at 8:25.And I don’t know why I felt so tired.
As soon as I put on my clothers,I looked myself in mirror.Actually I look like a pandas.
I’d better to go to bed early later.
...
Discuz的分页函数以及该使用方法
Posted on 3月 25, 2009
Filed Under php | 1 Comment
下载: sunlicks.php<?php /*** pager* wunengwu@gmail.com* wunengwu.cn*/ function multi($num, $perpage, $curpage, $mpurl){ global $_SCONFIG; $page = 5; $multipage = ”;&n...
Linux文件查找命令find,xargs详述[转]
Posted on 3月 25, 2009
Filed Under linux | Leave a Comment
目录
版权声明
前言:关于find命令
一、find 命令格式
1、find命令的一般形式为;
2、find命令的参数;
3、find命令选项;
4、使用exec或ok来执行shell命令;
...
使用PHP遍历文件夹下的所有文件[经典共享]
Posted on 3月 25, 2009
Filed Under php | 1 Comment
一个经典的功能,分享。
自己需要的话封装成function.
下载: sunlick.php<?php//PHP遍历文件夹下所有文件$handle=opendir(’.'); //这里输入其它路径echo "目录 handle: $handle\n&...
集群(cluster)+复制(replicate) — 集群下的复制 [主从 转]
Posted on 3月 23, 2009
Filed Under linux, mysql | Leave a Comment
7. 集群下的复制
7.1. 简述
从MySQL 5.1 开始,就支持集群+复制了,这对于想要构建一个高可用方案的用户来说,无疑是个惊喜。在这种模式下,既有主从的实时备份,又有基于集群的...
MySQL主从服务器的技巧[转老王]
Posted on 3月 23, 2009
Filed Under mysql | 1 Comment
问题:主从服务器表类型的选择
一般的共识是主服务器使用innodb,事务,行锁等功能是myisam所没有的,对修改操作而言,它更高效;从服务器使用myisam,全文检索功能是innodb所没有的,...
linux 下 单用户下无法修改密码
Posted on 3月 23, 2009
Filed Under linux | Leave a Comment
进入单用户之后
bash-3.00# passwd root
Changing password for user root
New UNIX password:
Retype new UNIX password:
出现错误
passwd: Authentication token lock busy
bash-3.00#
只要执行
...
php-oci8安装
Posted on 3月 23, 2009
Filed Under linux, shell | Leave a Comment
php-oci8安装。在google搜了半天才搜到的,php oci8的安装shell文件在这共享给大家!
#!/bin/sh
# $Id: lazy_php_oci8_el5.sh 22 2007-08-22 12:19:50Z clive $
# lazy pack for installing php-oci8 on el5 (centos5)