<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>huangjianan@召隆企博汇</title>
    <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2</link>
    <description>召隆企博汇论坛</description>
    <copyright>Copyright(C) 召隆企博汇论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 09:54:46 +0000</lastBuildDate>
    <image>
      <url>http://bbs.clogcn.com/static/image/common/logo_88_31.gif</url>
      <title>召隆企博汇论坛</title>
      <link>http://bbs.clogcn.com/</link>
    </image>
    <item>
      <title>sql记录</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=69</link>
      <description><![CDATA[2.------------------------------------------------------------------------------------------  这个是行转列，用于你后台的查询统计的  mysql查询表所有列名，并用逗号分隔     SELECT GROUP_CONCAT(COLUMN_NAME SEPARATOR &quot;,&quot;) FROM information_schema.COLUMNS  WHERE TABLE_SCHEMA = 'db_name' AND TABLE_NAME = ' ...]]></description>
      <author>huangjianan</author>
      <pubDate>Wed, 24 Jun 2020 11:32:15 +0000</pubDate>
    </item>
    <item>
      <title>计算坐标</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=68</link>
      <description><![CDATA[1.SELECT  &amp;nbsp; &amp;nbsp; SiteID,SiteName,GpsLocation,  &amp;nbsp; &amp;nbsp; ROUND(  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6378.138 * 2 * ASIN(  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SQRT(  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; POW(  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...]]></description>
      <author>huangjianan</author>
      <pubDate>Wed, 24 Jun 2020 11:29:45 +0000</pubDate>
    </item>
    <item>
      <title>关于企博汇项目的几个注意点</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=67</link>
      <description><![CDATA[vue后台的登录方式： 1.如果是从其他站点登录过来的，参考：企博汇项目的vueConsole  2.如果是从vue项目里直接登录的，参考：企博汇项目的allienceVueConsole]]></description>
      <author>huangjianan</author>
      <pubDate>Wed, 13 May 2020 02:03:31 +0000</pubDate>
    </item>
    <item>
      <title>关于用企博汇vue-cli打包之后dist文件过大的一些解决方法</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=66</link>
      <description><![CDATA[1.用 npm run dev --report 查看打包后的哪个文件大 2.压缩后的app.css过大：   在build/webpack.prod.conf.js的 allChunks配置改成false     3.线上版本的map文件可以去掉（测试线可以不去掉）：     config/index.js的  productionSourceMap配置改成false]]></description>
      <author>huangjianan</author>
      <pubDate>Wed, 15 Jan 2020 02:24:05 +0000</pubDate>
    </item>
    <item>
      <title>企博汇后台cue-cli打包</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=52</link>
      <description><![CDATA[1.cd vue文件路径 2.npm run build  3.打包好的文件在同级目录的dist文件  4.将dist文件上传到正式站的指向目录下即可]]></description>
      <author>huangjianan</author>
      <pubDate>Thu, 02 Jan 2020 01:51:20 +0000</pubDate>
    </item>
    <item>
      <title>apiloud打包安卓测试app</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=51</link>
      <description><![CDATA[1.rwJS.js的请求url需要改成线上的 2.提交svn 3.登录 https://www.apicloud.com   4.进入云编译页面 https://www.apicloud.com/package ，选择测试版的类型-》点击云编译等待即可]]></description>
      <author>huangjianan</author>
      <pubDate>Thu, 02 Jan 2020 01:48:25 +0000</pubDate>
    </item>
    <item>
      <title>vue的Element组件上传文件el-upload上传成功后清空</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=38</link>
      <description><![CDATA[&amp;lt;el-upload action=&quot;#&quot; ref=&quot;upload&quot; list-type=&quot;picture&quot; :show-file-list=&quot;true&quot; :limit=&quot;1&quot; :http-request=&quot;handleUpload&quot;&amp;gt;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;el-button size=&quot;small&quot; type=&quot;primary&quot;&amp;gt;点击上传&amp;lt;/el-button&amp;gt;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/el-upload&amp;gt;     vue:    this.$refs.upload.clearFiles()    ...]]></description>
      <author>huangjianan</author>
      <pubDate>Sat, 28 Dec 2019 12:16:54 +0000</pubDate>
    </item>
    <item>
      <title>运行vue-cli项目时，报‘import’跟‘export’只能被用在顶层</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=37</link>
      <description><![CDATA[在根目录新建一个文件 ：.babelrc&amp;nbsp; 输入  {  &amp;nbsp; &quot;presets&quot;:    &amp;nbsp; &amp;nbsp; &amp;nbsp; }  &amp;nbsp; &amp;nbsp; }],  &amp;nbsp; &amp;nbsp; &quot;stage-2&quot;  &amp;nbsp; ],  &amp;nbsp; &quot;plugins&quot;:    }]]></description>
      <author>huangjianan</author>
      <pubDate>Sat, 28 Dec 2019 12:15:10 +0000</pubDate>
    </item>
    <item>
      <title>图片ID转图片链接</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=12</link>
      <description><![CDATA[$imgUrl=makeImage(图片ID，转换的像素)；]]></description>
      <author>huangjianan</author>
      <pubDate>Tue, 10 Dec 2019 02:29:37 +0000</pubDate>
    </item>
    <item>
      <title>centos7开放端口</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=10</link>
      <description><![CDATA[以下命令需要用root权限  1. 添加开放对外的端口(8080)  &amp;nbsp; &amp;gt; firewall-cmd --zone=public --add-port=8080/tcp--permanent 返回success为成功  命令含义：  --zone #作用域  --add-port=8080/tcp #添加端口，格式为：端口/通讯协议  --permanent #永久生效  &amp;nbsp;  2.重启防火墙：  &amp;gt; systemctl restart firewalld ...]]></description>
      <author>huangjianan</author>
      <pubDate>Mon, 09 Dec 2019 02:35:02 +0000</pubDate>
    </item>
    <item>
      <title>关于html的一些记录</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=2&amp;do=blog&amp;id=8</link>
      <description><![CDATA[1.文字自然展开  text-align-last: justify;     2.图片水平垂直居中不变形  &amp;lt;div style=&quot;display: table-cell;vertical-align: middle;text-align: center; width: 96px; height: 96px;&quot;&amp;gt;  &amp;lt;img style=&quot;max-width: 100%; max-height: 100%; margin: auto;&quot; src=&quot;&quot;/&amp;gt;     3.文字超过一定宽度，自动省略。手机端上width可以 ...]]></description>
      <author>huangjianan</author>
      <pubDate>Fri, 06 Dec 2019 03:56:53 +0000</pubDate>
    </item>
  </channel>
</rss>