GithubHelp home page GithubHelp logo

xujianwower / jpress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jpressprojects/jpress

0.0 2.0 0.0 122.06 MB

Home Page: http://JPress.io

License: GNU Lesser General Public License v3.0

Java 28.66% HTML 30.49% CSS 32.34% JavaScript 8.41% PHP 0.10%

jpress's Introduction

JPress 官网

http://www.jpress.io

JPress 文档

点击这里

JPress School

https://mp.weixin.qq.com/s/GbNv0xaK6jruWqTDJ_Ospw

新版本相关视频教程

  • 1. JPress下载、编译、运行

https://pan.baidu.com/s/1Pe0KcYcQGalxPnlUNw9rmg

JPress 微信小程序SDK

网址:https://gitee.com/fuhai/jpress-miniprogram-sdk

常见问题

问题1: 初始化数据表为没有任何数据 ?

答:JPress 在初次正常运行的时候,会引导用户通过web页面去初始化基本数据,包括网站信息和管理员账号等。

问题2:为什么发布文章是乱码?

答:创建数据库的时候,注意编码要选择 utf8mb4,如果还出现乱码,请添加下jdbc链接的编码配置。例如:

jboot.datasource.type=mysql
jboot.datasource.url=jdbc:mysql://127.0.0.1:3306/jpress-master?useUnicode=true&characterEncoding=UTF-8
jboot.datasource.user=root
jboot.datasource.password=

问题3:eclipse 或者 idea 调试的时候,为什么后台无法接受参数

答:请先查看下JFinal文档 http://www.jfinal.com/doc/3-3 ,确认下自己的开发工具是否配置正确。

问题4:为什么无法对文章进行评论

答:JPress的文章评论功能是关闭的,请先在后台 文章 -> 设置 开启评论功能。

更多问题,请关注 JPress 公众号 :

JPress后台截图

用户中心的相关截图

jpress's People

Contributors

yangfuhai avatar jpressprojects avatar

Watchers

James Cloos avatar  avatar

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.