会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
azcqwezxc
博客园
首页
新随笔
联系
管理
订阅
2024年4月16日
gamebar开启fps报错-解决方法
摘要: 是“Performance Log Users”权限没加的原因。 1、WIN10 家庭版: WIN10家庭版默认是没有用户和组的,所以需要手动添加: 管理员模式打开CMD; 先输入: net user 在列表中找到你的用户名,比如“andy”,每个人电脑的用户名都不一样,找到自己电脑的用户名后记下来
阅读全文
posted @ 2024-04-16 17:53 azcqwezxc
阅读(719)
评论(0)
推荐(0)
2024年4月11日
火狐浏览器使用前设置
摘要: 下载文件最后卡顿好久,解决方法如下: 1.在地址栏输入:about:config 2.在搜索栏输入browser.safebrowsing.downloads.enabled 3.将该值改为false 打开书签在新标签页,解决方法如下: 1.在地址栏输入:about:config 2.在搜索栏输入b
阅读全文
posted @ 2024-04-11 00:12 azcqwezxc
阅读(49)
评论(0)
推荐(0)
2020年7月25日
icon
摘要: <link rel="shortcut icon" href="picture/icon.ico">
阅读全文
posted @ 2020-07-25 17:09 azcqwezxc
阅读(72)
评论(0)
推荐(0)
2020年4月23日
arclist 分页
摘要: head之间添加如下代码: <script language="javascript" type="text/javascript" src="{dede:global.cfg_cmsurl/}/include/dedeajax2.js"></script><script>function mult
阅读全文
posted @ 2020-04-23 16:02 azcqwezxc
阅读(125)
评论(0)
推荐(0)
2020年4月20日
dede 手机模板 上一篇下一篇 链接错误问题解决办法
摘要: 打开 \include\arc.archives.class.php 文件 查找 $this->PreNext['pre'] = "上一篇:<a href='$mlink'>{$preRow['title']}</a> "; 在这段代码后面增加 $this->PreNext['prem'] = "上
阅读全文
posted @ 2020-04-20 16:30 azcqwezxc
阅读(319)
评论(0)
推荐(0)
2020年2月20日
css解决移动端 文字垂直居中问题
摘要: 父元素:position: absolute; 子元素(文字水平垂直居中):width:100%; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align: center;
阅读全文
posted @ 2020-02-20 15:53 azcqwezxc
阅读(830)
评论(0)
推荐(0)
2019年5月30日
网页即时QQ聊天
摘要: <a class="ceshi" href="tencent://message/?uin=1966443&Menu=yes&Service=300&sigT=42a1e5347953b64c5ff3980f8a6e644d4b31456cb0b6ac6b27663a3c4dd0f4aa14a543
阅读全文
posted @ 2019-05-30 18:04 azcqwezxc
阅读(1768)
评论(0)
推荐(0)
2018年1月22日
apache ,ip访问的默认页
摘要: 直接访问服务器IP,默认打开网站是vhosts文件下第一个网站 开启vhosts.conf后,全部配置以这个vhosts为准
阅读全文
posted @ 2018-01-22 15:50 azcqwezxc
阅读(319)
评论(0)
推荐(0)
2017年12月27日
swiper初始化
摘要: var mySwiper = new Swiper('.swiper-container',{ pagination : '.swiper-pagination', paginationClickable: true, longSwipesRatio: 0.3, touchRatio:1, obse
阅读全文
posted @ 2017-12-27 10:52 azcqwezxc
阅读(638)
评论(0)
推荐(0)
2017年12月22日
JQ锚点,平滑滚动
摘要: $("html,body").animate({scrollTop:$("#ct").offset().top},500) 滚动至ID为ct元素位置,500毫秒
阅读全文
posted @ 2017-12-22 17:53 azcqwezxc
阅读(257)
评论(0)
推荐(0)
下一页
公告