Dbmier LED Artcraft Tracing Light Pad Light Box Light Board Light Table- A4

PHP Tech Blog

Dbmier LED Artcraft Tracing Light Pad Light Box Light Board Light Table- A4

留言簿(5)

Links

My Favorites

推荐技术文章

阅读排行榜

评论排行榜

PHP

Hello guys!关于前端国际化Tips和程序人生

posted @ 2011-05-26 16:43 haix 阅读(973) | 评论 (0)  编辑

自己学习PHP 表达式入门
     摘要: 首先我们分解'@^(?:http://)?([^/]+)@i'
@是分隔符
^表示匹配的字符必须在最前边,也就是什么字符开始
()圆括号是标记一个正则表达式的开始和结束。
@后面的那个i表示不区分大小写
//)后面的那个?号表示前面的出现0次或者1次  阅读全文

posted @ 2010-12-22 18:19 haix 阅读(1259) | 评论 (0)  编辑

讲讲自己最近学习LINUX的事情吧
     摘要: 进入公司,简历和面试已经告知,LINUX 不是很熟悉,
到公司就遇到一个问题就是图片处理问题,也就是产品图片经过切割成600乘600的,然后再加水印,是3个水印,各加一个然后生成3个文件夹,然后这3个文件夹里面要小图片,小图片是不用要水印的,但是质量要高,而且不能超过50KB,一开始老大就给了一个程序,说你修改下就可以用了
PHP程序基本是从数据库得到这个压缩包的文件名然后解压缩,然后开始加水印,后面开始处理图片大小和水印的时候就是shell,了,头大了,没有接触过linux呀
必须在linux上运行才可以看到效果,安装了一个虚拟机(VMWare)然后了一个Ubuntu,后面就开始折腾了,首先是shell里面用到了convert  阅读全文

posted @ 2010-12-15 14:11 haix 阅读(1480) | 评论 (1)  编辑

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';'

posted @ 2010-07-17 09:59 haix 阅读(3421) | 评论 (0)  编辑

一德国人的项目,找熟悉Drupal的朋友兼职或全职

posted @ 2010-07-05 21:58 haix 阅读(1532) | 评论 (0)  编辑

PHP时间日期函数

posted @ 2010-03-24 11:48 haix 阅读(908) | 评论 (0)  编辑

PHP时间戳函数总结一览

posted @ 2010-02-26 13:50 haix 阅读(1516) | 评论 (0)  编辑

PHP PHPSESSID,Session Cookie

posted @ 2010-01-14 10:58 haix 阅读(3862) | 评论 (0)  编辑

PHP程序员最易犯10种错误

posted @ 2010-01-06 15:43 haix 阅读(1602) | 评论 (0)  编辑

有两种方法来设置php的include_path

posted @ 2010-01-04 10:08 haix 阅读(1647) | 评论 (0)  编辑

php 怎么判断字符串是不是数字?

posted @ 2009-12-11 17:01 haix 阅读(1472) | 评论 (0)  编辑

PHP 文件上传

posted @ 2009-12-11 11:41 haix 阅读(1311) | 评论 (0)  编辑

Creating a Custom RSS Feed with PHP and MySQL

posted @ 2009-11-24 16:27 haix 阅读(1164) | 评论 (0)  编辑

Force WWW using an htaccess 301 redirect

posted @ 2009-11-09 18:05 haix 阅读(1045) | 评论 (0)  编辑

如何删除数组中的指定数值?

posted @ 2009-11-04 13:58 haix 阅读(592) | 评论 (0)  编辑

关于WORDPRESS模板文件和其他模板文件中木马,被插入iframe恶意代码,Web服务器服务器主机提供商的回复,

posted @ 2009-10-20 10:49 haix 阅读(1306) | 评论 (0)  编辑

Why my files again be on virus wordpress template file .php

posted @ 2009-09-23 08:51 haix 阅读(1038) | 评论 (0)  编辑

禁用网页上的iframe

posted @ 2009-09-12 22:55 haix 阅读(242) | 评论 (0)  编辑

uc_user_register

posted @ 2009-09-07 17:31 haix 阅读(1969) | 评论 (0)  编辑

global变量解析

posted @ 2009-08-13 16:35 haix 阅读(192) | 评论 (0)  编辑

Call to undefined function: mcrypt_create_iv,询问PHP的mcrypt 要如何配置才能支持

posted @ 2009-08-12 12:12 haix 阅读(895) | 评论 (0)  编辑

session_start,session_destroy

posted @ 2009-08-05 16:44 haix 阅读(274) | 评论 (0)  编辑

PHP变量和表单的关系

posted @ 2009-08-04 18:26 haix 阅读(192) | 评论 (0)  编辑

Warning: mysql_query(): Access denied for user 'ODBC'@'localhost' (using password: NO) in *.php on line 688

posted @ 2009-08-04 10:14 haix 阅读(1067) | 评论 (0)  编辑

apache2和php4配置指南

posted @ 2009-08-03 16:22 haix 阅读(737) | 评论 (0)  编辑

PHP implode() 函数使用方法

