随笔分类 -  PHP

[转]Laravel 数据库实例教程 —— 使用查询构建器实现对数据库的高级查询
摘要:本文转自:https://laravelacademy.org/post/920.html 上一节我们简单介绍了如何使用查询构建器对数据库进行基本的增删改查操作,这一节我们来探讨如何使用查询构建器实现一些更高级的查询操作。 1、连接查询(join) 连接查询指的是将两张表或多张表关联到一起进行查询, 阅读全文

posted @ 2018-11-07 17:19 freeliver54 阅读(425) 评论(1) 推荐(0)

[转]Illuminate Database
摘要:本文转自:https://github.com/illuminate/database Illuminate Database The Illuminate Database component is a full database toolkit for PHP, providing an exp 阅读全文

posted @ 2018-11-07 16:51 freeliver54 阅读(722) 评论(0) 推荐(0)

[转]微擎人人商城m()函数调用model方法
摘要:本文转自:http://yangjunwei.com/a/3177.html 微擎人人商城p()函数可内部调用任意插件的函数 http://yangjunwei.com/a/3216.html 阅读全文

posted @ 2018-09-10 17:45 freeliver54 阅读(2078) 评论(1) 推荐(0)

[转]人人店短信插件开发
摘要:本文转自:https://blog.csdn.net/mindev/article/details/75088344 人人商城是一款针对的移动端购物消费的微信商城管理系统。它不仅能为您提供专业可靠的技术支持,还能完美适配企业商用。可添加多个公众号使用,具有强大的自定义功能,让您拥有个性化商城。本人对 阅读全文

posted @ 2018-09-07 10:13 freeliver54 阅读(322) 评论(0) 推荐(0)

[转]微擎load()文件加载器
摘要:本文转自:https://blog.csdn.net/qq_32737755/article/details/78124534 微擎中加载文件需要用到 load() 在官网找到官方对load()的解释:微擎依靠 Load 类进行类、函数、模型的加载,该类会在系统初始化时引用并且实例化,系统提供 lo 阅读全文

posted @ 2018-08-02 14:18 freeliver54 阅读(367) 评论(0) 推荐(0)

[转]微擎应用笔记1--数据操作函数
摘要:本文转自:https://blog.csdn.net/seven_north/article/details/79498768 数据库操作规范 tablename $sql = "SELECT * FROM ".tablename('users'); =>>SELECT * FROM ims_use 阅读全文

posted @ 2018-08-02 14:10 freeliver54 阅读(452) 评论(2) 推荐(0)

[转]微擎应用笔记3--manifest.xml文件使用说明
摘要:本文转自:https://blog.csdn.net/seven_north/article/details/79508121 微擎在安装或卸载模块时会根据manifest.xml生成(或删除)数据库中相应记录,并执行manifest.xml里指定的脚本。 manifest.xml文件内容详细介绍如 阅读全文

posted @ 2018-08-02 14:07 freeliver54 阅读(580) 评论(1) 推荐(0)

[转]PHP中file_put_contents追加和换行
摘要:本文转自:https://blog.csdn.net/ltx06/article/details/53643149 在PHP的一些应用中需要写日志或者记录一些信息,这样的话。 可以使用fopen(),fwrite()以及 fclose()这些进行操作。 也可以简单的使用file_get_conten 阅读全文

posted @ 2018-07-25 09:16 freeliver54 阅读(4750) 评论(1) 推荐(0)

[转]magento2项目上线注意事项 切换到产品模式
摘要:本文转自:https://segmentfault.com/a/1190000007929783 切换到产品模式 执行以上指令需要等一段时间,在production mode下效率会大大提升,但static不再自动生成,每次修改了JS CSS都需要用指令生成static。 以下是我常用的修改上线指令 阅读全文

posted @ 2018-06-12 15:09 freeliver54 阅读(388) 评论(0) 推荐(0)

[转]magento 2 modes – 每种模式的特点及如何切换(翻译)
摘要:本文转自:https://www.hellomagento2.com/switch-magento-2-system-modes/ 原文地址 在开始 Magento 2 使用之前,需要了解一些基本的东西,其中之一就是系统可用的模式。 每种模式的主要特点 如何切换模式 如何显示当前的模式 Magent 阅读全文

