This problem is a little confusing to me at first. But after I read some articles online, I got to know that it requires bitwise operations. So basica ...
分类:
其他好文 时间:
2016-08-08 23:57:02
阅读次数:
160
1:环境是android studio 在AVD中启动显示,提示当前电脑为安装HAXM emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is proper ...
分类:
移动开发 时间:
2016-08-08 12:48:47
阅读次数:
805
原因:iOS9以后,苹果把原http协议改成了https协议,所以不能直接在http协议下GET/POST 解决方案之一: 直接编辑工程文件下的Info.plist文件,加入以下代码 <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbi ...
分类:
移动开发 时间:
2016-08-05 21:29:05
阅读次数:
247
调查 关键字:j2ee 、 javaee 发现 http://java.sun.com/xml/ns/j2ee 下有 web-app_2_4.xsd ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ http://java.sun.com/xml/ns/javaee 下有 web-app ...
分类:
编程语言 时间:
2016-08-05 19:52:21
阅读次数:
472
Android Studio需要两个JDK: ide jdk和project jdk: 前者是IDE本身运行使用的JDK. 后者用于编译Java代码 Project JDK 可以通过file-> other settings-> default project structure 里面查看修改 如果 ...
分类:
移动开发 时间:
2016-08-02 20:42:41
阅读次数:
229
在Unity中使用MovieTexture播放视频会碰到movie importing requires quicktime的错误,解决方法如下: 1、关闭Unity安装QuickTime播放器,打开Unity 2、重新启动计算机 3、重启Unity 4、使用管理员权限运行Unity 5、进入Uni ...
分类:
其他好文 时间:
2016-07-24 13:23:09
阅读次数:
2178
错误截图如下。 eclipse maven 在项目的pom.xml的<build></build>标签中加入: 保存,项目构建完成后在项目文件夹上点右键,选择Maven->Update Project Configuration,问题解决。 ...
分类:
编程语言 时间:
2016-07-23 17:55:43
阅读次数:
177
1.网络请求报错。升级Xcode 7.0发现网络访问失败。输出错误信息 The resource could not be loaded because the App Transport Security policy requires the use of a secure connection ...
分类:
移动开发 时间:
2016-07-21 14:47:26
阅读次数:
432
解决办法: 第一种方法:修改AndroidManifest.xml中的minSdkVersion=11 第二种方法: 1.导入android-support-v7-appcompat项目,并将其作为原项目的lib库项目 2.用getSupportActionBar();代替getActionBar( ...
分类:
移动开发 时间:
2016-07-21 12:21:46
阅读次数:
173