Giter VIP home page Giter VIP logo

thinkcmf-plugins's Introduction

Hi there, I'm Powerless. 👋👋👋

  • 无产阶级手艺工作者、ThinkCMF框架主要贡献者、资深PHP工程师、2014年加入ThinkCMF贡献者团队,2015年成为主要贡献者。参与了ThinkCMF的多个版本开发。

  • 从业至今参与开发过论坛、电商、夺宝、直播、资讯、物流等类型项目,遵循RESTAPI、PSR规范,代码结构清晰。

  • 具备较强的团队管理能力、项目管理能力,善于分析问题和良好的需求理解能力。

  • 喜欢新鲜事物、时刻关注新的技术趋势,并尽可能的应用到新的项目中去。

  • 2014年2月至2016年5月期间分别担任(CTO) & (Team Leader)。

  • 熟练使用Git、SVN等版本控制工具,在GitHub上有8个个人项目。

  • 熟悉LNMP \ WNMP架构、Redis缓存、多域名配置、常用Shell命令、了解服务器集群搭建原理,可快速搭建服务器。

  • 对用户留存分析、商品管理、订单管理、优惠券、商品集、后台权限、中奖概率、冷热数据缓存处理等方面有较多经验。

  • 熟悉 Umeng、Jpush、Easemob、WeChat、Ali等第三方平台接口开发及第三方平台API调用。

小程序码

微信小程序

QQ小程序

由于大家都懂的原因,图片如果没加载出来,就多刷新几次吧

thinkcmf-plugins's People

Contributors

admininfon avatar wzxaini9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

myreferrepos

thinkcmf-plugins's Issues

日志记录的问题

日志插件安装的时候报错,String data, right truncated: 1406 Data too long for column 'app' at row 1。这个是什么原因呢,怎么解决的好。

加载未定义类

插件报错了:

[1] ErrorException in AdminIndexController.php line 14
Class 'cmf\controller\PluginAdminBaseController' not found

// | Copyright (c) 2013-2014 http://www.thinkcmf.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: Dean [email protected]
// +----------------------------------------------------------------------
namespace plugins\admin_journal\controller; //Demo插件英文名,改成你的插件英文就行了
use cmf\controller\PluginAdminBaseController;
class AdminIndexController extends PluginAdminBaseController
{
protected function _initialize()
{
$adminId = cmf_get_current_admin_id(); //获取后台管理员id,可判断是否登录
if (!empty($adminId)) {
$this->assign("admin_id", $adminId);
} else {
$this->error('未登录');
}

加载未定义控制器

插件报错了:

[1] ErrorException in AdminIndexController.php line 14
Class 'cmf\controller\PluginAdminBaseController' not found

// | Copyright (c) 2013-2014 http://www.thinkcmf.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: Dean [email protected]
// +----------------------------------------------------------------------
namespace plugins\admin_journal\controller; //Demo插件英文名,改成你的插件英文就行了
use cmf\controller\PluginAdminBaseController;
class AdminIndexController extends PluginAdminBaseController
{
protected function _initialize()
{
$adminId = cmf_get_current_admin_id(); //获取后台管理员id,可判断是否登录
if (!empty($adminId)) {
$this->assign("admin_id", $adminId);
} else {
$this->error('未登录');
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.