原文链接:https://www.cnblogs.com/rusking/p/6666587.html 1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter…
标签:编程问答
who should apologize first, boy or girl?
today I participated in a debate, topic goes that: who should apologize first? claim view: the one with a…
001-Could not load the Tomcat server configuration(Tomcat)
1.启动tomcat时提示: Could not load the Tomcat server configuration at \Servers\Tomcat v5.5 Server at localhost-conf…
Could not get JDBC Connection错误
查找原因 数据库连接url是否正确? 用户名密码是否正确? MySQL是否允许远程访问? MySQL允许远程访问方法 修改user表 mysql -u root –p mysql>use mysql; mysql&…
tensorflow选择使用的gpu
实验室服务器被人在跑,用了一个GPU导致我代码报错: 2019-03-07 10:56:42.691244: E tensorflow/stream_executor/cuda/cuda_blas.cc:459] fai…
Flutter走过的坑(持续更新)
1 Target of URI doesn’t exist ‘package:flutter/material.dart’ 官方下载的flutter中有一个example文件…
UWP UserControl 不会自适应大小
在一般的Page里面,我们通过VisualStateManager,可以根据窗体的宽度,来调整一些控件大小。 <VisualStateManager.VisualStateGroups> <Visual…
UWP 显示图片到Image控件
要想显示图片,前提是要有一个空间的啦 <Image x:Name="imageHidden"/> 然后一个响应选择图片得事件,注意使用asynchronous方法哦 …
error
.2017/09/08 10:29:49.618 [http-nio-8083-exec-5] ERROR c.y.w.a.w.c.g.GlobalExceptionHandler – 异常:e=com.ne…
Can't find variable: SockJS vue项目
用的vue-cli(webpack-simple模板),在开发环境运行(npm run dev),一直都没有问题,突然在ios的safari中调试,出现报错:Can’t find variable: Sock…
Exception:the component does not have a resource identified by the uri
Exception: Message: “组件“XXX”不具有由 URI“XXX”识别的资源。” RemoteStackTrace: null Source: “Presentatio…
开发中碰到的错误日记1
记录开发中碰到的错误 把一些碰到的错误都记录下来。随时更新吧! 好记性,不如烂笔头。 No resource found that matches the given name 错误如下 Error:(11, 31) N…