py2exe打包,与py2exe error: "ImportError: No module named httplib"的解决。...
分类:
Web程序 时间:
2015-05-07 16:53:10
阅读次数:
228
[root@P_MONTHLY_APP001 ~]# cat /opt/nginx-1.2.9/conf/nginx.conf#user nobody;user root;worker_processes 1;worker_cpu_affinity 11111111;error_log logs/e...
分类:
其他好文 时间:
2015-05-07 16:40:35
阅读次数:
404
1、yum groupinstall chinese-support2、重新启动,问题解决解决版本库冲突时Error: Protected multilib versions: zlib-1.2.3-29.el6.i686 != zlib-1.2.3-27.el6.x86_64卸载 zlib-1.2...
分类:
其他好文 时间:
2015-05-07 16:08:40
阅读次数:
629
安装php时的报错checking libxml2 install dir... nochecking for xml2-config path...configure: error: xml2-config not found. Please check your libxml2 installa...
分类:
其他好文 时间:
2015-05-07 15:49:57
阅读次数:
110
Android Studio导入Fresco Build失败的解决办法导入facebook 的 Fresco后,如果发现编译的过程中出现
Error:Execution failed for task ‘:imagepipeline:ndk_build_bitmaps’.
A problem occurred starting process ‘command ‘ndk-build”...
分类:
移动开发 时间:
2015-05-07 14:30:41
阅读次数:
227
error_reporting() 设置 PHP 的报错级别并返回当前级别。 语法 error_reporting(report_level) 如果参数 level 未指定,当前报错级别将被返回。下面几项是 level 可能的值: 1 E_ERROR 2 E_WARNING 4 E_PARSE 8 ...
分类:
Web程序 时间:
2015-05-07 13:56:07
阅读次数:
134
$strlog="c:\log\applog.txt";$e=$i=$w=0$tpath=Test-Path$strlogif(!$tpath){New-Item-Path"c:\log"-ItemTypedirNew-Item-Path$strlog-ItemTypefile}Get-EventLog-LogNameApplication|Out-File$strlogswitch-Wildcard-File$strlog{"*error*"{$e++}"*info*"{$i++}"*warn*"{$w++..
分类:
系统相关 时间:
2015-05-07 12:44:57
阅读次数:
212
昨天有个release持续build fail,报错为 error?MSB4025:?The?project?file?could?not?be?loaded.?Data?at?the?root?level?is?invalid.?Line?1,?position?1. 用Notepad++临时打开查看,没有发现...
分类:
其他好文 时间:
2015-05-07 12:43:35
阅读次数:
170
转自:【基础】常用的机器学习&数据挖掘知识点Basis(基础):MSE(Mean Square Error 均方误差),LMS(LeastMean Square 最小均方),LSM(Least Square Methods 最小二乘法),MLE(MaximumLikelihood Estimatio...
分类:
其他好文 时间:
2015-05-07 12:15:57
阅读次数:
200
问题截图错误代码ERROR ITMS-90362,问题截图:此问题的原因是app与嵌入的动态库的支持系统的最低版本不一致导致的,只要将两者统一就可以了问题:在提交到AppStore中得app 包含了模拟器的设置 ,也是因为生成动态库的时候,脚本支持了所有的架构,只要重新选择target进行编译,然后...
分类:
其他好文 时间:
2015-05-07 12:08:16
阅读次数:
2370