[Error: Failed to find 'ANDROID_HOME' environment variable. Try setting setting it manually. Failed to find 'android' command in your 'PATH'. Try upda ...
分类:
其他好文 时间:
2017-09-21 20:55:39
阅读次数:
557
1.ClassPathXmlApplicationContext类体系结构 左边的黄色部分是ApplicationContext体系继承结构,右边是BeanFactory结构体系,两个体系是典型的模板方法设计模式的使用。 从该继承体系可以看出: (1)BeanFactory是一个bean工厂的最基本 ...
分类:
其他好文 时间:
2017-09-18 11:10:59
阅读次数:
403
# sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/ ...
分类:
其他好文 时间:
2017-08-03 16:57:41
阅读次数:
174
You can implement the Task-based Asynchronous Pattern (TAP) in three ways: by using the C# and Visual Basic compilers in Visual Studio, manually, or t ...
分类:
其他好文 时间:
2017-07-29 15:17:33
阅读次数:
305
Resolve Method: I found the problem. I had manually installed a newer version of python (version 3.2 but the version installed through packages is 2.7 ...
分类:
其他好文 时间:
2017-07-24 16:24:04
阅读次数:
164
当启动Android Studio时,如果弹出 adb not responding. you can wait more,or kill "adb.exe" process manually and click 'Restart' 说明ADB响应失败,此时点击wait more就会不断弹出这个对话 ...
分类:
移动开发 时间:
2017-07-15 12:49:07
阅读次数:
252
1、创建超级用户: Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your project to create one manually. 出现这个错误 ...
分类:
其他好文 时间:
2017-07-09 10:54:44
阅读次数:
128
新建一个工程,相信感兴趣的同学都想知道cocos引擎都是如何运行的 想知道是如何运行的,看懂四个文件即可 话不多说,上代码: 1、首先解释 AppDelegate.h 2、AppDelegate.cpp 3、HelloWorldScene.h 4、HelloWorldScene.cpp ...
分类:
编程语言 时间:
2017-06-11 20:21:40
阅读次数:
228
Manually unsubscribing from subscriptions is safe, but tedious and error-prone. This lesson will teach us about the takeUntil operator and its utility ...
分类:
Web程序 时间:
2017-05-29 14:36:32
阅读次数:
209
在ubuntu中安装pycharm、opencv2后。在pycharm环境中无法使用opencv,后来查资料显示OpenCV is not pip-installable. You’ll need to manually sym-link your cv2.so and cv.py files in ...
分类:
系统相关 时间:
2017-05-27 22:32:42
阅读次数:
340