Error: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable. 这个问题是说android s ...
分类:
移动开发 时间:
2017-10-26 13:34:23
阅读次数:
4369
第一种: Dao层使用@Param注解的方法 对应的Mapper.xml 第二种: Dao层采用Map传多参数的方法 对应的Mapper.xml <resultMap id="BaseResultMap" type="com.joysuch.facade.device.Ibeacon" > <id ...
分类:
其他好文 时间:
2017-10-26 11:51:07
阅读次数:
252
带like的字符匹配查询 1、百分号通配符“%”,匹配任意长度的字符,甚至包括零字符 2、下划线通配符“_”,一次只能匹配任意一个字符 下面语句有四个下划线 同样,在SQLSERVER里面也是有的 ...
分类:
数据库 时间:
2017-10-26 10:23:24
阅读次数:
219
radio = dr.find_element_by_xpath('//*[@id="contentTable"]/tbody/tr[1]/td[1]/input') webdriver.execute_script("arguments[0].click();", radio) ...
分类:
其他好文 时间:
2017-10-26 10:21:23
阅读次数:
191
静默安装oracle10G时netca报错:[oracle@iZ2ze78t84wkepijwix9puZ~]$netca/silent/responseFile/home/oracle/database/response/netca.rspParsingcommandlinearguments:Parameter"silent"=trueParameter"responsefile"=/home/oracle/database/response/netca.rspDoneparsingcomm..
分类:
其他好文 时间:
2017-10-25 23:50:08
阅读次数:
275
showcollections;uncaughtexception:error{"$err":"notmasterandslaveok=false","code":13435}进一步查看mongo日志:unauthorized:notauthorizedonadmintoexecutecommand{replsetgetstatus:1.0,forshell:1.0}通过日志查看了mongo的conf参数文件的配置:取消了replset,keyFile的..
分类:
其他好文 时间:
2017-10-25 23:39:49
阅读次数:
176