用python写程序真的很简单,当我们开发出功能后,特别是带窗体的python程序,需要将python程序转成双击运行的exe程序。我们需要一个第三方模块 py2exe,就是将py转成exe的模块。只需py2exe怎么安装,我这里就不详细说明了,直接到官网上下载对应python的py2exe版本,然后是傻瓜式安装,并且安装好后py2exe模块会自动添加到python的路径中。然后就简单了,我们在要被...
分类:
编程语言 时间:
2015-08-27 15:21:43
阅读次数:
309
异常提示:应用在Android Studio Build的时候,抛出了如下异常:
Error:Execution failed for task ‘:app:processDebugManifest’.
> Manifest merger failed :
Suggestion: use tools:overrideLibrary...
分类:
移动开发 时间:
2015-08-27 15:20:16
阅读次数:
192
今天在学习iOS中遇到了这个错误
“Unknown class xxclass in Interface Builder file” error at runtime
是我在使用xib的时候发生的,并且是我从另一个项目中复制过来的
搜索后才发现,我xib中的label的类属于我复制项目中的名字,而我复制过来之后是把名字改过的。...
分类:
其他好文 时间:
2015-08-27 15:13:11
阅读次数:
119
错误 1 error LNK2019: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用 MSVC另外新建一个控制台程序可以解决;其实修改一个配置即可:
分类:
其他好文 时间:
2015-08-27 15:09:06
阅读次数:
136
确定已安装
libtool
确定已安装
libtool
确定已安装
libtool
重要的话说三遍
ibtool-ltdl
libtool-ltdl-devel
如果没安装,使用yum install libtool
yum install libtool-ltdl
yum install libtool-ltdl-devel...
分类:
其他好文 时间:
2015-08-27 13:26:43
阅读次数:
595
# 使用的用户和组
user nginx nginx;
# 指定工作衍生进程数;一般几核CPU就配置几个。nginx进程数,建议设置为等于CPU总核心数。
worker_processes 1;
#全局错误日志及PID文件;全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]
error_log /var/log/nginx/error.l...
分类:
其他好文 时间:
2015-08-27 13:23:34
阅读次数:
245
在使用mysql执行update的时候,如果不是用主键当where语句,会报如下错误,使用主键用于where语句中正常。update test.t_bids set product_id=1+floor(rand()*7) Error Code: 1175. You are using safe u...
分类:
数据库 时间:
2015-08-27 12:56:37
阅读次数:
271
6-Support Vector RegressionFor the regression with squared error, we discuss the kernel ridge regression.With the knowledge of kernel function, could ...
分类:
系统相关 时间:
2015-08-27 12:37:46
阅读次数:
183
Build成功,Deploy时失败了,error message如下:
FAILED:Server error, status code:400,errorcode:17003,message: An app was not successfully detected by any availablebuildpack
TIP:use “cf logs cbs-api-lzcliuxa --r...
分类:
移动开发 时间:
2015-08-27 11:09:39
阅读次数:
291
不得不说,真能折腾!将Android Studio中SDK下的 Android Support Library 升级到了23.0.0,结果倒好了,创建项目出问题了,还比较奇葩:
卧槽你大爷!尼玛还能不能好好玩耍了。各种卸载重装,就差重装系统了。
后来在神器stackoverflow中找到了这么一篇:
http://stackoverflow.com/questions/32092511/resource-error-in-android-studio-after-update-no-resource-f...
分类:
移动开发 时间:
2015-08-27 11:03:47
阅读次数:
201