摘要: 1、cpu乱序执行:cpu在进行读等待的同时执行指令,是cpu乱序的根源,不是乱,是cpu为提高效率 指令重排 实验代码,public static void main(String[] args) throws InterruptedException { int i = 0; for (;;){ 阅读全文
posted @ 2021-12-13 23:40 Pcancer 阅读(66) 评论(0) 推荐(0)
摘要: 原因:是因为安装时选择的中文,所以出现了乱码情况,需要改变系统编码 第一步:env | grep LANG ##查看当前系统编码 第二步 :export LANG=en_US.UTF-8 第三步:dekg-reconfigure locales reboot12 第四步:取消当前的zn_CN.UTF 阅读全文
posted @ 2021-11-23 22:34 Pcancer 阅读(1021) 评论(0) 推荐(0)
摘要: onPostBody:function(){ $('.fixed-table-container').css('height', "");//先让高度出现 if(jQuery(document).height() >jQuery(window).height() ){//如果页面高度大于窗口高度 $ 阅读全文
posted @ 2020-02-21 17:32 Pcancer 阅读(355) 评论(0) 推荐(0)