1:找到tomcat的conf目录 D:\apache-tomcat-6.0.18\conf 2:找到server.xml 加入如下配置 <Context docBase="D:\work\VCDP\WebRoot" path="" ???????? privileged="true" antiResourceLocking="false" an...
分类:
其他好文 时间:
2014-10-14 11:38:18
阅读次数:
196
[Visual Studio Online] 移除Work Item(Feature、Backlog item、Task)移除项目的开发过程中,使用Visual Studio Online来做Scrum管理工具是一个不错的选择。透过Visual Studio Online简易的Web UI操作,开发...
分类:
其他好文 时间:
2014-10-13 14:26:39
阅读次数:
252
- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can...
分类:
其他好文 时间:
2014-10-13 14:17:39
阅读次数:
196
本文转载至 http://blog.csdn.net/liuwuguigui/article/details/394944351.iPad上使用presentModalViewController,custion sizenot work on ios8 SDK。使用如下方法解决:In iOS 8 ...
分类:
移动开发 时间:
2014-10-13 12:36:59
阅读次数:
188
上面的估计是题解吧。。。。呃,如果真要用到公式的话,确实没听过。。。。#include #include #include #define LL __int64LL work(LL n){ LL res=0; LL divd=2; while(divd<=n){ res+=(n/divd); d.....
分类:
其他好文 时间:
2014-10-12 14:12:28
阅读次数:
182
从官网上下载crashRpt的源代码,按说明编译出对应的lib和dll 1 在编译crashRpt的时候,在环境变量中设置 crashrptDir=D:\work\AIW\WebMicaps\WebMicapsServer\src\CrashRpt,以简化编译2 在主程序执行的工作文件夹下要拷贝c....
分类:
其他好文 时间:
2014-10-11 21:50:56
阅读次数:
324
以下在系统CentOS 6.3 x86_64上操作1.试图运行程序,提示"libc.so.6: version `GLIBC_2.14' not found",原因是系统的glibc版本太低,软件编译时使用了较高版本的glibc引起的:[work@zc-mc-face01 src]$ ./redis...
分类:
其他好文 时间:
2014-10-11 14:05:16
阅读次数:
4647
一、前言 本篇内容以理解MyBatis的基本用法和快速在项目中实践为目的,遵循Make it work,better and excellent原则。技术栈为MyBatis3.2.7+log4j1.2.17+sqlite3+jdk1.7。二、示例 ...
分类:
其他好文 时间:
2014-10-11 12:57:35
阅读次数:
360
错误一:org.apache.subversion.javahl.ClientException: E155004: There are unfinished work items in 'D:\xampp\htdocs\haodai\haodaisvn'; run 'svn cleanup' fi...
分类:
其他好文 时间:
2014-10-10 22:04:54
阅读次数:
404
http://www.techques.com/question/1-3627743/Delphi-thread-exception-mechanismi have a dilema on how threads work in delphi, and why at a moment when a ...