2019年3月22日[置顶] lightCMS - 基于Laravel的轻量级 CMS 系统,通用后台管理系统

2012年10月11日[置顶][原创]图片批量添加去除白边工具v1.1

2012年12月24日php socket编程实例

因为用到客户端程序与网页三方支付接口交互,我觉得可以这样来实现,在三方支付回调页面中放一个socket服务端,客户端程序与这个socket服务端进行交互,以此来进行最终业务逻辑处理。

php中socket编程,简单实例代码如下:

服务端:...

分类:网站相关  标签:PHP  socket    网友评论0条  已浏览loading

2012年12月21日php购物车类的简单实现

[FONT-SIZE=3]
php购物车类的简单实现:
[CODE=php]
hasItem($id)){
$item=array();
$item['id']=$id;
$item['name']=$name;
$item['num']=$num;
$item['price']=$price;
$this->items[$id]=$item;
}else{
$t
[/CODE]
[/FONT-SIZE]

分类:网站相关  标签:购物车  PHP    网友评论0条  已浏览loading

2012年12月16日VB.Decompiler.Pro.v9.2.RETAIL.BY-1ST.INCL_KEYGEN+PATCH-FFF

What's new in this version:
- Windows 8 is fully supported
- Decode UTF8 names (.NET)
- Jumping by clicking on a procedure name
- Popup menu for the treeview is now allow to copy a name of the item
- Popup menu for the code view with the Copy and Select All operations
...

分类:精品软件  标签:VB  Decompiler    网友评论0条  已浏览loading

2012年12月13日php中缩略图和水印的简单实现

[FONT-SIZE=3]GD库函数的简单应用。[/FONT-SIZE]

分类:网站相关  标签:PHP  缩略图  水印    网友评论0条  已浏览loading

2012年12月9日NetBeans与ZendStudio中XDebug配置

php.ini文件配置:

[XDebug]
zend_extension = "C:\xampp-portable\php\ext\php_xdebug.dll"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
...

分类:知识积累  标签:XDebug  ZendStudio  NetBeans  调试  PHP    网友评论0条  已浏览loading

2012年12月9日php页面采集简单示例

[FONT-SIZE=3]熟悉下正则表达式的运用
[CODE=php]
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
header('Content-Type:text/html;charset=utf-8');
date_default_timezone_set('PRC');
require './Snoopy.class.php';
if(isset($_POST['submit']) && isset($_POST['url'])){
...
[/CODE][/FONT-SIZE]

分类:网站相关  标签:PHP  采集  示例    网友评论0条  已浏览loading

«1»