自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Leon

分享一下自己的心得和一些大神的心得

  • 博客(11)
  • 资源 (3)
  • 收藏
  • 关注

原创 php fooat 数运算 html中的现实结果

php 代码例子:<?php$a = 3.01;$b = 3;$c = 152.79;$d = 152;$e = 152.09;$f = 152;$g = 217.99;$h = 217;$i = 217.38;$j = 217;?> <?php $bb = $a - $b;

2017-08-03 23:34:30 367

转载 PHP 代码实现表单数据验证类 整理的各种情况

这篇文章主要介绍了PHP代码实现表单数据验证类,需要的朋友可以参考下

2017-07-06 14:17:41 812

原创 C 编译错误 warning : no newline at end of file 解决

在编译C文件的时候报 warning : no newline at end of file 这个错误的解决办法原因是因为 *.c 文件的末尾需要是一新行,所以解决办法就是在 文件的最后一行回车例子:#includeint main(){ puts("hello word\n"); return 0; } 在上面的中括号的下面在来一个换行 就可以了以下是截图

2017-04-18 22:02:09 9693

原创 CodeIgniter CI 分页功能的使用和说明

在这里分析三种不同的使用方式:主要是控制器和界面中内容的说明。--------------------------------------------------------------------------1------------------------------------------------------------------------------第一种使用方法(CI

2017-03-28 16:56:41 8384

原创 php 数组值处理 array_map 的使用

这里是对数组中值的处理和说明。问题:    需要把组合成的数组中值的两边的空格去除。数组:    $data = [        0=>'abc',        0=>'def ',        0=>' hij',        0=>' klm ',    ];编码内容 php :class Text{ fu

2017-03-28 16:29:25 2984

原创 js 处理 php 的数组数据

php 发送一个数组 $order_info 到界面上;var a = 11;var orderInfo = {};if(a == 11){//var order_obj =eval();var order_obj =;//alert(obj[0]);//console.log(order_obj );orderInfo = {

2017-03-24 17:56:47 2325

转载 CodeIgniter学习笔记三:扩展CI的控制器、模型

一、扩展CI中的控制器有时需要对CI中的控制器作统一操作,如进行登录和权限验证,这时就可以通过扩展CI控制器来实现。扩展CI控制器只需要在application/core文件夹中建一个继承自CI_Controller类的MY_Controller类即可,然后在这个类中实现自己需要的逻辑。关于上面这句话,有两点需要解释一下:1、为什么要在application/cor

2017-02-22 11:22:47 1631

转载 CodeIgniter学习笔记二:CI中的query_builder(AR)、连贯操作

一、开启query_builder在application\config\database.php中添加如下代码(默认已开启):$query_builder = TRUE;二、查询数据//get$res = $this -> db -> get('test');$list = $res -> result();var_dump($list);/*arr

2017-02-22 11:21:05 1039

转载 CodeIgniter学习笔记一:基本结构、控制器、视图、超级对象、数据库

一、基本结构CodeIgniter3.0.0解压后有8个文件,分别是:application:项目文件system:系统(框架)文件,为方便升级,不建议修改user_guid:用户手册,不需要加入项目composer.json:composer配置文件,不需要加入项目contributing.md:如何参与项目贡献代码,不需要加入项目index.php:项目入口文件license.

2017-02-22 11:15:08 576

转载 Mysql中count(*),DISTINCT的使用方法和效率研究

在处理一个大数据量数据库的时候突然发现mysql对于count(*)的不同处理会造成不同的结果比如执行SELECT count(*) FROM tablename即使对于千万级别的数据mysql也能非常迅速的返回结果而对于SELECT count(*) FROM tablename WHERE…..mysql的查询时间开始攀升仔细查阅累下手册,发现当没有WHERE语

2016-12-29 10:38:06 1782

原创 CI 3版本 分页功能的默认使用例子

CodeIgniter 3 版本 中分页的使用

2016-12-15 17:59:49 405

php_manual_zh.chm

很全面的php中文开打文档 一下是目录 ■版权信息 ■PHP 手册 ■序言 ■入门指引 ■简介 ■简明教程 ■安装与配置 ■安装前需要考虑的事项 ■Unix 系统下的安装 ■Mac OS X 系统下的安装 ■Windows 系统下的安装 ■Installation on Cloud Computing platforms ■FastCGI 进程管理器 (FPM) ■PECL 扩展库安装 ■还有问题? ■运行时配置 ■语言参考 ■基本语法 ■类型 ■变量 ■常量 ■表达式 ■运算符 ■控制结构 ■函数 ■类与对象 ■命名空间 ■异常处理 ■引用的解释 ■预定义变量 ■预定义异常 ■预定义接口 ■Context options and parameters ■Supported Protocols and Wrappers ■安全 ■简介 ■总则 ■以 CGI 模式安装时 ■以 Apache 模块安装时 ■文件系统安全 ■数据库安全 ■错误报告 ■使用 Register Globals ■用户提交的数据 ■魔术引号 ■隐藏 PHP ■保持更新 ■特点 ■用 PHP 进行 HTTP 认证 ■Cookie ■会话 ■处理 XForms ■文件上传处理 ■使用远程文件 ■连接处理 ■数据库永久连接 ■安全模式 ■PHP 的命令行模式 ■垃圾回收机制 ■函数参考 ■影响 PHP 行为的扩展 ■音频格式操作 ■身份认证服务 ■日历和事件相关扩展 ■命令行特有的扩展 ■压缩与归档扩展 ■信用卡处理 ■加密扩展 ■数据库扩展 ■文件系统相关扩展 ■国际化与字符编码支持 ■图像生成和处理 ■邮件相关扩展 ■数学扩展 ■非文本内容的MIME输出 ■进程控制扩展 ■其它基本扩展 ■其它服务 ■搜索引擎扩展 ■面向服务器的扩展 ■Session 扩展 ■文本处理 ■与变量和类型有关的扩展 ■Web Services ■Windows 平台下的扩展 ■XML 操作 ■PHP 核心:Zend 引擎的骇客指南 ■序言 ■"counter" 扩展 - 一个连续的实例 ■PHP 5 构建系统 ■扩展的结构 ■内存管理 ■变量的使用 ■函数的编写 ■类和对象的使用 ■资源的使用 ■INI 设置的使用 ■流的使用 ■PDO 驱动 ■扩展相关 FAQ ■Zend Engine 2 API 参考 ■Zend Engine 2 操作码列表 ■Zend Engine 1 ■FAQ — FAQ:常见问题 ■一般信息 ■邮件列表 ■获取 PHP ■数据库问题 ■安装 — 安装常见问题 ■编译问题 ■使用 PHP ■Password Hashing — Safe Password Hashing ■PHP 和 HTML ■PHP 和 COM ■PHP 和其它语言 ■从 PHP 4 移植到 PHP 5 ■杂类问题 ■附录 ■PHP 及其相关工程的历史 ■从 PHP 5.2.x 移植到 PHP 5.3.x ■Migrating from PHP 5.1.x to PHP 5.2.x ■Migrating from PHP 5.0.x to PHP 5.1.x ■从 PHP 4 移植到 PHP 5 ■类与对象(PHP 4) ■PHP 的调试 ■配置选项 ■php.ini 配置选项 ■扩展库分类 ■函数别名列表 ■保留字列表 ■资源类型列表 ■可用过滤器列表 ■所支持的套接字传输器(Socket Transports)列表 ■PHP 类型比较表 ■解析器代号列表 ■Userland Naming Guide ■关于本手册 ■Creative Commons Attribution 3.0 ■函数索引 ■CHM 版本 ■关于此版本 ■Using PHP Manual CHM Edition ■The Full Text Search ■Specialities of this Edition ■Integrating the PHP Manual ■Skin development ■CHM Edition Credits --------------------------------------------------------------------------------

2013-12-03

WinCmdRef.chm Windows命令英文参考手册

Windows Command Reference Applies To: Windows Server 2008,Windows Server 2008 R2,Windows XP,Windows Vista,Windows Server 2003,Windows Server 2000,Windows Server 2003 R2,Windows 7 You can use the Windows command reference to familiarize yourself with new and enhanced command-line tools, to learn about the command shell, and to automate command-line tasks by using batch files or scripting tools. To view the latest content for the Windows command reference, see http://go.microsoft.com/fwlink/?LinkID=91473. When you view the command reference content online, you can provide feedback on individual topics. Microsoft reviews the feedback and uses it to help improve the quality of the command reference. The following sections contain information about the syntax and usage of the command line tools. A-Z List contains an alphabetical list of all of the commands Command-Line Syntax Key explains the formatting used in this reference Commands by Server Role lists commands by their associated server role.

2013-07-22

datasheet --- 英文

datasheet 数据表一份 PDF 格式

2013-06-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除