posted @ 2018-06-12 09:06 freeliver54 阅读(451) 评论(0) 推荐(0)

[转]Magento刷新索引的几种方法
摘要:本文转自:https://blog.csdn.net/IT_Wallace/article/details/78513951 在数据表中经常会使用索引,下面简单介绍一下索引的利弊: 创建索引可以大大提高系统的性能: 通过创建唯一性索引,可以保证数据库表中每一行数据的唯一性。 可以大大加快数据的检索速 阅读全文

posted @ 2018-06-07 10:24 freeliver54 阅读(443) 评论(1) 推荐(0)

[转]解决Magento批量导入带图片的商品的问题
摘要:本文转自:http://www.phpstudio.info/show-121-791-1.html 一般来说,Magento后台管理里的CSV批量导入,可以解决我们商品批量上传的大部分问题,我们只要根据导出的属性字段,设置好格式,可以实现大部分商品的导入,但是有时候使用Magento批量导入带图片 阅读全文

posted @ 2018-06-06 17:35 freeliver54 阅读(252) 评论(0) 推荐(0)

[转]Magento 2.2 Developer Documentation
摘要:本文转自:https://devdocs.magento.com/ 阅读全文

posted @ 2018-06-06 14:28 freeliver54 阅读(173) 评论(1) 推荐(0)

[转]Magento2开发教程 - 如何向数据库添加新表
摘要:本文转自:https://www.cnblogs.com/xz-src/p/6920365.html Magento 2具有特殊的机制,允许你创建数据库表,修改现有的,甚至添加一些数据到他们(如安装数据,已被添加在模块安装)。 这种机制允许这些变化可以在不同的设备之间传输。 关键的概念是,而不是做你 阅读全文

posted @ 2018-06-05 15:53 freeliver54 阅读(511) 评论(0) 推荐(0)

[转]Magento Configurable Product
摘要:本文转自:https://docs.magento.com/m1/ce/user_guide/catalog/product-configurable.html A configurable product looks like a single product with drop-down lis 阅读全文

posted @ 2018-06-05 15:47 freeliver54 阅读(287) 评论(0) 推荐(0)

[转]论magento1和magento2的速度性能优化问题
摘要:本文转自:http://www.360magento.com/blog/magento-speed-up/ magento从2007年发展至今,也经历了十余年的磨练,如今也迎来了magento的换代产品magento2,无论从安全性,稳定性还是速度,其实都已经做的很好了。但现如今还有客户说magen 阅读全文

posted @ 2018-06-05 15:11 freeliver54 阅读(836) 评论(0) 推荐(0)

[转]How to speed up Magento 2. Maximum Performance
摘要:本文转自:https://magedirect.co/how-to-speed-up-magento-2-maximum-performance/ Introduction In this article, we’ll show you how to run a Magento 2 store at 阅读全文

posted @ 2018-06-04 16:20 freeliver54 阅读(451) 评论(0) 推荐(0)

[转]magento性能优化
摘要:本文转自:https://www.cnblogs.com/zhengyanbin2016/p/5577792.html magento性能优化 14个快速加载web页面的技巧:减少HTTP请求数使用CDN增加过期头信息gzip压缩传输内容将css样式表放在页首将js文件放在页尾不使用css表达式尽量 阅读全文

posted @ 2018-06-04 14:28 freeliver54 阅读(196) 评论(1) 推荐(0)

[转]Magento on Steroids – Best practice for highest performance
摘要:本文转自:https://www.mgt-commerce.com/blog/magento-on-steroids-best-practice-for-highest-performance/ There are plenty of blog posts with tips how to incr 阅读全文

posted @ 2018-06-02 16:12 freeliver54 阅读(250) 评论(0) 推荐(0)

[转]Magento 2 and 1 Million Products
摘要:本文转自:https://www.goivvy.com/blog/magento-2-1-million-products Can Magento 2 handle 1 million products? I came across that question many times. It got 阅读全文

posted @ 2018-06-02 15:55 freeliver54 阅读(223) 评论(2) 推荐(0)

导航