自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL s

[Err] 1064 - 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 ‘‘id’))DEFAULT CHARSET=utf8’ at line 6建表时遇到这个问题,一开...

2019-04-10 16:58:51 1407

原创 用python模仿斗地主发牌的过程

用python做了一个斗地主发牌过程,一开始仿照别人的代码import randomclass poke: pokes = [] player1 = [] player2 = [] player3 = [] last = () def __init__(self,flower,nums): self.flowers = flowe...

2019-04-08 21:11:14 914

原创 爬取煎蛋网中的妹子图

看了小甲鱼爬取煎蛋网的视频,但是当时无论怎么写都写不出来,后来又看了一点其他视频,心血来潮把那段代码重写了一次,总算成功了,也算是解决一个心病吧,唯一美中不住的是还是不太会使用find函数,慢慢来吧,我相信总会搞懂的import requestsfrom lxml import etreeimport osclass picture: def __init__(self): ...

2019-04-07 17:31:43 616

原创 Can not find a java.io.InputStream with the name [downloadFile] in the invocation stack. Check the <

Can not find a java.io.InputStream with the name [downloadFile] in the invocation stack. Check the tag specified for this action.今天写文件下载时遇到这个问题,上网查了资料,才知道eclipse中有两个路径一个是发布路径,就是保存文件的路径,一个是发布路径,是tom...

2019-04-04 17:13:04 272

原创 “The origin server did not find a current representation for the target resource or is not willing t

“The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.”解决方法之一今天写代码报错仔细检查了半天后发现是struts中出问题了<package name="demo05" extends=...

2019-04-03 18:18:20 303

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除