惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

www.infosecurity-magazine.com
www.infosecurity-magazine.com
D
DataBreaches.Net
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
F
Full Disclosure
V2EX - 技术
V2EX - 技术
N
News and Events Feed by Topic
Help Net Security
Help Net Security
L
LangChain Blog
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
Google Online Security Blog
Google Online Security Blog
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
B
Blog RSS Feed
N
Netflix TechBlog - Medium
N
News | PayPal Newsroom
TaoSecurity Blog
TaoSecurity Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Vulnerabilities – Threatpost
B
Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
I
Intezer
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
AI
AI
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyberwarzone
Cyberwarzone
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
G
GRAHAM CLULEY
Vercel News
Vercel News
罗磊的独立博客
MyScale Blog
MyScale Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
C
CERT Recently Published Vulnerability Notes
GbyAI
GbyAI
Scott Helme
Scott Helme
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
T
Troy Hunt's Blog
A
About on SuperTechFans
P
Privacy International News Feed

博客园 - zhoup

文鹏教育_jmeter培训_逻辑控制器_循环取样器 01 jmeter性能测试系列_Jmeter的体系结构 NSTimer的使用[zhuang] 实战p12文件转pem文件 UIViewContentMode各类型效果 给iOS开发新手送点福利,简述文本属性Attributes的用法 IOS 设置导航栏全局样式 iOS 在tableView上添加button导致按钮没有点击效果和不能滑动的 zhuang xcode 插件地址 AFNnetworking详解 NSRunLoop详解 利用SQL注入漏洞登录后台的实现方法 Xcode 7免证书真机调试 [转]CABasicAnimation用法 zhuang 定制iOS 7中的导航栏和状态栏 zhuang 自定义Xcode代码模板:Code Snippet [zhang] ViewController的生命周期分析和使用 iOS开发--一些UITabBarItem属性的设置[转] UINavigationItem UINavigationBar 关系分析[转]
02 jmeter性能测试系列_JForum测试论坛的环境搭建
zhoup · 2017-02-04 · via 博客园 - zhoup

软件测试高端专家培训

QQ 讨论群498721021

网站http://www.szwpinfo.com

1、进入jforum的官方网站,地址http://jforum.net/,下载

2、放入到tomcat的webapps目录,

3、启动tomcat,双击tomcat\bin目录下startup.bat

4、进入安装页面,http://127.0.0.1:8080/jforum-2.1.9/install.jsp

5、在本机安装mysql数据库,并且新建数据库名称jforum;

6、配置安装参数

7、确认安装

8、安装完成

常见问题:

1、Jforum中文版本不能发帖的问题

主要原因的没有中文版的图片所致,解决办法,去目录”jforum\templates\default\images”下,有“en_US”文件夹。将文件夹复制一份,命名为“zh_CN”; Jforum的templates\gpl_icons文件夹下有自带的中文版本的图标,您可以去templates\gpl_icons下找到“zh_CN”文件夹拷贝到jforum\templates\default\images下。

2、 连接数据库和创建表阶段,创建表的时候会报错,You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 1 

原因是建表的SQL语句和MySQL的版本不一致导致的。简单来说,在MYSQL5.5及以后版本中type=InnoDB需要由ENGINE=InnoDB代替。解决方法也很简单,我们在tomcat安装目录 \webapps\jforum\WEB-INF\config\database\mysql中可以看到创建表的SQL文件 mysql_db_struct.sql, 将其中的“TYPE=InnoDB”替换为“ENGINE=InnoDB”, 就可以正确执行了。

更多资料,加入深圳文鹏教育 性能测试群 QQ:498721021