会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MalongSing
博客园
首页
新随笔
联系
订阅
管理
2017年7月10日
tp 引入phpexcel 进行单表格的导入,在线浏览
摘要: 百度下载phpexcel插件,然后放进thinkphp里面。本人是放在ThinkPHP\Library\Vendor里面的,导出的下的是别人封装好的类这里就不展示了。 以下是单表导入 以下是在线浏览
阅读全文
posted @ 2017-07-10 17:37 MalongSing
阅读(1468)
评论(0)
推荐(0)
2017年5月15日
微擎自动获取地址
摘要: mobile/commom/footer_new chooseWXPay后面加上openAddress jssdkconfig.jsApiList = ['checkJsApi','onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ
阅读全文
posted @ 2017-05-15 11:02 MalongSing
阅读(799)
评论(0)
推荐(0)
2017年4月21日
sql case when 用法
摘要: http://blog.sina.com.cn/s/blog_4c538f6c01012mzt.html
阅读全文
posted @ 2017-04-21 11:49 MalongSing
阅读(3449)
评论(0)
推荐(0)
Oracle中 decode的用法
摘要: select id, decode(sign(score-85),1,'优秀',0,'优秀',-1, decode(sign(score-70),1,'良好',0,'良好',-1, decode(sign(score-60),1,'及格',0,'及格',-1,'不及格'))) from studen
阅读全文
posted @ 2017-04-21 11:14 MalongSing
阅读(2377)
评论(0)
推荐(0)
Apache配置HTTPS
摘要: https://my.oschina.net/angelangel/blog/387978
阅读全文
posted @ 2017-04-21 10:29 MalongSing
阅读(86)
评论(0)
推荐(0)
2017年4月18日
PHP简单处理表单的字符
摘要: http://www.iteye.com/topic/1145824
阅读全文
posted @ 2017-04-18 16:11 MalongSing
阅读(155)
评论(0)
推荐(0)
2017年3月15日
【转】PHP缓存总结
摘要: 1、全页面静态化缓存 也就是将页面全部生成html静态页面,用户访问时直接访问的静态页面,而不会去走php服务器解析的流程。此种方式,在CMS系统中比较常见,比如dedecms; 一种比较常用的实现方式是用输出缓存: 2、页面部分缓存 该种方式,是将一个页面中不经常变的部分进行静态缓存,而经常变化的
阅读全文
posted @ 2017-03-15 15:59 MalongSing
阅读(116)
评论(0)
推荐(0)
支付宝接口开发总结
摘要: http://blog.csdn.net/xiezhiyong3621/article/details/42869811
阅读全文
posted @ 2017-03-15 15:04 MalongSing
阅读(147)
评论(0)
推荐(0)
2017年3月14日
php安装redis扩展,详情请见下面链接
摘要: http://jingyan.baidu.com/article/9989c74631873bf648ecfed4.html
阅读全文
posted @ 2017-03-14 15:13 MalongSing
阅读(109)
评论(0)
推荐(0)
公告