会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ayan
asd.LLK.80357777
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
2018年12月29日
纽约
摘要:
阅读全文
posted @ 2018-12-29 11:54 yahn~
阅读(287)
评论(0)
推荐(0)
2018年12月21日
看一看吧
摘要:
阅读全文
posted @ 2018-12-21 11:04 yahn~
阅读(385)
评论(12)
推荐(0)
2018年12月19日
php 获取当前文件名称
摘要: function php_self(){ $php_self = substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1); return $php_self;}
阅读全文
posted @ 2018-12-19 16:03 yahn~
阅读(365)
评论(0)
推荐(0)
php oss 上传代码
摘要: 今天第一次往阿里云oss模板块上传代码,用composer,记录一下操作: 1,首先要登陆阿里云,创建一个oss空间,这个应该是免费的,然后执行命令composer require aliyuncs/oss-sdk-php 2,运行composer install 3,找到文件中的vendor目录
阅读全文
posted @ 2018-12-19 14:33 yahn~
阅读(284)
评论(2)
推荐(0)
2018年12月14日
php 错误词典
摘要: 我就拿这个当错误词典了,这样写起来简单,Im crazy
阅读全文
posted @ 2018-12-14 11:44 yahn~
阅读(198)
评论(0)
推荐(0)
PHP ci 域名去掉index.php
摘要: 我在本地配置虚拟主机,访问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~
阅读(636)
评论(0)
推荐(0)
2018年12月13日
小卡
摘要:
阅读全文
posted @ 2018-12-13 17:16 yahn~
阅读(183)
评论(0)
推荐(0)
2018年12月10日
php ci框架报错CodeIgniter Unable to locate the model you have specified
摘要: 修改文件名大小写即可
阅读全文
posted @ 2018-12-10 11:10 yahn~
阅读(250)
评论(0)
推荐(0)
2018年12月7日
php ci框架的数据加密解密方法,虽然废止了,但是记录一下
摘要:
阅读全文
posted @ 2018-12-07 15:12 yahn~
阅读(382)
评论(0)
推荐(0)
php api接口数字签名,验签
摘要: <?php //说明:第三方请求参数中,需要在平台申请帐号,生成一个appid,每个appid对应一个appserect,请求如下: $param = array( 'appid'=>'137876891', 'name'=>'张三', 'mobile'=>'1389***9108', 'age'=
阅读全文
posted @ 2018-12-07 14:09 yahn~
阅读(593)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
公告