<style> /* pc_ban */ .pc_ban .swiper-slide { overflow: hidden; } .pc_ban .sw_bg { width: 100%; height: 600px; top: 0; left: 0; transform: scale(1.1); ...
分类:
其他好文 时间:
2020-12-22 12:02:51
阅读次数:
0
<body> <style> #container { width: 100%; max-width: 700px; margin: 2em auto; } .cols { -moz-column-count: 3; -moz-column-gap: 3%; -moz-column-width: 3 ...
分类:
Web程序 时间:
2020-12-21 12:13:04
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
Web程序 时间:
2020-12-21 12:12:31
阅读次数:
0
致命错误出现的时候,JVM生成了hs_err_pid <pid> .log这样的文件,其中经常包含了虚拟机崩溃原因的重要信息。因为经常遇到,在介绍文章里,我选择了一个,并且逐段分析情况包含的内容(文件可以在文章最后下载)。有时情况下文件是创建在工作目录下的(如果没权限创建的话)JVM会尝试把文件写到 ...
分类:
其他好文 时间:
2020-12-21 12:02:29
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-12-21 11:33:16
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLBC26AA/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p> 说明 ...
分类:
微信 时间:
2020-12-21 11:10:32
阅读次数:
0
Windows字体库中缺少FangSong字体 【解决】: 将FangSong字体按照 仿宋 或 仿宋gb2312 格式显示 word文件→选项→高级→字体替换 点击确定即可。 ...
分类:
其他好文 时间:
2020-12-21 11:06:06
阅读次数:
0
<!--文档类型说明,说明是一个html5的页面--><!DOCTYPE html><!--文档的开始--><html> <!--文档头的开始--> <head> <center> <!--指定文档编码方式UTF-8,为了解决中文乱码--> <meta charset="utf-8" /> <tit ...
分类:
Web程序 时间:
2020-12-21 11:02:11
阅读次数:
0
当我们向操作系统申请内存时,操作系统并不是直接分配给我们物理内存,而是只标记当前进程拥有该段内存,当真正使用这段段内存时才会分配。 这种延迟分配物理内存的方式就通过page fault机制来实现的。 当我们访问一个内存地址时, 1.如果该地址非法(访问系统为进程分配的地址空间之外的物理内存),或者我 ...
分类:
其他好文 时间:
2020-12-19 13:34:32
阅读次数:
5
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLBC26AA/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p> 说明 ...