码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
JavaScript之构造函数
js中构造函数: ...
分类:编程语言   时间:2017-10-26 13:36:04    阅读次数:297
mac android studio 出现 Error: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
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
video播放视频以及相关事件
video播放视频以及相关事件 ...
分类:其他好文   时间:2017-10-26 13:32:16    阅读次数:141
查看表哪些包有调用
查看表哪些包有调用。 ...
分类:其他好文   时间:2017-10-26 13:30:14    阅读次数:142
js 事件
1.click 事件函数 ...
分类:Web程序   时间:2017-10-26 13:24:56    阅读次数:169
Mybatis传递参数的三种方式
第一种: 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
mysql 笔记
带like的字符匹配查询 1、百分号通配符“%”,匹配任意长度的字符,甚至包括零字符 2、下划线通配符“_”,一次只能匹配任意一个字符 下面语句有四个下划线 同样,在SQLSERVER里面也是有的 ...
分类:数据库   时间:2017-10-26 10:23:24    阅读次数:219
selenium click radio
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
An unexpected exception has been detected in native code outside the VM
静默安装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
mongo启动报错
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!