posted @ 2009-07-31 13:03 haix 阅读(770) | 评论 (0)  编辑

PHP 如何判断url地址并自动转换为超链接

posted @ 2009-07-31 09:14 haix 阅读(2061) | 评论 (0)  编辑

php unset函数怎么使用,什么意思

posted @ 2009-07-30 17:00 haix 阅读(1063) | 评论 (0)  编辑

php里面的boolean 布尔值和空的关系和执行问题

posted @ 2009-07-29 16:00 haix 阅读(412) | 评论 (0)  编辑

PHP读取Excel 之 Spreadsheet_Excel_Reader

posted @ 2009-07-28 16:23 haix 阅读(599) | 评论 (0)  编辑

PHP导出Excel 之 Spreadsheet_Excel_Writer

posted @ 2009-07-28 16:22 haix 阅读(320) | 评论 (0)  编辑

php header的使用

posted @ 2009-07-28 15:04 haix 阅读(154) | 评论 (0)  编辑

isset和empty

posted @ 2009-07-28 14:57 haix 阅读(191) | 评论 (0)  编辑

Discuz模板语句分析及知识技巧

posted @ 2009-07-24 10:42 haix 阅读(214) | 评论 (0)  编辑

discuz模板语法定义

posted @ 2009-07-24 10:39 haix 阅读(342) | 评论 (0)  编辑

PHP字符串格式化

posted @ 2009-07-23 09:08 haix 阅读(3888) | 评论 (0)  编辑

PHP define的使用方法

posted @ 2009-07-21 10:27 haix 阅读(2021) | 评论 (0)  编辑

PHP根目录下的htaccess文件是做什么用的

posted @ 2009-07-17 17:17 haix 阅读(205) | 评论 (0)  编辑

学习使用PHP数组

posted @ 2009-07-06 17:34 haix 阅读(163) | 评论 (0)  编辑

PHP链接字符串,PHP如何连接字符串,PHP怎么链接字符串

posted @ 2009-07-01 14:07 haix 阅读(4441) | 评论 (0)  编辑

PHP判断是否为空

posted @ 2009-06-22 10:02 haix 阅读(1430) | 评论 (0)  编辑

PHP数组存储和读取

posted @ 2009-06-19 17:58 haix 阅读(495) | 评论 (0)  编辑

PHP 类型转换函数intval

posted @ 2009-06-18 11:20 haix 阅读(2360) | 评论 (0)  编辑

implode explode

posted @ 2009-06-15 11:12 haix 阅读(198) | 评论 (0)  编辑

PHP服务器对象和服务器变量

posted @ 2009-06-15 10:57 haix 阅读(988) | 评论 (0)  编辑

mcrypt module is not compiled into PHP

posted @ 2009-06-12 13:46 haix 阅读(309) | 评论 (0)  编辑

thinkphp 内部函数 D、F、S、C、L、A 他们的用途和所在位置

posted @ 2009-06-10 15:12 haix 阅读(484) | 评论 (0)  编辑

The argument should be an array

posted @ 2009-06-09 15:01 haix 阅读(293) | 评论 (0)  编辑

yntax error, unexpected T_IF

posted @ 2009-06-05 10:12 haix 阅读(545) | 评论 (0)  编辑

To protect MySQL injection (more detail about MySQL injection)

posted @ 2009-06-04 09:51 haix 阅读(213) | 评论 (0)  编辑

PHP学习,require和require_once的区别

posted @ 2009-05-15 15:43 haix 阅读(382) | 评论 (0)  编辑

自己的PHP快速入门代码,包括,变量,面向对象,访问数据库,换行,重定向,SESSION

posted @ 2009-05-13 15:08 haix 阅读(1176) | 评论 (0)  编辑

PHP访问MYSQL数据库快速入门

posted @ 2009-05-13 14:13 haix 阅读(431) | 评论 (0)  编辑

php开发中session使用

posted @ 2009-05-13 12:44 haix 阅读(273) | 评论 (0)  编辑

PHP Web开发中的SESSION对象

posted @ 2009-05-13 12:43 haix 阅读(641) | 评论 (0)  编辑

PHP重定向的三个方法

posted @ 2009-05-13 11:40 haix 阅读(384) | 评论 (0)  编辑

PHP快速入门,字符串

posted @ 2009-05-13 11:31 haix 阅读(266) | 评论 (0)  编辑

PHP快速入门,变量和注释

posted @ 2009-05-13 11:30 haix 阅读(274) | 评论 (0)  编辑

PHP得到根目录和删除文件,删除目录

posted @ 2009-05-13 11:29 haix 阅读(1283) | 评论 (0)  编辑

怎样才可以得到PHP的出错信息?php运行时不显示错误信息。如何屏蔽php出错信息?

posted @ 2009-05-13 10:37 haix 阅读(11769) | 评论 (0)  编辑

2009中国共享软件出口经验交流会-深圳站

posted @ 2008-12-25 16:11 haix 阅读(681) | 评论 (0)  编辑

Dbmier LED Artcraft Tracing Light Pad Light Box Light Board Light Table- A4