在执行salt\*saltutil.sync_grains
minion.salt.com:
Theminionfunctioncausedanexception:Traceback(mostrecentcalllast):
File"/usr/lib/python2.6/site-packages/salt/minion.py",line1200,in_thread_return
return_data=func(*args,**kwargs)
File"/usr/lib/python2.6/site..
分类:
其他好文 时间:
2016-02-23 16:05:18
阅读次数:
616
近期更新了自己Android Studio中的SDK到最新版本号,AS的一部分配置改动了。 然后 在打开布局文件的时候 会出现 渲染错误 Rendering problem the rendering library is more recent than your version of andro
分类:
移动开发 时间:
2016-02-21 14:19:31
阅读次数:
180
将 build.gradle 中 的 classpath改为2.0.+ dependencies { classpath 'com.android.tools.build:gradle:2.0.+'然后出现错误Warning:Gradle version 2.10 is required. Curr
分类:
移动开发 时间:
2016-02-18 19:54:10
阅读次数:
1017
1 >>> kk={'11':1,'22':2,'33':3} 2 >>> kk['11'] 3 1 4 >>> kk[1] 5 Traceback (most recent call last): 6 File "<pyshell#2>", line 1, in <module> 7 kk[1]
分类:
其他好文 时间:
2016-02-14 23:42:30
阅读次数:
455
Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days influent peo
分类:
其他好文 时间:
2016-02-01 22:18:17
阅读次数:
221
python支持的数字类型:-整形(标准整形)、长整形、布尔型、双精度浮点型、十进制浮点型和复数 显式删除数字对象: >>> num=3 >>> print num 3 >>> del num >>> print num Traceback (most recent call last): File
分类:
编程语言 时间:
2016-02-01 18:12:42
阅读次数:
151
OS: [root@yoon ~]# more /etc/oracle-releaseOracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Produ
分类:
其他好文 时间:
2016-02-01 14:16:05
阅读次数:
139
1,出现的问题及分析 在Sublime Text3中用ctrl+B运行python程序时,如果要打印输出英文时正常运行,而输出中文时则会报错,具体情况如下:Traceback (most recent call last): File "D:\PythonWorkplace\test_print.....
分类:
编程语言 时间:
2016-01-24 14:16:45
阅读次数:
892
今天想写一个程序来测试一下android studo代码,但是创建好项目后,提示:Error:(1, 0) Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environ...
分类:
移动开发 时间:
2016-01-22 10:52:31
阅读次数:
12445
15年开始接触机器学习(更准确是,deep learning的代码,cnn)需要看不少资料来入门;这里收集了一些,给自己看,也可给路过的感兴趣的看官评判,以资消遣直接上链接吧:1,http://speakerdeck.com/baojie/recent-advances-in-deep-learni...
分类:
其他好文 时间:
2016-01-04 01:23:49
阅读次数:
334