上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: 阅读全文
posted @ 2018-12-29 11:54 yahn~ 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-21 11:04 yahn~ 阅读(378) 评论(12) 推荐(0) 编辑
摘要: function php_self(){ $php_self = substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1); return $php_self;} 阅读全文
posted @ 2018-12-19 16:03 yahn~ 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 今天第一次往阿里云oss模板块上传代码,用composer,记录一下操作: 1,首先要登陆阿里云,创建一个oss空间,这个应该是免费的,然后执行命令composer require aliyuncs/oss-sdk-php 2,运行composer install 3,找到文件中的vendor目录 阅读全文
posted @ 2018-12-19 14:33 yahn~ 阅读(272) 评论(2) 推荐(0) 编辑
摘要: 我就拿这个当错误词典了,这样写起来简单,Im crazy 阅读全文
posted @ 2018-12-14 11:44 yahn~ 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 我在本地配置虚拟主机,访问api目录是:api.com/index.php/test/test。这个目录也可以这么访问:127.0.0.1/api/index.php/test/test 可以配置如下: 1,增加.htaccess到根目录,.htaccess内容如下: RewriteEngine o 阅读全文
posted @ 2018-12-14 10:58 yahn~ 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-13 17:16 yahn~ 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 修改文件名大小写即可 阅读全文
posted @ 2018-12-10 11:10 yahn~ 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-07 15:12 yahn~ 阅读(366) 评论(0) 推荐(0) 编辑
摘要: <?php //说明:第三方请求参数中,需要在平台申请帐号,生成一个appid,每个appid对应一个appserect,请求如下: $param = array( 'appid'=>'137876891', 'name'=>'张三', 'mobile'=>'1389***9108', 'age'= 阅读全文
posted @ 2018-12-07 14:09 yahn~ 阅读(570) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页