<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>创意百纳网络 - 腾讯云建站交流</title>
    <link>http://bbs.cybn.cn/cybnforum-57-1.html</link>
    <description>Latest 20 threads of 腾讯云建站交流</description>
    <copyright>Copyright(C) 创意百纳网络</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 21:12:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.cybn.cn/static/image/common/logo_88_31.gif</url>
      <title>创意百纳网络</title>
      <link>http://bbs.cybn.cn/</link>
    </image>
    <item>
      <title>linux split 分割日志</title>
      <link>http://bbs.cybn.cn/cybnthread-222-1-1.html</link>
      <description><![CDATA[split -b 500m log.txt newfile

split -b 256m /www/wwwlogs/xxxlog zmlog_]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Thu, 24 Sep 2020 07:21:23 +0000</pubDate>
    </item>
    <item>
      <title>ossutil64</title>
      <link>http://bbs.cybn.cn/cybnthread-221-1-1.html</link>
      <description><![CDATA[ossutil64

./ossutil64 config
请输入配置文件名，文件名可以带路径（默认为：/home/user/.ossutilconfig，回车将使用默认路径。如果用户设置为其它路径，在使用命令时需要将--config-file选项设置为该路径）： 
未输入配置文件路径，将使用默认配置文件：/home/user/. ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Fri, 21 Feb 2020 07:56:35 +0000</pubDate>
    </item>
    <item>
      <title>苹果微信web无法提交form表单问题解决</title>
      <link>http://bbs.cybn.cn/cybnthread-218-1-1.html</link>
      <description><![CDATA[问题出在微信端,而且是苹果机的微信端(苹果你咋这么矫情,安卓正常). 
应用需要form提交数据跳转第三方支付网站,问题来了,苹果上跳转后没有携带数据,坑啊!!! 
解决:百度了各种情况,功夫不负有心人,终于解决了

原因: from 表单 target属性不能是_blank 需要写成_self 修 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>sun</author>
      <pubDate>Fri, 11 Jan 2019 06:03:48 +0000</pubDate>
    </item>
    <item>
      <title>统计当前文件夹下文件的个数，包括子文件夹里的</title>
      <link>http://bbs.cybn.cn/cybnthread-217-1-1.html</link>
      <description><![CDATA[ls -lR|grep \&quot;^-\&quot;|wc -l]]></description>
      <category>腾讯云建站交流</category>
      <author>sun</author>
      <pubDate>Tue, 18 Dec 2018 10:21:59 +0000</pubDate>
    </item>
    <item>
      <title>layui layer弹出层不居中解决方案，仅显示遮罩，没有弹窗</title>
      <link>http://bbs.cybn.cn/cybnthread-216-1-1.html</link>
      <description><![CDATA[layui layer弹出层不居中解决方案，仅显示遮罩，没有弹窗.layer只显示阴影。
问题：项目中遇到layer问题，因为页面加载的图片多，点击删除是layer询问层的弹窗仅显示遮罩层，并不显示弹窗……

原因：图片太多将layer弹窗挤出屏幕下方，看不见了……

解决方案：让layer ...]]></description>
      <category>腾讯云建站交流</category>
      <author>sun</author>
      <pubDate>Mon, 12 Nov 2018 11:16:34 +0000</pubDate>
    </item>
    <item>
      <title>关于单台服务器切换重装系统方案</title>
      <link>http://bbs.cybn.cn/cybnthread-215-1-1.html</link>
      <description><![CDATA[关于单台云服务器切换重装系统方案（建议凌晨）


切换的原则是 数据不能任何丢失。
以下只针对于云。1.LINUX类系统阿里/腾讯云：1.若没有 挂载云硬盘数据盘，需购买（1月或者多月，临时使用，长期使用）。
2. 系统盘内 web数据 拷贝 至云硬盘数据盘。3. 数据库data文件 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Thu, 25 Oct 2018 13:58:49 +0000</pubDate>
    </item>
    <item>
      <title>同尺寸高度</title>
      <link>http://bbs.cybn.cn/cybnthread-213-1-1.html</link>
      <description><![CDATA[width: 100%;
    height: 242px;
    display: block;
vertical-align:middle;object-fit: cover;]]></description>
      <category>腾讯云建站交流</category>
      <author>sun</author>
      <pubDate>Thu, 30 Aug 2018 11:55:13 +0000</pubDate>
    </item>
    <item>
      <title>Linux下压缩某个文件夹（文件夹打包）</title>
      <link>http://bbs.cybn.cn/cybnthread-211-1-1.html</link>
      <description><![CDATA[tar -zcvf /home/xahot.tar.gz /xahot
tar -zcvf 打包后生成的文件名全路径 要打包的目录
例子：把/xahot文件夹打包后生成一个/home/xahot.tar.gz的文件。# tar -xf all.tar 
这条命令是解出all.tar包中所有文件，-x是解开的意思
zip 压缩方法： 压缩当前的文件夹 zip - ...]]></description>
      <category>腾讯云建站交流</category>
      <author>sun</author>
      <pubDate>Sun, 26 Aug 2018 03:25:02 +0000</pubDate>
    </item>
    <item>
      <title>H5 自适应底部导航css</title>
      <link>http://bbs.cybn.cn/cybnthread-201-1-1.html</link>
      <description><![CDATA[style=\&quot;position: fixed;bottom:0;\&quot;]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Sat, 16 Sep 2017 19:44:00 +0000</pubDate>
    </item>
    <item>
      <title>微信浏览器调试js  返回值无法比较问题</title>
      <link>http://bbs.cybn.cn/cybnthread-193-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Fri, 05 May 2017 20:01:09 +0000</pubDate>
    </item>
    <item>
      <title>【安全预警】关于方程式组织黑客工具包再曝光通知</title>
      <link>http://bbs.cybn.cn/cybnthread-192-1-1.html</link>
      <description><![CDATA[http://bbs.qcloud.com/thread-28531-1-1.html

关于方程式组织黑客工具包再曝光(包含多个Windows 0day利用工具)预警通知
尊敬的腾讯云客户：
您好，2017年4月15日，国外黑客组织Shadow Brokers泄露出了一份机密文档，其中包含了多个Windows0Day远程漏洞利用工具，外部 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Thu, 04 May 2017 12:44:05 +0000</pubDate>
    </item>
    <item>
      <title>微信页面效果调试的那点坑</title>
      <link>http://bbs.cybn.cn/cybnthread-191-1-1.html</link>
      <description><![CDATA[做移动web开发免不了用微信扫描页面来进行调试，android版微信浏览器一直都默认缓存html静态资源，每次静态资源变化甚至新内容发布的时候在微信浏览器上都极有可能不能更新，很多时候要清理微信缓存才能看到效果，很是烦人。部分客户装了QQ浏览器，微信实际调用的是QQ浏 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Sun, 30 Apr 2017 06:43:15 +0000</pubDate>
    </item>
    <item>
      <title>阿狸子订单系统，短信通知插件，竞价单页网站通知信息</title>
      <link>http://bbs.cybn.cn/cybnthread-186-1-1.html</link>
      <description><![CDATA[阿狸子订单系统，竞价单页网站通知
阿狸子v2.4.6短信通知插件，二次开发。


官方原版 是  500条短信]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Thu, 06 Apr 2017 10:08:45 +0000</pubDate>
    </item>
    <item>
      <title>可以安全禁用的PHP函数之disable_functions功能详解</title>
      <link>http://bbs.cybn.cn/cybnthread-184-1-1.html</link>
      <description><![CDATA[最后总结出比较安全的php.ini的disable_functions如下(服务器没用到采集)：

disable_functions = exec,passthru,popen,proc_open,shell_exec,system,phpinfo,assert,chroot,getcwd,scandir,unlink,delete,rmdir,rename,chgrp,chmod,chown,fopen,copy,mkdir,file,file_g ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Wed, 05 Apr 2017 17:13:51 +0000</pubDate>
    </item>
    <item>
      <title>phpstudy支持.htaccess伪静态强制http跳转https访问设置</title>
      <link>http://bbs.cybn.cn/cybnthread-180-1-1.html</link>
      <description><![CDATA[phpstudy支持.htaccess伪静态强制http跳转https访问设置

由于phpstudy下面加了多个站点。
设置好https 443站点后，
http访问时，总是跳转不变。


网上看了教程
说 


在网站文件目录部署，没任何反应。

后面，
想到，http://www.cybn.cn请求 和 https://www.cybn.cn ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Sun, 19 Mar 2017 08:09:44 +0000</pubDate>
    </item>
    <item>
      <title>关于手机QQ在线状态无法唤醒，点击无效</title>
      <link>http://bbs.cybn.cn/cybnthread-178-1-1.html</link>
      <description><![CDATA[关于QQ在线状态无法唤醒，点击无效。前几天帮人调试，发现 手机上 点击一次没反应
http://wpa.qq.com/msgrd?v=3&amp;uin=993582895&amp;site=qq&amp;menu=yes

经过本人多次测试终于发现，是 QQ推广权限没打开 


地址 ：  http://shang.qq.com/v3/widget.html

登陆 选择   QQ通讯 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>admin</author>
      <pubDate>Mon, 13 Mar 2017 14:51:29 +0000</pubDate>
    </item>
    <item>
      <title>ecshop 需要修改写入权限的文件夹及文件</title>
      <link>http://bbs.cybn.cn/cybnthread-138-1-1.html</link>
      <description><![CDATA[文件上传到服务器后，需要更改几个目录权限才能保证ECSHOP的正常运行
[*]data/ 目录及其所有子目录
[*]temp/ 目录及其所有子目录
[*]cert/ 目录
[*]includes/ 目录及其所有子目录
[*]images/ 目录及其所有子目录
[*]themes/ 目录及其所有子目录
以上目录、文件在网站运 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>cybn</author>
      <pubDate>Thu, 03 Nov 2016 10:16:47 +0000</pubDate>
    </item>
    <item>
      <title>Windows远程桌面连接工具</title>
      <link>http://bbs.cybn.cn/cybnthread-108-1-1.html</link>
      <description><![CDATA[Windows远程桌面连接工具



链接: http://pan.baidu.com/s/1pK9StiN 密码: 92wr]]></description>
      <category>腾讯云建站交流</category>
      <author>mallwo</author>
      <pubDate>Wed, 05 Oct 2016 09:21:06 +0000</pubDate>
    </item>
    <item>
      <title>WinRAR_V3.93 Final中文版</title>
      <link>http://bbs.cybn.cn/cybnthread-107-1-1.html</link>
      <description><![CDATA[WinRAR_V3.93 Final中文版

WinRAR仅供个人测试使用，如有侵权，请联系本站  删除

链接: http://pan.baidu.com/s/1c1O1Rhu 密码: n8hq]]></description>
      <category>腾讯云建站交流</category>
      <author>mallwo</author>
      <pubDate>Wed, 05 Oct 2016 09:20:08 +0000</pubDate>
    </item>
    <item>
      <title>关于linux架设php环境</title>
      <link>http://bbs.cybn.cn/cybnthread-106-1-1.html</link>
      <description><![CDATA[linux 一般白级水平，大家都不太习惯。。。

目前网上的有 
1. wdlinux （免费）   花2小时安装好后，  有几个php版本老是安装错误。最后放弃了。。。。

2. amh  （收费）   一键式安装，确实方便，而且能配置 php同时多环境版本
收费几元一月 。。 
 ...]]></description>
      <category>腾讯云建站交流</category>
      <author>mallwo</author>
      <pubDate>Wed, 05 Oct 2016 09:14:57 +0000</pubDate>
    </item>
  </channel>
</rss>