自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

harryxlb的专栏

===ToMorRoW_Is_aNoTHeR_DAy===

  • 博客(4)
  • 资源 (10)
  • 收藏
  • 关注

转载 MySql的存储过程学习小结

1.用变量做表名:简单的用set或者declare语句定义变量,然后直接作为sql的表名是不行的,mysql会把变量名当作表名。在其他的sql数据库中也是如此,mssql的解决方法是将整条sql语句作为变量,其中穿插变量作为表名,然后用sp_executesql调用该语句。这在mysql5.0之前是不行的,5.0之后引入了一个全新的语句,可以达到类似sp_executesql的功能

2012-08-30 09:22:06 612

转载 mysql存储过程写法—动态参数运用

--删除         drop procedure if exists up_common_select        --创建        CREATE  PROCEDURE `up_common_select`        (         in t_name varchar(50)        )

2012-08-30 09:13:12 627

转载 UCenter的应用整合与单点登录分析

一直在用康盛的产品,自然少不了单点登陆,最近重新研究了下ucenter的机制,其实它的基本原理就一句话:跨域设置用户信息。下面只对用户登陆做比较详细说明,其他注册、PM等操作其实原理差不多。用户登陆view sourceprint?1do_login.php[uchome]2

2012-08-18 23:03:39 1115

转载 PHP实现计划任务的几种方法

PHP的实现决定了它没有Java和.Net这种AppServer的概念, 而http协议是一个无状态的协议, php只能被用户触发, 被调用, 调用后会自动退出内存, 没有常驻内存, 就没有办法准确的定时处理那么, 如果需要用PHP定时执行某些任务的话, 可以有以下俩个方法:Linux下crontab, windows下计划任务找个被频繁调用的网页, 里面加上一个检测代码

2012-08-03 13:53:35 4519

JRE1.6 Win32 X86

JRE1.6 Win32 不用去到处找了 JRE1.6 Win32 不用去到处找了

2018-09-07

Windows版nasm2.13

Windows版nasm2.13 x86工具集,Windows版nasm2.13 x86工具集

2018-05-25

Windows版OpenSSL1.0工具与开发库

Windows版OpenSSL 1.0.2.15工具与开发库,开发必备。 欢迎下载

2018-05-25

Windows版libxml2.7.8

Windows版libxml2.7.8开发库。 -------------- This is libxml2, version 2.7.8, binary package for the native Win32/IA32 platform. The files in this package do not require any special installation steps. Extract the contents of the archive whereever you wish and make sure that your tools which use libxml2 can find it. For example, if you want to run the supplied utilities from the command line, you can, if you wish, add the 'bin' subdirectory to the PATH environment variable. If you want to make programmes in C which use libxml2, you'll likely know how to use the contents of this package. If you don't, please refer to your compiler's documentation. If there is something you cannot keep for yourself, such as a problem, a cheer of joy, a comment or a suggestion, feel free to contact me using the address below. Igor Zlatkovic (igor@zlatkovic.com)

2018-05-25

Windows版redis3.0 x64

Windows版redis3.0 x64,方便在Windows下开发的同学。压缩后1.495M

2018-05-25

webFTP一个PHP写的在线FTP文件管理系统

webFTP,一个PHP写的在线FTP文件管理系统,可以用来轻松搭建你的在线FTP文件管理系统。

2011-11-26

PHP版的短信发送接口

一个PHP版的短信发送接口示例文件

2011-11-26

word2003教案_part2

word2003教案_part2 word2003教案_part2 word2003教案_part2

2011-03-16

word2003教案_part1

word2003教案_part1 word2003教案_part1

2011-03-16

Excel2003教案

Excel2003教案Excel2003教案Excel2003教案Excel2003教案Excel2003教案Excel2003教案Excel2003教案

2011-03-16

空空如也

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

TA关注的人

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