<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>召隆企博汇</title>
    <link>http://bbs.clogcn.com/</link>
    <description>召隆企博汇论坛</description>
    <copyright>Copyright(C) 召隆企博汇论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 10:19:44 +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>getCurrentPages()的使用</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=4&amp;do=blog&amp;id=70</link>
      <description><![CDATA[getCurrentPages() 函数用于获取当前页面栈的实例，以数组形式按栈的顺序给出，第一个元素为首页，最后一个元素为当前页面。 注意：  不要尝试修改页面栈，会导致路由以及页面状态错误。 不要在 App.onLaunch 的时候调用 getCurrentPages()，此时page 还没有生成。  熟悉页面栈后才能更好的使用getCurrentPages()，下面将 ...]]></description>
      <author>liwp</author>
      <pubDate>Tue, 21 Jul 2020 09:25:53 +0000</pubDate>
    </item>
    <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>数组的字段合并</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=6&amp;do=blog&amp;id=65</link>
      <description><![CDATA[&amp;lt;!DOCTYPE html&amp;gt;  &amp;lt;html&amp;gt;  &amp;lt;head&amp;gt;     &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;  &amp;lt;/head&amp;gt;  &amp;lt;body&amp;gt;     &amp;lt;/body&amp;gt;  &amp;lt;script type=&quot;text/javascript&quot;&amp;gt;     var table1= ;     var table2= ;     var table3= ;     &amp;nbsp; //根据lineid把table2合并到table1//     table2.forEach(function(o,d){      table1.forEach(function(t){      &amp;nbsp; &amp;nbsp; ...&lt;br /&gt;&lt;img src=&quot;data/attachment/album/202001/14/162323t3y5jn0d0hh3zhww.png.thumb.jpg&quot;&gt;]]></description>
      <author>至臻</author>
      <pubDate>Tue, 14 Jan 2020 08:23:42 +0000</pubDate>
    </item>
    <item>
      <title>评价-选择星级</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=9&amp;do=blog&amp;id=64</link>
      <description><![CDATA[&amp;nbsp;通过改变&amp;lt;i&amp;gt;标签中的class样式来控制星星个数：  class=&quot;star-on-png&quot; 代表一星    class=&quot;star-half-png&quot; 代表半颗星class=&quot;star-off-png&quot; 代表零颗星 效果图：（颜色可通过修改下面css中的颜色属性任意修改，大小可通过修改下面css中的字体font-size:1.3em;来改变）    &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp ...]]></description>
      <author>linmy</author>
      <pubDate>Sun, 05 Jan 2020 13:16:25 +0000</pubDate>
    </item>
    <item>
      <title>首页标签导航点击滑动居中</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=9&amp;do=blog&amp;id=63</link>
      <description><![CDATA[&amp;lt; html &amp;gt;        &amp;lt; head &amp;gt;            &amp;lt; meta   charset = &quot;UTF-8&quot; &amp;gt;            &amp;lt; meta   name = &quot;viewport&quot;   content = &quot;width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no&quot;  /&amp;gt;            &amp;lt; title &amp;gt;  &amp;lt;/ title &amp;gt;            &amp;lt; style   type = &quot;text/css&quot; &amp;gt;                 head ...]]></description>
      <author>linmy</author>
      <pubDate>Sun, 05 Jan 2020 13:04:38 +0000</pubDate>
    </item>
    <item>
      <title>安装node插件</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=10&amp;do=blog&amp;id=62</link>
      <description><![CDATA[如需要：  6.安装element-ui  npm i element-ui -S     7.安装axios  vue-axios + axios 入坑基础安装  最近搞VUE，一大堆懵逼。把平时需要安装的！     首先，有时候直接安装 axios 在 vuecil 会报错     先安装！     npm install axios  然后！     npm install --save axios vue-axios  配置模板！     import Vue fro ...]]></description>
      <author>czk</author>
      <pubDate>Sat, 04 Jan 2020 14:54:22 +0000</pubDate>
    </item>
    <item>
      <title>javaScript中关于ES6关键字 let、const 与 var 的区别</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=6&amp;do=blog&amp;id=61</link>
      <description><![CDATA[var 关键字    1.没有块级作用域  {  &amp;nbsp; &amp;nbsp;var a = 10;  }  //=&amp;gt; 外面可以拿到 a 这个变量的值  console.log(a); //=&amp;gt; 10     2.var 有变量提升  console.log(a); //=&amp;gt; undefined  if(true) {  //=&amp;gt; var关键字不存在块级作用域,会导致变量提升     var a = 10;  }  3.var 可以重复声明  var a = 10;  var a = 20 ...]]></description>
      <author>至臻</author>
      <pubDate>Sat, 04 Jan 2020 12:00:29 +0000</pubDate>
    </item>
    <item>
      <title>Jquery常见的事件</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=6&amp;do=blog&amp;id=60</link>
      <description><![CDATA[移除所有的绑定事件        $( &quot;#id&quot; ).unbind( &quot;click&quot; )                     或                     $( &quot;#id&quot; ).unbind();             元素的显示隐藏 $(&quot;#id&quot;).show();  $(&quot;#id&quot;).hide();    $(&quot;#id&quot;).show(&quot;slow&quot;); //600ms&amp;nbsp;      $(&quot;#id&quot;).show(&quot;normal&quot;); //400ms      $(&quot;#id&quot;).show(&quot;fast&quot;); //200ms       ...]]></description>
      <author>至臻</author>
      <pubDate>Sat, 04 Jan 2020 11:44:15 +0000</pubDate>
    </item>
    <item>
      <title>Jquery绑定事件</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=6&amp;do=blog&amp;id=59</link>
      <description><![CDATA[绑定事件 bind（type，data，fuc）  one(type,data,fuc) //只执行一次    常见事件类型      &amp;nbsp;             名称   含义      blur   失去焦点      focus   获得焦点      load   加载      resize   重置大小      scroll   滚动      unload   卸载      click   点击      dblclick   双击      mousedown   鼠标 ...]]></description>
      <author>至臻</author>
      <pubDate>Sat, 04 Jan 2020 11:39:48 +0000</pubDate>
    </item>
    <item>
      <title>点击页面跳转</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=6&amp;do=blog&amp;id=58</link>
      <description><![CDATA[handleView(Name){  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var that=this;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(!Name){  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; that.$router.push( ...]]></description>
      <author>至臻</author>
      <pubDate>Sat, 04 Jan 2020 11:32:36 +0000</pubDate>
    </item>
    <item>
      <title>vue 实现滑动底部加载</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=4&amp;do=blog&amp;id=57</link>
      <description><![CDATA[使用vue实现页面中某块区域滑动到底部加载数据。 1、给要滑动的部分绑定滑动监听事件  &amp;lt;!-- 绑定scroll滑动事件 --&amp;gt;  &amp;lt;div class=&quot;goodLists&quot; @scroll=&quot;scrolltobottom&quot;&amp;gt;  &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;div class=&quot;goodItem&quot; v-for=&quot;product in productList&quot; @click=&quot;goToPage('goodsdetail',product.code)&quot;&amp;gt;  &amp;nbsp; &amp;nbsp; &amp;nbsp; ...]]></description>
      <author>liwp</author>
      <pubDate>Sat, 04 Jan 2020 11:24:10 +0000</pubDate>
    </item>
    <item>
      <title>小程序实现商品数量加减案例</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=4&amp;do=blog&amp;id=54</link>
      <description><![CDATA[用微信小程序原生代码实现商品数量加减。  1、页面布局   &amp;lt; view     class   =  &quot; stepper &quot;   &amp;gt;   &amp;nbsp; &amp;nbsp;&amp;nbsp;  &amp;lt;!-- 减号 --&amp;gt;   &amp;nbsp; &amp;nbsp;   &amp;lt;  text  &amp;nbsp;class   =  &quot;  sign {{num &amp;lt;= 1 ? 'disabled' : 'normal'}}   &quot;    &amp;nbsp;  bindtap   =  &quot; delCount &quot;   &amp;nbsp;data-index   =  &quot; {  {index}} &quot;  ...]]></description>
      <author>liwp</author>
      <pubDate>Sat, 04 Jan 2020 08:35:33 +0000</pubDate>
    </item>
    <item>
      <title>本地安装node</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=10&amp;do=blog&amp;id=53</link>
      <description><![CDATA[1.node官网安装10.16.0版本，太高有些命令用不了  2.进入到项目位置，npm install  3.等待安装完毕，配置vue.config.js，配置域名和打包地址  4.npm run serve   每次修改后查看预览效果  5.npm run build   打包，每次打包都会覆盖掉旧的代码  方便打包不用到线上     ...]]></description>
      <author>czk</author>
      <pubDate>Thu, 02 Jan 2020 04:00:15 +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父子元素绑定事件叠加的解决方法</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=4&amp;do=blog&amp;id=50</link>
      <description><![CDATA[问题描述:  父子元素分别绑定了不同的点击事件,点击子元素,同时触发父子元素的点击事件  解决方案:  阻止父元素冒泡   @node-click.stop=&quot;getUserList&quot;   @click改为@click.stop]]></description>
      <author>liwp</author>
      <pubDate>Sun, 29 Dec 2019 12:21:26 +0000</pubDate>
    </item>
    <item>
      <title>Swiper常用属性记录</title>
      <link>http://bbs.clogcn.com/home.php?mod=space&amp;uid=4&amp;do=blog&amp;id=49</link>
      <description><![CDATA[var  &amp;nbsp;swiper   =  &amp;nbsp;  new  &amp;nbsp;  Swiper  (  '.swiper-container'  ,  &amp;nbsp;  {      direction  :  &amp;nbsp;  'horizontal'  ,  &amp;nbsp;&amp;nbsp;  // 默认是横向，可以设置竖向  vertical &amp;nbsp;&amp;nbsp;&amp;nbsp;Slides  的滑动方向，可设置水平  (horizontal)  或垂直  (vertical)  。       history  :  &amp;nbsp;   ...]]></description>
      <author>liwp</author>
      <pubDate>Sun, 29 Dec 2019 12:18:07 +0000</pubDate>
    </item>
  </channel>
</rss>