标签: 腾讯

  • 2023最新微信域名拦截检测API源码,检测域名是否能在微信正常打开!

    2023最新微信域名拦截检测API源码,检测域名是否能在微信正常打开!

    众所周知,域名在微信被封有3种情况:

    第一种:浏览器访问

    第二种:非官方网页

    第三种:停止访问网页

    被封原因:

    第一种:腾讯垄断市场!不准对他有威胁的同行的域名在微信正常访问!经典的案例就是抖音、淘宝、支付宝。

    第二种:不常见的域名后缀,或者是未备案的域名后缀会出现这个。常见的域名后缀即便是未备案也不会这样!

    第三种:违规了。违反《微信外部链接内容管理规范》

  • MT3换皮梦幻【防梦11】最新整理Linux手工服务端+GM后台+安卓苹果双端+源码

    MT3换皮梦幻【防梦11】最新整理Linux手工服务端+GM后台+安卓苹果双端+源码

    MT3换皮梦幻【防梦11】最新整理Linux手工服务端+GM后台+安卓苹果双端+源码

    注意:mt3有点特殊,部分服务器可能无法启动服务端。测试服务器腾讯云服务器(不是轻量),广州地区。其他服务器自测

     

  • WordPress网站首页添加好看的四格小工具教程

    WordPress网站首页添加好看的四格小工具教程

    直接到网站根目录创建一个css文件(文件名:sige.css),文件名可自定义(注意文件名一致)

    <link rel="stylesheet" href="你的网站/sige.css" type="text/css" >

    然后在header.php模板最上方添加引入代码
    也可自定义HTML里添加css代码最上方写入标签<style></style>,将css代码放入标签内即可!
    css代码如下:

    .hide_sm{display: flex;}
    
    .container .col-1-4{float: left;box-sizing: border-box;margin-right: 7.3333px;width: 100%;}
    
    .container .col-1-4:last-child{margin-right: 0;}
    
    @media (min-width:768px){.container .col-1-4{width: 50%}}
    
    @media (min-width:1024px){.container .col-1-4{width: 25%}}
    
    @media (min-width:1024px){.ripro-dark .home-first{background: #232425;}}
    
    @media (min-width:768px){.home-first .h-images:after{display: none}}
    
    @media (min-width:768px){.home-first .h-images{display: box;display: -ms-flexbox;display: flex;width: 100%;justify-content: space-between}}
    
    @media (min-width:1024px){.home-first .h-images{width: 25%}}
    
    .home-first .h-images .item-tuwen{float: left;padding: 0 6.5px;width: 50%}
    
    @media (min-width:1024px){.home-first .h-images .item-tuwen{float: none}}
    
    @media (min-width:1024px){.home-first .h-images{display: block;box-sizing: border-box;padding: 0 7.3333px}.home-first .h-images .item-tuwen{padding: 0;width: auto}}
    
    .home-first .item-tuwen{margin-bottom: 15px}
    
    @media (min-width:768px){.home-first .item-tuwen{margin-bottom: 13px}}
    
    .home-first .item-tuwen a{position: relative;display: block;overflow: hidden;border-radius: 3px}
    
    .home-first .item-tuwen a .thumb{padding-top: 57%;transition: all .2s;transform-origin: center}
    
    .home-first .item-tuwen a strong{position: absolute;right: 0;bottom: 0;left: 0;z-index: 10;display: block;padding: .4em .8em .6em;background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);background-repeat: repeat-x;box-shadow: 0 -7px 15px rgba(0,0,0,.2);color: #fff;letter-spacing: .5px;font-weight: 700;font-size: 9pt;line-height: 1.3}
    
    @media (min-width:768px){.home-first .item-tuwen a strong{letter-spacing: 1px;font-size: 14px;line-height: 1.4}}
    
    .home-first .hf-widget{box-sizing: border-box;padding: 14px 17px 0;background: #17161600;box-shadow: 0 34px 20px -24px rgba(220, 220, 220, 0.18);border-radius: 3px;}
    
    .ripro-dark .home-first .hf-widget{border: 1px solid #2b2b2b;background: #232425;box-shadow: 8px 8px 9pt #212121;}
    
    @media (min-width:768px){.home-first .hf-widget{overflow: hidden;height: 135px}}
    
    @media (min-width:1024px){.home-first .hf-widget{margin-bottom: 0}}
    
    .home-first .hf-widget [class*=" icon-"]:before,.home-first .hf-widget [class^=icon-]:before{margin: 0}
    
    .home-first .hf-widget .hf-widget-title{margin-bottom: 14px;padding: 0 0 10px;border-bottom: 1px solid #f2f2f2;color: #383838;letter-spacing: 1px;font-weight: 700;font-size: 15px;line-height: 20px;margin-bottom: 10px;}
    
    .ripro-dark .home-first .hf-widget .hf-widget-title{border-bottom: 1px solid #696969;}
    
    .ripro-dark .home-first .hf-widget .hf-widget-title a{color: #ccc;}
    
    .home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #448aff;}
    
    .ripro-dark .home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #ffa363}
    
    .home-first .hf-widget .hf-widget-title span{margin-left: 10px;color: #a7a7a7;font-weight: 400;font-size: 9pt;line-height: 20px}
    
    @media (min-width:1024px){.home-first .hf-widget .hf-widget-title span{display: none}}
    
    @media (min-width:1330px){.home-first .hf-widget .hf-widget-title span{display: inline}}
    
    .home-first .hf-widget .hf-widget-title .pages{float: right;padding-top: 2px}
    
    .home-first .hf-widget .hf-widget-title .pages .next,.home-first .hf-widget .hf-widget-title .pages .prev{float: left;margin: 0;padding: 0 2px;height: 1pc;border: 1px solid #eee;color: #ccc;font-size: 9px;line-height: 15px;cursor: pointer}
    
    .home-first .hf-widget .hf-widget-title .pages .next:hover,.home-first .hf-widget .hf-widget-title .pages .prev:hover{color: #448aff}
    
    .home-first .hf-widget .hf-widget-title .pages .prev{border-right: none}
    
    .home-first .hf-widget .hf-tags{margin-bottom: -10px}
    
    @media (min-width:768px){.home-first .hf-widget .hf-tags{overflow: hidden;height: 4pc}}
    
    .home-first .hf-widget .hf-tags a{display: inline-block;margin: 0 5px 10px;padding: 0 5px;height: 22px;border-radius: 2px;background: #f9f9f9;color: #888;white-space: nowrap;font-size: 9pt;line-height: 22px;word-break: break-all}
    
    .home-first .hf-widget .hf-tags a.style_orange,.home-first .hf-widget .hf-tags a:hover{background: #448aff;color: #fff;}
    
    .ripro-dark .home-first .hf-widget .hf-tags a{background: #2c2e2f;}
    
    .home-first .hf-widget-4 .hf-widget-content{color: #888;font-size: 14px}
    
    .home-first .hf-widget-4 .hf-widget-content a{color: #888}
    
    .home-first .hf-widget-4 .hf-widget-content a:hover{color: #448aff;}
    
    .home-first .hf-widget-4 .hf-widget-content h3{overflow: hidden;height: 22px;font-weight: 400;font-size: 13px;line-height: 22px;margin: 0 0 10px;}
    
    .home-first .hf-widget-4 .hf-widget-content em{float: right;padding: 0 5px;height: 22px;border-radius: 2px;background: #fff5ef;color: #ff5c00;font-style: normal;font-size: 9pt;line-height: 22px}
    
    .home-first .hf-widget-4 .hf-widget-content ul li{margin-bottom: 5px}
    
    .home-first .hf-widget-4 .hf-widget-content ul li:last-child{margin-bottom: 0}
    
    .home-first .hf-widget-1 .hf-widget-content a{color: #888}
    
    .ripro-dark .home-first .hf-widget-1 .hf-widget-content a{color: #ccc}
    
    .home-first .hf-widget-1 .hf-widget-content a:hover{color: #69a1ff;}
    
    .home-first .hf-widget-1 .hf-widget-content li{float: left;box-sizing: border-box;padding: 0 10px;width: 25%;text-align: center;font-size: 9pt}
    
    .home-first .hf-widget-1 .hf-widget-content li .thumb{margin: 0 auto 4px;padding-top: 36px;width: 36px}
    
    .home-first .hf-widget-1 .hf-widget-content li span{display: block; height: 16px; line-height: 16px; overflow: hidden;}
    
    .home-first .hf-widget-1 .hf-widget-content .scroll-h{margin: 0 -10px;}
    
    .home-first .scroll-h{position: relative;overflow: hidden;height: 56px;}
    
    .home-first .scroll-h ul{list-style: none;position: absolute;top: 0;left: 0;width: 100%;transition: all .2s; margin:0;padding-left:0;}
    
    .home-first .scroll-h ul:after,.home-first .scroll-h ul:before{clear: both;display: block;visibility: none;height: 0;content: "";line-height: 0}
    
    .home-first .scroll-h .holdon{position: absolute;top: 0;left: 100%}
    
    .home-first .scroll-h .holdon-prev{left: -100%}
    
    .home-first .hf-widget-hot-cats .hhicon{display: inline-block;margin-bottom: 5px;width: 36px;height: 36px;border-radius: 100%;background: #e8fbff;color: #448aff;text-align: center;font-size: 20px;line-height: 36px;}
    
    .ripro-dark .home-first .hf-widget-hot-cats .hhicon{background: #2c2e2f;color: #ffa363;}
    
    .home-first .hf-widget-hot-cats .scroll-h li a{display: block}
    
    .home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon{background: #448aff;color: #fff;}
    
    .home-first .thumb{position: relative;display: block;overflow: hidden;padding-top: 66.7%;width: 100%;height: 0;background-color: transparent;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .2s}
    
    .home-first i{font-weight: 300}
    
    @media screen and (max-width:720px){.home-first .hf-widget-1 .hf-widget-content .scroll-h,.home-first .hf-widget-content{margin: 1pc -10px}}
    
    @media (max-width: 768px){.sxweb {display:none;}}
    
    .icon-b i{
    
    display: inline-block;
    
    margin-bottom: 5px;
    
    width: 36px;
    
    height: 36px;
    
    border-radius: 100%;
    
    background: #e8fbff;
    
    color: #448aff;
    
    text-align: center;
    
    font-size: 20px;
    
    line-height: 36px;
    
    }
    
    .icon-b i:hover{
    
    background: #448aff;
    
    color: #fff;
    
    }

    外观-小工具-自定义HTML添加如下代码

    <div class="section">
    
    <div class="home-first">
    
    <div class="container hide_sm">
    
    <div class="col-1-4">
    
    <div class="hf-widget hf-widget-1 hf-widget-software">
    
    <h3 class="hf-widget-title">
    
    <i class="fa fa-cloud"></i>
    
    <a href="#" target="_blank">推荐产品</a>
    
    <span>云服务器等云产品推荐</span>
    
    </h3>
    
    <div class="hf-widget-content">
    
    <div class="scroll-h">
    
    <ul>
    
    <li>
    
    <a href="#" rel="external nofollow" target="_blank">
    
    <i class="thumb " style="background-image:url(https://ae01.alicdn.com/kf/H026cdceabc1942e1b82b1eb2cd5b9e41P.png)"></i>
    
    <span>阿里云</span></a>
    
    </li>
    
    <li>
    
    <a href="#" target="_blank">
    
    <i class="thumb " style="background-image:url(https://ae01.alicdn.com/kf/H006240f97bff40f5aea223eb51b33c3dq.png)"></i>
    
    <span>腾讯云</span></a>
    
    </li>
    
    <li>
    
    <a href="#" target="_blank">
    
    <i class="thumb " style="background-image:url(https://ae01.alicdn.com/kf/H2da200a36ce2401595f8e03f8c750deeT.png)"></i>
    
    <span>企业云</span></a>
    
    </li>
    
    <li>
    
    <a href="#" target="_blank">
    
    <i class="thumb " style="background-image:url(https://ae01.alicdn.com/kf/H128bb4d1c77d4f6f9032b934a6a234beD.png)"></i>
    
    <span>香港云</span></a>
    
    </li>
    
    </ul>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    <div class="col-1-4 sxweb">
    
    <div class="hf-widget hf-widget-2">
    
    <h3 class="hf-widget-title">
    
    <i class="fa fa-tint"></i>
    
    <a href="#" target="_blank">热门看点</a>
    
    <span>精品内容推荐</span></h3>
    
    <div class="hf-widget-content">
    
    <div class="no-scroll hf-tags">
    
    <a class="style_orange" href="http://www.lxh5068.com" target="_blank">
    
    <span>手机壁纸</span></a>
    
    <a class="" href="/topics/jc-fx" target="_blank">
    
    <span>教程分享</span></a>
    
    <a class="" href="/topics/wz-ym" target="_blank">
    
    <span>源码分享</span></a>
    
    <a class="" href="/topics/rj-android" target="_blank">
    
    <span>Android软件</span></a>
    
    <a class="" href="/topics/xw-zx" target="_blank">
    
    <span>新闻资讯</span></a>
    
    <a class="" href="/xb-zh" target="_blank">
    
    <span>线报活动</span></a>
    
    <a class="" href="/topics/meihua" target="_blank">
    
    <span>美化代码</span></a>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    <div class="col-1-4 sxweb">
    
    <div class="hf-widget hf-widget-1 hf-widget-hot-cats">
    
    <h3 class="hf-widget-title">
    
    <i class="fa fa-dropbox"></i>
    
    <a href="http://bbs.lxh5068.com/sort/huodong" target="_blank">热门专区</a>
    
    <span>推荐设计热点</span></h3>
    
    <div class="hf-widget-content">
    
    <div class="icon-b">
    
    <ul>
    
    <li>
    
    <a href="http://bbs.lxh5068.com/sort/zhide" target="_blank">
    
    <i class="fa fa-thumbs-up" aria-hidden="true"></i>
    
    <span>每日推荐</span></a>
    
    </li>
    
    <li>
    
    <a href="http://bbs.lxh5068.com/sort/mianfeirj" target="_blank">
    
    <i class="fa fa-cloud-download" aria-hidden="true"></i>
    
    <span>软件下载</span></a>
    
    </li>
    
    <li>
    
    <a href="http://bbs.lxh5068.com/sort/yuanma" target="_blank">
    
    <i class="fa fa-graduation-cap"></i>
    
    <span>源码教程</span></a>
    
    </li>
    
    <li>
    
    <a href="http://bbs.lxh5068.com/sort/guanzhu" target="_blank">
    
    <i class="fa fa-picture-o" aria-hidden="true"></i>
    
    <span>福利美图</span></a>
    
    </li>
    
    </ul>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    <div class="col-1-4 sxweb">
    
    <div class="hf-widget hf-widget-4">
    
    <h3 class="hf-widget-title">
    
    <i class="fa fa-book"></i>
    
    <a href="#" target="_blank">最新活动</a>
    
    <span>免费会员享福利</span>
    
    </h3>
    
    <div class="hf-widget-content">
    
    <div class="scroll-h">
    
    <ul>
    
    <li>
    
    <h3>
    
    <a href="#" target="_blank">
    
    <i class="icon-time"></i>
    
    <span>美化服务火热售卖中</span>
    
    <em>网站美化</em></a>
    
    </h3>
    
    </li>
    
    <li>
    
    <h3>
    
    <a href="#" target="_blank">
    
    <i class="icon-time"></i>
    
    <span>关于本站学分付费阅读获取内容说明</span>
    
    <em>学分说明</em></a>
    
    </h3>
    
    </li>
    
    </ul>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    </div>
  • 【腾讯云】热卖云产品年终特惠,2核2G轻量应用服务器6.58元/月起

    【腾讯云】热卖云产品年终特惠,2核2G轻量应用服务器6.58元/月起

    【腾讯云】云服务器等爆品抢先购,低至4.2元/月

    https://url.cn/oXVCHa85

    【腾讯云】热卖云产品年终特惠,2核2G轻量应用服务器6.58元/月起

    https://url.cn/OGjhj0Gz

    年末限时活动快点抢购吧!!!

    关注沈乐不迷路!分享省钱小妙招!!!

  • 魔方财务天迹云人脸识别模块

    魔方财务天迹云人脸识别模块

    天迹云人脸识别插件,是针对魔方财务定制开发的,引导客户完成个人身份认证的功能模块,是一组对用户身份信息真实性进行验证审核的服务。满足IDC/ICP运营的合规性需求,以解决行业内大量对用户身份信息核实的需求。模块仅支持对个人进行身份认证,模块接入腾讯云人脸识别认证,引导客户录入真实身份标识,申请数据汇总到魔方财务后台,支持自动审核。

    插件截图

    魔方财务天迹云人脸识别模块-陌路人博客-第4张图片

    魔方财务天迹云人脸识别模块-陌路人博客-第5张图片

    安装模块教程
    首先先将模块压缩包上传到/public/plugins/certification,之后解压压缩包,解压完成后打开后台启用实名认证模块,后台路径依次打开:设置-基础设置-实名设置-接口设置
    扫码后会自动回调无需刷新等目前试运营

    下一个版本会特别完善并失败也不会扣费的

  • 腾讯视频PC版_11.33.3095_去广告绿色纯净版

    20211122011903_861689

    腾讯视频PC版,免费畅享非标准蓝光视频,支持极清4K画质,沉浸式无框播放器,三倍流畅播放,界面交互不错。腾讯视频,拥有海量正版高清影视内容,大量独播英美剧、独播NBA版权、热门赛事、短视频频道。

    20211122011820_365554

    新版特性
    腾讯视频 2021(11.19):
    1.新增WWE频道,世界级摔跤娱乐开赛
    2.优化登录账号资料卡,账号信息简洁呈现
    腾讯视频2021最近更新:
    – 支持小微语音,用语音更简单
    – 新增4K专区,畅享超清视觉盛宴
    – 新增“粤语”频道,粤语原声好听更好睇
    – “短剧”频道上线,精选短剧,持续上新
    – NBA频道改版,精彩赛事全程直播
    腾讯视频 2021(11.17):
    1.增加版权保护,维护创作者视频版权
    腾讯视频 2021(11.16):
    1.完善举报场景,打造绿色观影氛围
    2.优化登录组件,提升账号登录稳定性
    3.新增”不感兴趣“,优化算法推荐内容
    腾讯视频2021最近更新:
    – 支持小微语音,用语音更简单
    – 新增4K专区,畅享超清视觉盛宴
    – 新增“粤语”频道,粤语原声好听更好睇
    – “短剧”频道上线,精选短剧,持续上新
    – NBA频道改版,精彩赛事全程直播
    特点说明
    01、反汇编处理,去安全效验、去所有广告视频秒播!
    02、去迷你腾讯弹窗、禁止任务栏通知区域定时推送弹窗
    03、去所有的广告:缓冲广告、暂停广告、播放中等广告
    04、去主界面游戏中心按钮禁止拉取、去设置界面游戏管理项
    05、修改默认点关闭按钮不最小化到托盘,而是彻底完全退出
    06、禁止每次启动在磁盘目录生成QLDownloadGame文件夹
    08、禁止检测升级,禁止后续强制在后台下载新版安装包升级
    09、禁止播放本地视频关闭返回界面后弹出“QQ影音下载安装”询问弹窗
    10、禁止驻留后台,去设置界面项:允许腾讯视频驻留、允许推送迷你页面
    11、去主菜单和托盘菜单无用项:迷你腾讯、在线升级、修复与反馈,帮助
    12、禁止在系统后台 %AppData%Tencent目录里面生成logs产品日志的文件夹
    13、删除服务程序、自动升级插件、安全修复相关模块等大量无用的不必要的文件

    [b2_file link=”https://xiaok.lanzoui.com/iMQC0wraqaf” name=”腾讯视频” pass=”” code=””]

  • 腾讯视频转换器 v2021 最新版下载

    腾讯视频转换器是为腾讯视频用户准备的视频格式转换器,能够帮助你将在腾讯视频上下载的qlv格式转换为mp4格式,方便你使用其他播放器或者设备播放,随时都能观看自己喜欢的视频,有需要的用户不要错过了,赶快来下载吧!

    腾讯视频转换器 v2021 最新版下载

    软件特色
    1、支持输出格式MP4, MOV, FLV, GIF等多种格式;
    2、最新版客户端下载的文件仍可使用,QLV格式;
    3、速度极快,400M文件20秒内完成转换。
    使用方法
    1、在本站下载腾讯视频转换器文件解压点击“腾讯视频格式转换器.exe”打开。
    2、点击添加文件或文件夹添加视频文件。
    3、添加完后后单击开始转换进行转换。
    4、等待转换完成。
    5、转换完成后可查看到转换历史。
    相关说明
    1、qlv格式是什么?
    qlv是腾讯视频导出来的缓存文件,只有腾讯视频才能播放。视频网站一般都会开发自己视频的格式,qlv格式与优酷kux格式、迅雷xv格式、奇艺qsv格式类似,毫无兼容性可言,它不是常规格式,转换软件一般不支持转换格式。
    2、qlv格式视频如何播放?
    1、我们要显示隐藏文件。在计算机-文件夹选项中,显示隐藏的文件、文件夹和驱动器;
    2、进入腾讯视频的节目缓存文件夹,在“vodcache”隐藏属性的文件夹下,可以看到许多.tdl文件,它们是视频的分段文件;
    3、在Windows开始按钮搜索栏中,键入“cmd”,找到后右击它以管理员身份运行,退到.tdl文件的目录里,使用命令“copy/b*.tdl hb1.mp4”对这些*.tdl文件进行合并(文件名可以自行设置),很快就可以得到一个MP4格式的视频文件。经测试这个MP4文件是普通视频文件,可正常播放。

    [b2_file link=”https://xiaok.lanzous.com/iS9Rkldo77c” name=”蓝奏云盘” pass=”” code=””]