1
0
mirror of https://github.com/201206030/novel.git synced 2025-07-10 06:36:38 +00:00

集成后台管理系统,上线智能爬虫程序

This commit is contained in:
xxy
2019-11-15 07:15:20 +08:00
parent 7b861d2fb0
commit 53cff722d1
1125 changed files with 275618 additions and 62 deletions
README.md
assets
novel-admin
.gitignorepom.xml
src
main
java
resources
application.ymlbanner.txtgenerator.propertieslogback-spring.xml
mybatis
static
css
.DS_Storeanimate.cssbootstrap-rtl.cssbootstrap.min.cssfont-awesome.cssfont-awesome.min.cssjava2nb.csslayui.csslayui.mobile.csslogin.css
patterns
plugins
awesome-bootstrap-checkbox
blueimp
bootstrap-table
chosen
clockpicker
codemirror
colorpicker
cropper
dataTables
datapicker
dropzone
duallistbox
footable
fullcalendar
iCheck
images
ionRangeSlider
jQueryUI
jasny
jqTreeGrid
jqgrid
jsTree
markdown
morris
multiselect
nouslider
plyr
simditor
steps
summernote
sweetalert
switchery
toastr
treeview
webuploader
zTree
public.cssstyle.css
favicon.ico
fonts
img
js
.DS_Storeapp.js
appjs
bootstrap-paginator.min.jsbootstrap.min.jscommon.jscontabs.jscontent.jsjquery-ui-1.10.4.min.jsjquery-ui.custom.min.jsjquery.min.jsjquery.min.map
lay
layui.jsopenTab.js
plugins
.DS_Store
beautifyhtml
blueimp
bootstrap-paginator.min.js
bootstrap-table
chartJs
chosen
clipboard
clockpicker
codemirror
codemirror.js
mode
apl
asterisk
clike
clojure
cobol
coffeescript
commonlisp
css
cypher
d
dart
diff
django
dockerfile
dtd
dylan
ebnf
ecl
eiffel
erlang
fortran
gas
gfm
gherkin
go
groovy
haml
haskell
haxe
htmlembedded
htmlmixed
http
idl
index.html
jade
javascript
jinja2
julia
kotlin
livescript
lua
markdown
meta.js
mirc
mllike
modelica
nginx
ntriples
octave
pascal
pegjs
perl
php
pig
properties
puppet
python
q
r
rpm
rst
ruby
rust
sass
scheme
shell
sieve
slim
smalltalk
smarty
smartymixed
solr
soy
sparql
spreadsheet
sql
stex
tcl
textile
tiddlywiki
tiki
toml
tornado
turtle
vb
vbscript
velocity
verilog
xml
xquery
yaml
z80
colorpicker
cropper
dataTables
datapicker
diff_match_patch
distpicker
dropzone
duallistbox
easypiechart
echarts
fancybox
flot
footable
fullcalendar
gritter
iCheck
ionRangeSlider
jasny
jeditable
jqTreeGrid
jqgrid
jquery-ui
jsKnob
jsTree
jvectormap
layer
markdown
metisMenu
morris
multiselect
nestable
nouslider
pace
peity
plyr
preetyTextDiff
prettyfile
rickshaw
simditor
slimscroll
sparkline
staps
suggest
summernote
sweetalert
switchery
toastr
treeview
validate
webuploader
zTree
vue.min.jswelcome.js
layuimini
api
css
images
js
lib
font-awesome-4.7.0
jq-module
jquery-3.4.1
layui-v2.5.4
templates
novel-front
.gitignorenovel-front.imlpom.xml
src
main
java
resources
application.ymlbanner.txtehcache.xmllogback-boot.xml
mybatis
static
HotBook.apkIMG_1470.JPGbaidu_verify_ANtJi2eSPQ.htmlbaidu_verify_Ep8xaWQJAI.htmlbaidu_verify_L6sR9GjEtg.htmlbook_content.htmlbook_detail.htmlbook_index.htmlbook_search.htmlfavicon.ico
html
index.html
js
layui
mang.htmlmang.pngshenma-site-verification.txtshenma-site-verification2.txt
static
templates
test
java
xyz
zinglizingli
sql

@ -0,0 +1,31 @@
package xyz.zinglizingli.books.mapper;
import org.apache.ibatis.annotations.Param;
import xyz.zinglizingli.books.po.ScreenBullet;
import xyz.zinglizingli.books.po.ScreenBulletExample;
import java.util.List;
public interface ScreenBulletMapper {
int countByExample(ScreenBulletExample example);
int deleteByExample(ScreenBulletExample example);
int deleteByPrimaryKey(Long id);
int insert(ScreenBullet record);
int insertSelective(ScreenBullet record);
List<ScreenBullet> selectByExample(ScreenBulletExample example);
ScreenBullet selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") ScreenBullet record, @Param("example") ScreenBulletExample example);
int updateByExample(@Param("record") ScreenBullet record, @Param("example") ScreenBulletExample example);
int updateByPrimaryKeySelective(ScreenBullet record);
int updateByPrimaryKey(ScreenBullet record);
}