<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>北京前端外包 - 移动app外包</title><link>http://www.chinasgp.cn/</link><description>北京前端开发_靠谱前端外包团队 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>Copyright 北京前端外包|北京前端开发外包|北京前端兼职私活 chinasgp.cn </copyright><pubDate>Sun, 05 Apr 2026 00:31:27 +0800</pubDate><item><title>微信小程序开发框架有哪些？微信小程序开发</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2825.html</link><pubDate>Sun, 17 May 2020 10:07:19 +0800</pubDate><guid>http://www.chinasgp.cn/article/2825.html</guid><description><![CDATA[<p><strong>&nbsp;megalo -- 网易考拉小程序解决方案</strong></p><div>megalo 是基于 Vue 的小程序框架（没错，又是基于 Vue 的小程序框架），但是它不仅仅支持微信小程序，还支持支付宝小程序，同时还支持在开发时使用更多 Vue 的特性。</div><div>&nbsp;</div><div><div><strong>mpvue基于 Vue.js 的小程序开发框架</strong></div><div>网站地址:https://github.com/Meituan-Dianping/mpvue</div>...</div>]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2825.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2825</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2825&amp;key=43608f27</trackback:ping></item><item><title> websocket心跳包机制|websocket心跳重连简单实现</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2823.html</link><pubDate>Mon, 11 May 2020 17:43:29 +0800</pubDate><guid>http://www.chinasgp.cn/article/2823.html</guid><description><![CDATA[<p><strong>&nbsp;1. 心跳重连原由</strong></p><div>心跳和重连的目的用一句话概括就是客户端和服务端保证彼此还活着，避免丢包发生。</div><div>&nbsp;</div><div>websocket连接断开有以下两证情况：</div><div><strong>前端断开</strong></div><div>在使用<a href="/search.asp?q=websocket" target="_blank">websocket</a>过程中，可能会出现网络断开的情况，比如信号不好，或者网络临时关闭，这时候websocket的连接已经断开，而不同浏览器有不同的机制，触发onclose的时机也不同，并不会理想执行websocket的onclose方法，我们无法知道是否断开连接，也就无法进行重连操作。</div>...]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2823.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2823</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2823&amp;key=ff780948</trackback:ping></item><item><title>静态网页模板外包，静态网页制作方法</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2820.html</link><pubDate>Wed, 06 May 2020 23:08:24 +0800</pubDate><guid>http://www.chinasgp.cn/article/2820.html</guid><description><![CDATA[<p><span style="font-size: larger;"><strong>静态网页制作方法</strong></span></p><div style="margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 宋体, Arial, Lucida, Verdana, Helvetica, sans-serif; font-size: 16px;">&nbsp;</div><div style="margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 宋体, Arial, Lucida, Verdana, Helvetica, sans-serif; font-size: 16px;">准备好一张psd的网站图，软件photoshop；&nbsp;</div>...]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2820.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2820</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2820&amp;key=564bbc09</trackback:ping></item><item><title>vue.js输入框change事件并获取值</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2816.html</link><pubDate>Thu, 30 Apr 2020 12:48:24 +0800</pubDate><guid>http://www.chinasgp.cn/article/2816.html</guid><description><![CDATA[<p><strong>&nbsp;1.html</strong></p><div>&lt;input type=&quot;text&quot; @change=&quot;specifiName($event)&quot; /&gt;//输入框的change事件</div><div>&lt;input type=&quot;text&quot; @input=&quot;specifiName($event)&quot; /&gt;//输入框的输入事件</div><div>&lt;input type=&quot;text&quot; @keyup.enter=&quot;specifiName($event)&quot; /&gt;//输入框的回车事件</div><p>...</p>]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2816.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2816</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2816&amp;key=0a5d27e4</trackback:ping></item><item><title>开启gzip压缩_开GZIP有什么好处？</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2812.html</link><pubDate>Wed, 15 Apr 2020 16:25:34 +0800</pubDate><guid>http://www.chinasgp.cn/article/2812.html</guid><description><![CDATA[<p><strong>1.开GZIP有什么好处？</strong></p><div>答：Gzip开启以后会将输出到用户浏览器的数据进行压缩的处理，这样就会减小通过网络传输的数据量，提高浏览的速度。</div><div>&nbsp;</div><div><strong>2.如何启用IIS的Gzip压缩功能：</strong></div><div>答：首先，如果你需要压缩静态文件（HTML），需要在硬盘上建一个目录，并给它&ldquo;IUSR_机器名&rdquo;这个用户的写权限。如果压缩动态文件（PHP，asp，aspx）就不需要了，因为它的页面是每次都动态生成的，压缩完就放弃。然后在IIS管理器中，&ldquo;网站&rdquo;上面右键－属性，不是下面的某个站点，而是整个网站。进入&ldquo;服务&rdquo;标签，选上启用动态内容压缩，静态内容压缩。然后选中网站下面那个服务器扩展，新建一个服务器扩展。名字无所谓，下面的添加文件的路径是： c:\windows\system32\inetsrv\gzip.dll，然后启用这个扩展。这时候静态内容是可以压缩的，但是对于动态内容，aspx文件却不在压缩范围内。因为默认的可压缩文件并没有这个扩展名。而管理界面中你又找不到可以增加扩展名的地方，这时候只能去修改它的配置文件了。在c:\windows\system32\inetsrv\下面有个MetaBase.xml文件，可以用记事本打开，找到IIsCompressionScheme，有三个相同名字的段，分别是deflate,gzip,Parameters，第三段不用管它，前两段有基本相同的参数，在这两段的参数HcScriptFileExtensions下面都加上一行aspx，如果你有其它的动态程序要压缩，也加在这里。HcDynamicCompressionLevel改成9，（0－10，9是性价比最高的一个）。然后需要重启一下IIS服务，就可以体会到压缩后的速度了。</div><p>...</p>]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2812.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2812</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2812&amp;key=2c9ba87b</trackback:ping></item><item><title>vue开发bus.$on事件被多次绑定,vue开发eventbus被多次触发</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2803.html</link><pubDate>Thu, 14 Nov 2019 09:53:56 +0800</pubDate><guid>http://www.chinasgp.cn/article/2803.html</guid><description><![CDATA[<div><strong>vue中eventbus被多次触发（vue中使用eventbus踩过的坑）【bus.$on事件被多次绑定】</strong></div><div><strong>问题描述：</strong>只要页面没有强制刷新，存在组件切换，bus.$on方法会被多次绑定，造成事件多次触发</div><div>&nbsp;</div><div><strong>解决办法一：</strong>在每次调用方法前先解绑事件( bus.$off )，然后在重新绑定( bus.$on )</div><p>...</p>]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2803.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2803</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2803&amp;key=694d98d7</trackback:ping></item><item><title>网页html5外包团队-html语义化优点</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2788.html</link><pubDate>Mon, 25 Feb 2019 14:35:11 +0800</pubDate><guid>http://www.chinasgp.cn/article/2788.html</guid><description><![CDATA[<p><strong>&nbsp;网站性能优化</strong></p><div>代码优化可以帮助减少多达100%的你的网站的加载时间！我们会对所有的HTML和CSS进行整合优化，从而大大降低了网站的加载时间，提高整体网站性能。</div><div>&nbsp;</div><div><strong>浏览器的兼容性</strong></div><div>我们手工编写的HTML、CSS，让您的网站能完美兼容各大主流浏览器（IE6~11，Safari，Opera，Firefox和Chrome等）</div>...]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2788.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2788</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2788&amp;key=b5ada61d</trackback:ping></item><item><title>h5外包制作规范 h5外包代码规范</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2774.html</link><pubDate>Sat, 15 Sep 2018 01:05:58 +0800</pubDate><guid>http://www.chinasgp.cn/article/2774.html</guid><description><![CDATA[<p><strong>计量单位的使用</strong></p><div>css的计量单位有<strong>三种选择：</strong></div><div>px: 固定的相素值</div><div>em: 相对父级元素的font-size设置来作为当前元素1em所代表的像素值，如父节点的font-size:10px，当前节点的font-size:1.2em,则当前节点的font-size实为12px;</div><div>rem：相对根节点html的font-size设置来作为当前元素1rem所代表的像素值，与em的区别就是rem的基本度量单位与父节点无关，只与根节点font-size的设置有关，如设置html{font-size:10px;}后当前dom所有节点的1rem都表示10px;</div>...]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2774.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2774</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2774&amp;key=6c5b4582</trackback:ping></item><item><title>html5切图外包,html5 制作外包|PSD转HTML5切图外包</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2766.html</link><pubDate>Wed, 11 Jul 2018 22:25:09 +0800</pubDate><guid>http://www.chinasgp.cn/article/2766.html</guid><description><![CDATA[<p>PSD转HTML,切图外包服务,html5手机前端制作</p><div><strong>服务范围：</strong></div><div>1、常规PSD切图&mdash;&mdash;企业、电商、门户等网站的PSD转HTML5常规页面制作；</div><div>2、手机前端页面&mdash;&mdash;手机、微信、APP等移动端页面、响应式页面前端制作；</div><div>3、快度仿站&mdash;&mdash;提供仿站网址，网站前端全功能模仿；</div><div>4、高端定制&mdash;&mdash;承接大型项目前端开发任务，如oa,crm,erp系统前端开发；</div><p>...</p>]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2766.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2766</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2766&amp;key=5e73ecad</trackback:ping></item><item><title>Html5手机网站是什么？为什么需要开发移动手机网站？</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/2752.html</link><pubDate>Sun, 01 Jul 2018 17:28:24 +0800</pubDate><guid>http://www.chinasgp.cn/article/2752.html</guid><description><![CDATA[<div><div><strong>HTML手机站是什么？</strong></div><div>指的根据您使用的移动终端，给您适配的网站类型，您可以理解为您PC网站的手机版。</div><div>&nbsp;</div><div><strong>为什么要做手机站？</strong></div><div>经常客户会问我们，自己的手机什么电脑网站都可以访问，还要做手机版网站干吗？智能手机访问电脑版网站是没问题的，但目前国内还有很大一部分用户用的是非智能手机，虽然用uc,qq等浏览器也能达到访问的效果，但呈现的网页非常凌乱，不能给用户很好的体验。智能手机通过浏览器缩放功能也很难有好的浏览体验，再来智能机访问电脑网页的速度要远低于访问手机版网页，在国内手机上网流量资费高昂的环境下，手机版为用户节省流量。</div>...</div>]]></description><category>移动app外包</category><comments>http://www.chinasgp.cn/article/2752.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=2752</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=2752&amp;key=2fa24edd</trackback:ping></item></channel></rss>
