背景: 新建了用户,没有取消掉强制密码策略 修改掉策略报错错误: The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.使用代码修改: USE Master GO A...
分类:
数据库 时间:
2014-11-24 11:50:17
阅读次数:
276
新建的Maven项目,在build的时候总是打包失败,提示少Jar包,如下:
[ERROR] Failed to execute goal on project JYYPT_TOOL: Could not resolve dependencies for project com.tgb:JYYPT_TOOL:jar:0.0.1-SNAPSHOT: The following artifacts...
分类:
编程语言 时间:
2014-11-24 00:56:11
阅读次数:
230
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'masterDataSource' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\w...
分类:
数据库 时间:
2014-11-23 19:02:50
阅读次数:
1917
把Qt目录下面Users/Qt5.3.2/5.3/clang_64/mkspecs/qdevice.pri文件中的!host_build:QMAKE_MAC_SDK = macosx10.8改为!host_build:QMAKE_MAC_SDK = macosx10.10
分类:
系统相关 时间:
2014-11-22 18:50:06
阅读次数:
329
1.Indexing cannot yield multiple results原因:变量名与内置的函数名相同,比如:[min, k] = min(C)解决办法:更改变量名:[m, k] = min(C)
分类:
其他好文 时间:
2014-11-22 15:53:28
阅读次数:
147
在运行MiniTools_x64的时候,出现如下错误:./MiniTools_x64: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or di...
分类:
系统相关 时间:
2014-11-22 14:38:14
阅读次数:
268
原文地址:http://stta04.javaeye.com/blog/377633 信息: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to com.miracle.dm.doc.catalog.model.Do...
分类:
数据库 时间:
2014-11-22 10:27:02
阅读次数:
237
The log or differential backup cannot be restored because no files are ready to rollforward.If you have found this page, it is likely that you encount...
分类:
其他好文 时间:
2014-11-21 12:28:46
阅读次数:
224
原因:端口被占用检测:adb nodaemon server,显示cannot bind 'tcp:5037' 则说明端口被占用解决办法:lsof -i tcp:5037 查看占用5037端口的进程,kill掉该进程即可解决方法:启动Genymotion Shell,输入devices list查看...
分类:
数据库 时间:
2014-11-21 12:11:17
阅读次数:
152
By filling a rectangle with slashes (/) and backslashes ( ), you can generate nice
little mazes. Here is an example:
As you can see, paths in the maze cannot branch, so the whole maze only cont...
分类:
其他好文 时间:
2014-11-20 22:04:37
阅读次数:
215