<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>指尖互联 - 网络编程</title>
    <link>https://www.sssi.cn/forum-43-1.html</link>
    <description>Latest 20 threads of 网络编程</description>
    <copyright>Copyright(C) 指尖互联</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 18 Apr 2026 06:00:09 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.sssi.cn/static/image/common/logo_88_31.gif</url>
      <title>指尖互联</title>
      <link>https://www.sssi.cn/</link>
    </image>
    <item>
      <title>简单的mysql按天，按周，按月，按季度，按年统计数据</title>
      <link>https://www.sssi.cn/thread-1536-1-1.html</link>
      <description><![CDATA[mysql是常用的数据库，php+mysql是常用的组合，在web开发后台总有一些需要统计的图表、数据。下面是常用的mysql按日、周、月、季查询的方式。条件自己定义。
说明：
create_time：是需要查询的时间字段
createTime：是查询的别名
tableName：是需要查询的表名
id、payPr ...]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Wed, 12 Feb 2020 04:58:37 +0000</pubDate>
    </item>
    <item>
      <title>易经加密算法之六十四卦加密算法</title>
      <link>https://www.sssi.cn/thread-1535-1-1.html</link>
      <description><![CDATA[以下是算法核心部分:]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Wed, 12 Feb 2020 04:51:53 +0000</pubDate>
    </item>
    <item>
      <title>易经加密算法之八卦加密算法</title>
      <link>https://www.sssi.cn/thread-1534-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Wed, 12 Feb 2020 04:50:28 +0000</pubDate>
    </item>
    <item>
      <title>css js鼠标经过图片放大功能代码</title>
      <link>https://www.sssi.cn/thread-1497-1-1.html</link>
      <description><![CDATA[css代码

html代码
请在图片标签中加入onmouseenter=\&quot;imgBig(this)\&quot;和onmouseleave=\&quot;imgSmall(this)\&quot;

js代码]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Wed, 08 May 2019 05:35:00 +0000</pubDate>
    </item>
    <item>
      <title>PHP中4种排序算法</title>
      <link>https://www.sssi.cn/thread-1496-1-1.html</link>
      <description><![CDATA[PHP4种排序算法]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 May 2019 09:11:51 +0000</pubDate>
    </item>
    <item>
      <title>PHP swoole使用教程</title>
      <link>https://www.sssi.cn/thread-1495-1-1.html</link>
      <description><![CDATA[1.html代码如下 index.htm

2.php代码 web_socket.php
[mw_shl_code=php,true]]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 May 2019 09:08:24 +0000</pubDate>
    </item>
    <item>
      <title>阿里云ecs漏洞修复方法及命令大全</title>
      <link>https://www.sssi.cn/thread-1487-1-1.html</link>
      <description><![CDATA[提示:修复前请及时做好系统快照备份


RHSA-2015:2594: libpng security update (Moderate)修复方式:yum update libpng 

RHSA-2015:1482: libuser security update (Important)
修复方式:yum update libuser 

RHSA-2017:0641: openssh security and bug fix update (M ...]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Wed, 13 Jun 2018 03:33:39 +0000</pubDate>
    </item>
    <item>
      <title>discuz开启https后小云app无法上传头像解决方法</title>
      <link>https://www.sssi.cn/thread-1475-1-1.html</link>
      <description><![CDATA[在discuz目录里找到uc_client/client.php
1.235行
$path = $matches[\'path\'] ? $matches[\'path\'].($matches[\'query\'] ? \'?\'.$matches[\'query\'] : \'\') : \'/\';
下面添加以下代码：
$matches[\'port\'] = !empty($matches[\'port\'])&amp;&amp;$scheme==\'https\' ? $matches[\'port\']]></description>
      <category>网络编程</category>
      <author>韩凯</author>
      <pubDate>Fri, 16 Mar 2018 15:15:46 +0000</pubDate>
    </item>
    <item>
      <title>linux下导入、导出mysql数据库命令</title>
      <link>https://www.sssi.cn/thread-1456-1-1.html</link>
      <description><![CDATA[一、导出数据库用mysqldump命令（注意mysql的安装路径，即此命令的路径）：
1、导出数据和表结构：
mysqldump -u用户名 -p密码 数据库名 &gt; 数据库名.sql
#/usr/local/mysql/bin/   mysqldump -uroot -p abc &gt; abc.sql
敲回车后会提示输入密码

2、只导出表结构
mysqldum ...]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Mon, 04 Dec 2017 05:23:40 +0000</pubDate>
    </item>
    <item>
      <title>解决ecshop启用https协议无法登陆后台问题</title>
      <link>https://www.sssi.cn/thread-1455-1-1.html</link>
      <description><![CDATA[由于有的服务器不支持$_SERVER[\'HTTPS\']所以需要修改includes目录下的cls_ecshop.php
http()方法：
return (isset($_SERVER[\'HTTPS\']) &amp;&amp; (strtolower($_SERVER[\'HTTPS\']) == \'on\')) ? \'https://\' : \'http://\';
更改为：
if(isset($_SERVER[\'HTTPS\'])){
        if($_SE ...]]></description>
      <category>网络编程</category>
      <author>test</author>
      <pubDate>Fri, 10 Nov 2017 08:33:23 +0000</pubDate>
    </item>
    <item>
      <title>discuz如何开启https，让您的discuz 3.4支持https</title>
      <link>https://www.sssi.cn/thread-1453-1-1.html</link>
      <description><![CDATA[1、查找修改文件discuz_application.php ：(适用于nginx+pfm环境）
source/class/discuz/discuz_application.php （约第 187 行处）： 查找：
$_G[\'isHTTPS\'] = ($_SERVER[\'HTTPS\'] &amp;&amp; strtolower($_SERVER[\'HTTPS\']) != \'off\') ? true : false;

修改为：
$_G[\'isHTTPS ...]]></description>
      <category>网络编程</category>
      <author>test</author>
      <pubDate>Tue, 17 Oct 2017 08:44:37 +0000</pubDate>
    </item>
    <item>
      <title>推荐10个很使用的功能性网站</title>
      <link>https://www.sssi.cn/thread-1452-1-1.html</link>
      <description><![CDATA[在很多人的固有印象当中，网站的作用无非就是让你看看文字看看图片看看视频，真正要干活，还是得依赖电脑上安装的软件。不过，很多朋友都不知道，实际上很多网站的功能之强大，完全不输本地安装的软件，甚至有过之而无不及！利用这些网站，可以进行多媒体编辑、平面设计 ...]]></description>
      <category>网络编程</category>
      <author>test</author>
      <pubDate>Tue, 10 Oct 2017 01:20:46 +0000</pubDate>
    </item>
    <item>
      <title>阿里云身份证识别接口开发</title>
      <link>https://www.sssi.cn/thread-1450-1-1.html</link>
      <description><![CDATA[一，图片转换为base64

二，定义图片地址

三，执行接口查询

老话如果您还是搞不定请注册本站吧10钱帮你搞定

本网站发布的修改方法为本人原创，转载请注明出处：www.sssi.cn]]></description>
      <category>网络编程</category>
      <author>test</author>
      <pubDate>Tue, 04 Jul 2017 10:56:18 +0000</pubDate>
    </item>
    <item>
      <title>php 并列的数据排序</title>
      <link>https://www.sssi.cn/thread-1449-1-1.html</link>
      <description><![CDATA[1.二维数组排序方法

需要排序的数组

3.根据number进行排序

4.对数组的键重新排序

5.将名次写入到数组
[mw_shl_code=php,true]foreach ($newArr as $k=&gt;$v) {
        $newArr[$k][\'id\'] = $v[\'id\'];
        $newArr[$k][\'name\']                  = $v[\'name\'];
   ...]]></description>
      <category>网络编程</category>
      <author>test</author>
      <pubDate>Tue, 27 Jun 2017 07:48:35 +0000</pubDate>
    </item>
    <item>
      <title>阿里提示ecshop代码注入漏洞edit_languages.php的解决方法</title>
      <link>https://www.sssi.cn/thread-1448-1-1.html</link>
      <description><![CDATA[解决方法：

首先找到这个文件/admin/edit_languages.php

修复处有1处。

搜索如下代码（120行）：

在120行直接替换代码如下代码：
$dst_items[$i] = $_POST[\'item_id\'][$i] .\' = \'. \'\\\'\' .$_POST[\'item_content\'][$i]. \'\\\';\'; ...]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 Mar 2017 02:26:56 +0000</pubDate>
    </item>
    <item>
      <title>阿里提示ecshop注入漏洞lib_api.php的解决方法</title>
      <link>https://www.sssi.cn/thread-1447-1-1.html</link>
      <description><![CDATA[解决方法：
首先找到这个文件/api/client/includes/lib_api.php
修复处有1处。
搜索如下代码（246行）：

在247行｛后面直接添加如下代码：]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 Mar 2017 02:23:16 +0000</pubDate>
    </item>
    <item>
      <title>阿里提示ecshop注入漏洞alipay.php的解决方法</title>
      <link>https://www.sssi.cn/thread-1446-1-1.html</link>
      <description><![CDATA[解决方法：
首先找到这个文件/includes/modules/payment/alipay.php
修复处有1处。
搜索如下代码（180行）：

在180行直接替换代码如下代码：]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 Mar 2017 02:21:28 +0000</pubDate>
    </item>
    <item>
      <title>阿里提示ecshop后台SQL注入comment_manage.php的解决方法</title>
      <link>https://www.sssi.cn/thread-1445-1-1.html</link>
      <description><![CDATA[解决方法：

首先找到这个文件/member/article_add.php

修复处有1处。

搜索如下代码（336行）：

将336-337行直接替换为如下代码：]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 Mar 2017 02:19:00 +0000</pubDate>
    </item>
    <item>
      <title>阿里提示ecshop后台安装目录变量覆盖漏洞index.php的解决方法</title>
      <link>https://www.sssi.cn/thread-1444-1-1.html</link>
      <description><![CDATA[解决方法：

首先找到这个文件/install/index.php

修复处有1处。

搜索如下代码（397行）：

将397行直接替换如下代码：]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 Mar 2017 02:17:00 +0000</pubDate>
    </item>
    <item>
      <title>阿里提示ecshop SQL注入漏洞affiliate_ck.php的解决方法</title>
      <link>https://www.sssi.cn/thread-1443-1-1.html</link>
      <description><![CDATA[解决方法：

首先找到这个文件/admin/affiliate_ck.php

修复处有2处。

搜索如下代码（31行于51行）：

将31行与51行直接替换如下代码：]]></description>
      <category>网络编程</category>
      <author>webmaster</author>
      <pubDate>Tue, 07 Mar 2017 02:15:23 +0000</pubDate>
    </item>
  </channel>
</rss>