4 Star 4 Fork 0

FDSKEY / ScalaBaiduStyleArticleGen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ScalaBaiduStyleArticleGen

介绍

生成百度体文章,原创不易 安装教程

git clone https://gitee.com/FDSKEY/ScalaBaiduStyleArticleGen
cd ScalaBaiduStyleArticleGen
sbt run

或者到版本页面下载

使用说明

1.方法1

cd ScalaBaiduStyleArticleGen
scala ./target/scala-2.13/scalabaidustylegen_2.13-0.1.jar

2.方法2

使用IntelliJ IDEA 2020.1 (Community Edition)打开,使用构建工具编译。

4.用IDEA的项目结构工具导入jar包,或者用构建工具(如sbt,gradle)添加jar包依赖。

如:

import articlemaker.News
import articlemaker.General
import articlemaker.General2
object LeanTest {
  def main(args: Array[String]): Unit = {
    val x = News("百度app","被约谈","xx新闻")
    val y = General("百度app被约谈","xx新闻")
    val z = General2("百度app被约谈","xx新闻")
    List(x,y,z).foreach(i => i.make())
  }
}

效果

为什么百度app会被约谈呢?结果令人震惊! Hi,大家好,这里是xx新闻。今天,我们来说一下百度app被约谈 这件事。百度app被约谈是怎么回事呢?百度app相信大家都很熟悉, 但是百度app被约谈这件事究竟是怎么回事呢?可能有人不理解, 为什么百度app会被约谈呢?所以,下面就让小编带大家一起了解吧 百度app被约谈这件事吧,百度app被约谈其实就是百度app被约谈了。 那么百度app为什么会被约谈呢,相信大家都很好奇是怎么回事。大家可能会感到很惊讶, 百度app怎么会被约谈呢? 百度app被约谈就是百度app被约谈啦,这是因为百度app被约谈就是百度app被约谈 就是小编也感到非常惊讶。那么这就是关于百度app被约谈的事情了,大家有没有觉得很神奇呢? 感谢大家阅读小编的文章,谢谢啦。 如果大家有什么想法和评论,欢迎在文章结尾下方留言。 参与贡献.

MIT License Copyright (c) 2020 FDSKEY Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

生成文章 展开 收起
Scala
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
Scala
1
https://gitee.com/FDSKEY/ScalaBaiduStyleArticleGen.git
git@gitee.com:FDSKEY/ScalaBaiduStyleArticleGen.git
FDSKEY
ScalaBaiduStyleArticleGen
ScalaBaiduStyleArticleGen
master

搜索帮助