sudo Instead of using the root user account, unprivileged users can be configured for using administrator permissions on specific tasks by using sudo. ...
分类:
系统相关 时间:
2016-06-16 17:45:08
阅读次数:
244
在学习网络处理的过程,发现代码都没错,运行时却发生以下警告: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions ...
分类:
移动开发 时间:
2016-06-16 16:20:53
阅读次数:
234
错误信息: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories. 阶级方案: 1、下载maven- ...
分类:
其他好文 时间:
2016-06-10 19:10:49
阅读次数:
379
为啥a有4个策略而b有3个策略? 看到下面(树->矩阵)这个就了然了: 强化学习的根本目的在于最大化奖励【optimize your long term expected reward(获得更多的奖励)】 MiniMAx 假设所有人都在寻求最优,达到最大化奖励 来吧,再加点不确定性进来~~愉快的玩耍 ...
分类:
其他好文 时间:
2016-06-05 18:52:25
阅读次数:
194
gcc -c sysdeputil.c -O2 -Wall -W -Wshadow -idirafter dummyinc sysdeputil.c:162: error: expected declaration specifiers or ‘…’ before ‘capset’ sysdeput ...
分类:
其他好文 时间:
2016-06-02 18:09:07
阅读次数:
238
严重: ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********Looks like the Spring listener was not configured for your web app! Nothing ...
分类:
Web程序 时间:
2016-06-01 19:37:24
阅读次数:
206
Caused by: org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 30000 [ms] ); - nested throwable: ( ...
分类:
其他好文 时间:
2016-05-25 18:10:24
阅读次数:
296
使用Eclipse自带的Maven插件创建Web项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repos ...
分类:
Web程序 时间:
2016-05-25 13:21:16
阅读次数:
245
1. 现象 在学习Hessian时,A系统通过hessian去调用B,但收到500错误: java.io.IOException: Server returned HTTP response code: 500 for URL 调试B,看到标题所述异常。 2. 分析 经过搜索,看到这样的信息: “是 ...
分类:
其他好文 时间:
2016-05-21 11:21:47
阅读次数:
169
运行环境:Android Studio 1.4 gradle版本:2.10 工程编译没有问题,并且能在模拟器和真机上正常运行,但是当打包成Apk的时候,出现了 Error:Error: Expected resource of type color [ResourceType] 这个错误,导致打包不 ...
分类:
其他好文 时间:
2016-05-20 18:59:04
阅读次数:
200