本文关注的主要是python陷阱,具体而言,是指CPython,而且除非特别说明,所有代码示例都是在python2.7运行的。 本文会持续更新! 本文地址:http://www.cnblogs.com/xyb…
标签:编程问答
安装flutter和dart总结
1 manjaro从软件仓库安装就行,但是也可以下载安装包.然后添加到Path目录 我是安装dart从软件仓库, flutter下载压缩包添加到path 1.1 需要将android sdk , export , 1 e…
Error
Program terminated with signal SIGSEGV, Segmentation fault var1: .word 3 var2: .word 4 .text .global _start _s…
Android Studio 3.0 踩坑记录
下载Android Studio 3.0,并安装,不做细讲 之后打开项目提示让更新gradle到4.1(这里指的是gradle/wrapper/gradle-wrapper.properties中的版本) distrib…
UIWebView加载https链接出现NSURLErrorDomain Code=-1202
今天后端同事给了我一个链接,https请求的,证书是假的,就是在网页上打开显示链接不安全,让我看看能不能在ios客户端请求显示出来。用webview一加载,果然不行,报了一大段错误和详情。 Error Domain=NS…
typescript遇到 Property 'xxx' does not exist 的解决办法
公司开发小程序时用的typescript,在Component的methods中我是这样写的: methods: { hideDialog() { this.setData({ isShow: !(this as any…
安装Theano出现“No module named ‘theano.compat.six’”
安装pylean2时,当执行python setup.py build后出现: python setup.py build Traceback (most recent call last): File "setup.p…
iOS-Please unlock your device and reattach
Development cannot be enabled while your device is locked. Please unlock your device and reattach. (0xE80000E2…
systemctl -- 系统服务管理器 【转】
systemctl — 系统服务管理器 systemctl 是系统服务管理器命令,它实际上将 service 和 chkconfig 这两个命令组合到一起。 直接运行命令可以列出所有正在…
Spring ConversionFailedException: Failed to convert from type java.util.ArrayList> to type java.util.List
org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.util.ArrayList&l…
解决:Ubuntu16.04循环登录
Ubuntu16.04 已经出现N次循环登录的问题了,每次都重装,这次实在受不了了,撸起袖子就是干啊!循环登录的原因 有很多,我目前对它的发作原理并不是特别清楚,所以本次解决方案仅作参考。 打印出根目录下.xsessio…
neotree can not make the side window the only window
问题 在spacemacs中使用neotree执行c新建文件或者r重命名操作时提示can not make the side window the only window。 解决方案 先执行SPC-fed打开.space…