上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: example1: 创建表tab1 1 2 3 4 DROP TABLE IF EXISTS tab1; CREATE TABLE tab1( tab1_id varchar(11) ); 1 2 3 4 DROP TABLE IF EXISTS tab1; CREATE TABLE tab1( t 阅读全文
posted @ 2017-11-10 16:03 大漠孤城漫黄沙 阅读(212) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/koal/p/5484916.html 先引用百度百科的一段话吧,具体可以到百科查看吧。 Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起, 阅读全文
posted @ 2017-11-07 10:11 大漠孤城漫黄沙 阅读(216) 评论(0) 推荐(0) 编辑
摘要: <?php set_time_limit(0); function _rand() { $length=26; $chars = "0123456789abcdefghijklmnopqrstuvwxyz"; $max = strlen($chars) - 1; mt_srand((double)m 阅读全文
posted @ 2017-07-12 14:31 大漠孤城漫黄沙 阅读(1509) 评论(0) 推荐(0) 编辑
摘要: 1:制作微信菜单栏 <?phpheader("Content-type: text/html; charset=utf-8");function request_post($url = '', $param = ''){ if (empty($url) || empty($param)) { ret 阅读全文
posted @ 2017-07-06 12:15 大漠孤城漫黄沙 阅读(3069) 评论(0) 推荐(0) 编辑
摘要: //******************** 配置信息 ******************************** $smtpserver = "smtp.263.net";//SMTP服务器 $smtpserverport =25;//SMTP服务器端口 $smtpusermail = "# 阅读全文
posted @ 2017-07-05 10:11 大漠孤城漫黄沙 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 转载地址:http://www.nowamagic.net/php/php_FunctionJsonEncode.php 在 php 中使用 json_encode() 内置函数(php > 5.2)可以使用得 php 中数据可以与其它语言很好的传递并且使用它。 这个函数的功能是将数值转换成json 阅读全文
posted @ 2017-07-04 11:58 大漠孤城漫黄沙 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 转载地址: https://my.oschina.net/inuxor/blog/750717 composer 是 PHP 用来管理依赖(dependency)关系的工具。你可以在自己的项目中声明所依赖的外部工具库(libraries),Composer 会帮你安装这些依赖的库文件。 如今类似的包 阅读全文
posted @ 2017-06-10 19:56 大漠孤城漫黄沙 阅读(2403) 评论(0) 推荐(0) 编辑
摘要: 转载地址: https://my.oschina.net/7sites/blog/209997 之前发表过一篇如何为composer设置代理的文章(请点这里),但是现在很多人用composer的windows安装包都安装失败,因为安装包也要下载composer的脚本文件,还是老问题,被墙了所以安装一 阅读全文
posted @ 2017-06-10 19:53 大漠孤城漫黄沙 阅读(5259) 评论(0) 推荐(0) 编辑
摘要: linux 导入mysql报错 CREATE DATABASE `mmm` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; CREATE DATABASE `mmm` DEFAULT CHARACTER SET gbk COLLATE gbk_ 阅读全文
posted @ 2017-05-24 17:15 大漠孤城漫黄沙 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 转载地址:http://wangyong31893189.iteye.com/blog/1695472 <!DOCTYPE html> <html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><s 阅读全文
posted @ 2017-05-04 15:41 大漠孤城漫黄沙 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页