some looks like this Some looks like this and this So it seems that the appearance of the flowchart is not important as expected. Go and focus on the ...
分类:
其他好文 时间:
2016-07-01 19:54:27
阅读次数:
133
使用springmvc上传文件一直失败,文件参数一直为null, 原来是配置文件没写成功。 id=“multipartResolver” 一定要完全正确。 ...
分类:
编程语言 时间:
2016-06-30 21:41:39
阅读次数:
155
'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation 'cookieValidatio ...
分类:
其他好文 时间:
2016-06-29 18:41:29
阅读次数:
1516
问题描述: 使用Eclipse自带的Maven插件创建Web项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured ...
分类:
Web程序 时间:
2016-06-25 16:23:57
阅读次数:
379
Unity发布安卓项目,如果直接使用Unity打包APK一切Ok,导出Google项目 使用Idea打包 一进去直接Crash. 报错: 1978-2010/? E/Unity﹕ Invalid serialized file version. File: "/data/app/eran.proje ...
分类:
编程语言 时间:
2016-06-24 17:31:43
阅读次数:
1070
http://blog.sina.com.cn/s/blog_7ca3aa020100zlha.html 启动tomcat时,myeclipse报错: This kind of launch is configured to openthe debug perspective when itsusp ...
分类:
其他好文 时间:
2016-06-24 12:51:44
阅读次数:
143
当我在vagrant + ubuntu 14.04,jenkins ant执行项目的build.xml时,提示: 解决方法是安装openjdk-7-jdk 包,如: 参考链接:Ubuntu 12.04.1 LTS & ant: Resolve “Unable to locate tools.jar. ...
分类:
编程语言 时间:
2016-06-23 12:37:53
阅读次数:
197
xcode自7后不再使用http,而是使用https请求,但目前很多网络请求还只是以http请求,我们可以这样解决 info.plist->添加@“App Transport Security Settings”字段->添加“Allow Arbitrary Loads”字段,并将对应的value值设 ...
分类:
移动开发 时间:
2016-06-21 12:43:47
阅读次数:
197
hibernate: bug: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 solution: hibernate在执行save(Object obj)时,如 ...
分类:
其他好文 时间:
2016-06-17 22:34:02
阅读次数:
243
控制台打印:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured ...
分类:
Web程序 时间:
2016-06-16 19:50:43
阅读次数:
163