搜索资源列表
Zend Decode,PHP Zend反编译技术文档
- 分英文版及中文版本,详细介绍反编译 PHP Zend加密代码的技术方法跟思路.
PHP入门速成
- PHP是一种用于创建动态WEB页面的服务端脚本语言。如同ASP和ColdFusion,用户可以混合使用PHP和HTML编写WEB页面,当访问者浏览到该页面时,服务端会首先对页面中的PHP命令进行处理,然后把处理后的结果连同HTML内容一起传送到访问端的浏览器。但是与ASP或ColdFusion不同,PHP是一种源代码开放程序,拥有很好的跨平台兼容性。用户可以在Windows NT系统以及许多版本的Unix系统上运行PHP,而且可以将PHP作为Apache服务器的内置模块或CGI程序运行。
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
ylnewsphp
- 非常好用的新闻发布系统(绝对好用提供php版源代码)-Very easy to use news publishing system (absolute php-to-use version of the source code provided)
zhcms_v30TO31_R0927
- 企业新闻系统,通过php语言编写的,直接在网络上进行编辑修改的代码。-Enterprise information system,Through the PHP language, directly on the network to edit code.
emailscript
- 很实用的一个完整email发送程序,很简单,把下列代码复制到一个空白文本页面,如index.php,运行就 行了。-err
PHP_RSA_DES_INFOSAFE
- 本系统是利用PHP代码实现RSA和DES安全的一个模型,相信初学网络信息安全的同道,一定能从中获益!-PHP+ DES+ RSA
php.docx
- php购物车功能的实现的一段代码和思想及主要的技术指标, php购物车功能的实现的一段代码和思想及主要的技术指标-php shopping cart functions to achieve the piece of code and ideas and the major technical indicators, php shopping cart functions to achieve the piece of code and ideas and the major technical
as3_php
- actionscr ipt和PHP之间的交互(内含代码和文档说明)-interaction between actionscr ipt and PHP (contains code and documentation)
Oreilly-Learning-PHP-and-MySQL-2nd
- 英文版的php与mysql学习书,你能够从里面看到很多关于各种程序的代码,从中学到很多知识-English version of php mysql learning books, from the inside you can see a lot of code for various programs, learn a lot of knowledge
auto_cache
- 一个好用的PHP缓存代码,有注释,下了自己看,简明易懂-An easy to use PHP caching code, comments, under their own look, easily understandable
PHP-Code-review
- 代码审核,是对应用程序源代码进行系统性检查的工作。它的目的是为了找到并且修复应 用程序在开发阶段存在的一些漏洞或者程序逻辑错误,避免程序漏洞被非法利用给企业带来不必 要的风险。-Code audit is a systematic examination of the application source code. Its purpose is to find and fix application loopholes in the development stage or progr
QQ-on-for-PHP-SDK
- QQ登录PHP SDK(给第三方的),使非官方SDK能迅速简单的部署QQ登陆和获取海量QQ用户信息。开发者只需要按照下面的说明修改几行代码,就可以在网站上实现“QQ登录”功能。-QQ login PHP SDK (to third parties), the unofficial SDK can rapidly deploy a simple mass QQ QQ landing and getting user information.
21840300DHT
- 有关DHT算法实现的详细介绍和分析 文档为英文文档 介绍比较全面 附带PHP代码-For DHT algorithm detailed descr iption and analysis of the document into English document describes a more comprehensive with PHP code
ShoppingWebsite
- 这是一个简单的网上购物系统,是用php代码编写的-This is a simple online shopping system, is written in php code
phpPjqueryPGUESTBOOK
- PHP代码:php+jquery实现无刷新留言板 ajax运用 <meta charset=’utf-8′> <title>ajax无刷新留言板-制作</title> <scr ipt src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js” type=”text/javascr ipt”
Senior-PHP-code-review-techniques
- 专门针对PHP代码审核的一份实用教程,对代码审核人员很有帮助-Specifically for PHP code review of a practical tutorial, very helpful for code review personnel
wzxt_v2.6
- 后台地址:网址/admin 帐号:admin 密码:admin888 特别说明: 手机版地址:网址/mobile 如果手机版无法访问,先看看后台是否启用了手机版功能了。 开启路径:商店设置——WAP设置——选择“开启”,确定 依然无法访问的话,请修改一下此文件: \mobile\data的config.php 代码第5行至12行,修改成您的数据库信息: // name $ name = tmall // userna
基于php的账号密码加密
- 此代码使用PHP代码写的,做了一个关于如何用PHP代码,做一个注册账户以及登陆账号,并为账号密码做保密传输的后端代码。