mybatis动态sql foreach BookMapper.xml 模糊查询 #{...} ${...} Concat 注意:#{...}自带引号,${...}有sql注入的风险 Book.Mapper.xml: BookService.java 查询返回结果集的处理 resultMap:适合使 ...
分类:
数据库 时间:
2019-10-17 23:33:56
阅读次数:
130
import xlrdimport matplotlib.pyplot as plt bok = xlrd.open_workbook(r'test.xls') sht = bok.sheets()[0] row1 = sht.row_values(0) X=sht.col_values(0 , s ...
分类:
其他好文 时间:
2019-10-16 23:24:50
阅读次数:
100
STAT GU4206/GR5206 Sample MidtermGabriel3/8/2019The STAT GU4206/GR5206 Midterm is open notes, open book(s), open computer and online resources areallo ...
分类:
其他好文 时间:
2019-10-16 20:00:22
阅读次数:
83
ios包有了,现在需要登录,就先使用微信登录吧,后继加一个facebook登录。 根据我的理解,先预测一下应该是怎么回事吧。 首先应该是要去微信的公共平台注册一下,说我的应用是什么应用,要填写企业信息之类的,还要传什么资质这些。这样之后我们就可以得到一个code1,用来唯一标识我的这个应用。 有了c ...
分类:
微信 时间:
2019-10-16 13:15:53
阅读次数:
143
完备的 AI 学习路线 https://mp.weixin.qq.com/s/fUNDdCzJrWBoKYh1tT4gSw CS229 课程讲义中文翻译: https://kivy cn.github.io/Stanford CS 229 CN/ /?id=%e8%b4%a1%e7%8c%ae%e6 ...
分类:
其他好文 时间:
2019-10-15 16:17:55
阅读次数:
148
接触到的加载数据类型:源地图、shp、Geojson、png、wms、地形底图 1、Cesium加载各类源地图(在线的影像服务) #此类加载的本质在于 new Cesium.ImageryProvider() Api defination:“Provides imagery to be displa ...
分类:
其他好文 时间:
2019-10-15 13:39:43
阅读次数:
234
With the increasingly strict standards of vehicle emissions and fuel consumption, the entire automotive industry is facing the challenge of energy con ...
分类:
其他好文 时间:
2019-10-15 13:20:22
阅读次数:
88
原文:https://blog.csdn.net/miao0967020148/article/details/71108056 MS-SQL Server select * from Book where BookName like'%C语言%' 在SQL2000下能正常找到,在2005下不能,因 ...
分类:
数据库 时间:
2019-10-13 18:47:50
阅读次数:
104
#定义一个嵌套列表product_list=[(‘mac‘,9000),(‘bike‘,2000),(‘book‘,100),(‘tasila‘,900000)]#定义购物车shopping_card=[]shopping_card2=[]#定义自己的金额saving=input("pleaseinputyourmoney:")#判断输入的金额是否合法ifsaving.isdigit():savi
分类:
其他好文 时间:
2019-10-12 22:59:54
阅读次数:
105
文档:https://git scm.com/book/zh/v2/Git %E5%88%86%E6%94%AF %E5%88%86%E6%94%AF%E7%AE%80%E4%BB%8B 分支理解 master分支是项目在创建时候的默认分支,除此之外,它并没有更多的含义。 剩下的 “开发分支”,“灰 ...
分类:
其他好文 时间:
2019-10-12 22:59:12
阅读次数:
127