码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
ztree3.5中checkbox无法取消选中的问题解决
使用jquery的tree插件ztree,用到复选框的功能 var setting = { check: { enable: true }, data: { ...
分类:其他好文   时间:2015-05-28 15:58:53    阅读次数:371
The Automated Testing Handbook 自动化测试手册目录
Table ofContents目录Introduction引言Why automate?为什么要自动化?When not to automate什么时候不用自动化How not to automate如何实现自动化Setting realistic expectations制定切合实际的期望Get...
分类:数据库   时间:2015-05-26 12:10:48    阅读次数:140
Setting up a Mac OS build environment
In a default installation, Mac OS runs on a case-preserving but case-insensitive filesystem. This type of filesystem is not supported by git and wil.....
分类:系统相关   时间:2015-05-26 12:05:19    阅读次数:525
iOS 调试技巧
1. 什么是LLDB?LLDB,底层调试器,在xcode的Debug区域,能看到蓝色的小字 (lldb)2. 什么dsYM文件? dsYM是调试信息文件,因为后缀名.dsYM,所以叫sdYM文件,创建新工程时,默认就会创建dsYM文件,Build Setting里有相应的设置3. 什么是符号化? ....
分类:移动开发   时间:2015-05-25 22:21:19    阅读次数:234
maven私服setting 和pom的配置信息
releases User Project Release http://localhost:8081/nexus/content/repositories/releases/ ...
分类:其他好文   时间:2015-05-25 12:49:48    阅读次数:176
ios 动态库加载及某个文件非ARC问题
build setting里的header search paths里增加动态库头文件的搜索路径如 /usr/include/libxml2还要在other linker flags里增加 -lxml2如果某个文件是非ARC,则在build phases里的compile sources里找到对应的...
分类:移动开发   时间:2015-05-24 18:48:17    阅读次数:185
【图】intellij idea安装mybatis插件方法
1)选择file->setting->plugins,搜索mybatis,这时因为没有安装过插件,所以会出现如图所示:2)点击Browse,这是会弹出如下窗口,intellijidea会自动从网络搜索插件,方便下载,如图所示:3)点击Installplugin即可自动下载安装,之后重启intellijidea即可。
分类:其他好文   时间:2015-05-22 19:41:51    阅读次数:157
在codeblocks中使用C++11标准
刚刚在codeblocks中调试一个程序,发现默认并不支持C++11标准,因此有了报错。其实解决方法很简单。在你的当前工程,或者新建了工程后,选择选项卡中的“Setting”,然后选择“Compiler”。如下图勾选上即可……...
分类:编程语言   时间:2015-05-22 19:13:16    阅读次数:138
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].Standard
在对类文件加密了之后,Tomcat启动时输出如下错误提示:22-May-2015 18:18:07.354 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxSpareTh...
分类:Web程序   时间:2015-05-22 19:11:24    阅读次数:431
IIS增加并发数
网站出现这样的错误信息: Error Summary:HTTP Error 503.2 - Service Unavailable The serverRuntime@appConcurrentRequestLimit setting is being exceeded.Detailed Error...
分类:其他好文   时间:2015-05-21 23:59:32    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!