与其说是分享, 不如说是祭奠. debug中我犯了好些错误, 浪费了大量时间, 直接说结论, 看链接得到的readelf的结果: Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align LOAD 0x000000 ...
分类:
其他好文 时间:
2021-02-17 14:15:19
阅读次数:
0
目录结构 引用路径 <link rel="stylesheet" href="../static/layui/css/layui.css" type="text/css"/> application.properties spring.mvc.static-path-pattern=/static/ ...
分类:
编程语言 时间:
2021-02-17 14:04:34
阅读次数:
0
https://codeforces.com/contest/1473/problem/E vector存图: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0),cin.tie(0 ...
分类:
其他好文 时间:
2021-02-15 12:17:20
阅读次数:
0
系统:win7家庭版 Access版本:Office2010专业版64位(x64) 报错描述:(如下图) 解决过程:我在网上看了很多解决方法,都治标不治本,说的不太明白,有人说是安装office软件的时候没完整安装导致的,于是我卸载office又重新安装了一遍,发现确实是这样(方法:安装时选择自定义 ...
分类:
数据库 时间:
2021-02-10 13:34:15
阅读次数:
0
禅道下载链接: https://www.zentao.net/ jira 的下载网站 https://www.atlassian.com/software/jira/update ...
分类:
其他好文 时间:
2021-02-10 13:30:30
阅读次数:
0
在C和C++语言开发中,指针、内存一直是学习的重点。因为C语言作为一种偏底层的中低级语言,提供了大量的内存直接操作的方法,这一方面使程序的灵活度最大化,同时也为bug埋下很多隐患。 因此,无论如何,我们都要对内存有一个清晰的理解。 一、对内存的分配 32位操作系统支持4GB内存的连续访问,但通常把内 ...
分类:
其他好文 时间:
2021-02-09 12:16:04
阅读次数:
0
1:positional argument follows keyword argument 转自:https://blog.csdn.net/weixin_42168614/article/details/88429838 出现这个bug的原因在于参数位置不正确,关键字参数必须跟随在位置参数后面! ...
分类:
其他好文 时间:
2021-02-09 12:09:23
阅读次数:
0
一,安装,cube-ui 安装cube-ui vue add cube-ui (针对vue-cli3),安装会有一些配置提示, 以后会直接使用cube组件了,按需引入,Use post-compile? 后编译 y部分引用 Import type自定义主题 Custom theme yUse rem ...
分类:
其他好文 时间:
2021-02-08 11:54:29
阅读次数:
0
UE4插件 Skills Tree System 4.15-4.26 The Skills Tree plugin offers the following features:-A base Skill class that can modified through Blueprints-Skill ...
分类:
其他好文 时间:
2021-02-08 11:39:47
阅读次数:
0
目前是:common / css 里面所有的内容 公共样式,目前都写在:custom.css里面 iconfont.css :图标库 colorUI :??没看懂。。 public.scss : 可以编译的css ,写了很多公共的类,例如:间距,字体大小,边框,高度,宽度等。 color.scss ...
分类:
其他好文 时间:
2021-02-06 11:46:20
阅读次数:
0