<?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>大黄庄托管班接送-上学接送 - 教育学习</title><link>http://www.chinahegu.cn/</link><description>大黄庄托管班附近-大黄庄托管班 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>Copyright 大黄庄托管班附近-大黄庄托管班 </copyright><pubDate>Fri, 17 Apr 2026 05:36:07 +0800</pubDate><item><title>web前端外包css优化总结</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2777.html</link><pubDate>Sat, 01 Sep 2018 23:22:04 +0800</pubDate><guid>http://www.chinahegu.cn/article/2777.html</guid><description><![CDATA[<p>&nbsp;css 写起来并不难，但在大型项目中，就变得难以管理，特别是不同的人在 css 书写风格上稍有不同，团队上就更加难以沟通，为此总结了一些如何实现高效整洁的 css 代码原则。</p><div>&nbsp;</div><div><span style="font-size: larger;"><strong>css 优化的原则</strong></span></div><div>1、不影响页面的布局</div><div>2、去掉不必要的样式</div><div>3、合并相同的样式</div><p>...</p>]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2777.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2777</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2777&amp;key=bce981ce</trackback:ping></item><item><title>UI切图外包要求</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2774.html</link><pubDate>Wed, 22 Aug 2018 14:29:04 +0800</pubDate><guid>http://www.chinahegu.cn/article/2774.html</guid><description><![CDATA[<p>&nbsp;因为时间或者技术专业原因，需要将UI切图工作外包给团队之外的工程师去做。为了更有效的使用别人制作好的静态页面，<strong>建议采用以下的原则：&nbsp;</strong></p><div>1.文件名称不能出现中文、不能出现空格, 名称尽量采用贴近功能的英文或缩写表示&nbsp;</div><div>2.CSS需要要根据模块进行分割,最终的css要通过recss编译&nbsp;</div><div>3.尽量采用单页应用设计思路，即: 以单张网页为主体，各个部分根据点击动作通过ajax或load进行加载&nbsp;</div>...]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2774.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2774</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2774&amp;key=1c2708b7</trackback:ping></item><item><title>git 修改提交的用户名和邮箱名字</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2773.html</link><pubDate>Sat, 04 Aug 2018 11:45:04 +0800</pubDate><guid>http://www.chinahegu.cn/article/2773.html</guid><description><![CDATA[<p><strong>git 修改当前的project的用户名的命令为：</strong></p><div>git config user.name 你的目标用户名;</div><div>&nbsp;</div><div>git修改当前的project提交邮箱的命令为：</div><div>git config user.email 你的目标邮箱名;</div><div>&nbsp;</div><div>如果你要修改当前全局的用户名和邮箱时，需要在上面的两条命令中添加一个参数，&ndash;global，代表的是全局。</div>...]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2773.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2773</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2773&amp;key=01c5cdf3</trackback:ping></item><item><title>前端切图外包-什么是切图？</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2765.html</link><pubDate>Tue, 10 Jul 2018 21:36:43 +0800</pubDate><guid>http://www.chinahegu.cn/article/2765.html</guid><description><![CDATA[<p><strong>&nbsp;什么是切图？</strong></p><div>&nbsp;</div><div>我觉得百度的解释就很准确了，以下来自百度：</div><div>&nbsp;</div><div>切图是指将设计稿切成便于制作成页面的图片，并完成html+css布局的静态页面，有利于交互，形成良好的视觉感。通俗来讲，把一张设计图利用到切片工具 把自己所需的切成一张张小图，然后用DIV+CSS完成静态页面书写，完成CSS布局。</div><div>&nbsp;</div>...]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2765.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2765</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2765&amp;key=9e5f8b8a</trackback:ping></item><item><title> 前端开发外包工作模式</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2755.html</link><pubDate>Wed, 04 Jul 2018 11:06:37 +0800</pubDate><guid>http://www.chinahegu.cn/article/2755.html</guid><description><![CDATA[<div><strong>以前老的方式是：</strong></div><div>1.产品经历/领导/客户提出需求</div><div>2.UI做出设计图</div><div>3.前端工程师做html页面</div><div>4.后端工程师将html页面套成jsp／php页面<span style="color: rgb(51, 153, 102);">（前后端强依赖，后端必须要等前端的html做好才能套jsp／php。如果html发生变更，开发效率低）</span></div><div>5.集成出现问题</div>...]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2755.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2755</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2755&amp;key=a8434d6b</trackback:ping></item><item><title>前端外包服务流程</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2753.html</link><pubDate>Mon, 02 Jul 2018 11:51:29 +0800</pubDate><guid>http://www.chinahegu.cn/article/2753.html</guid><description><![CDATA[<p><strong>&nbsp;沟通需求，效果确定价格和时间</strong></p><div>1.常规的鼠标经过效果，幻灯片效果如果没有特殊的需求，会按照常规的样式去做。</div><div>2.如果有特殊效果需求，H5效果、自适应效果、特殊的js样式需要告知客服。</div><div>3.我们会在约定的时间内完成，非常着急的一定要告知客服，我们会安排加班加点。</div><div>&nbsp;</div><div><strong>签约合同或走担保交易可开发票</strong></div>...]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2753.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2753</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2753&amp;key=364c7b20</trackback:ping></item><item><title>web前端开发一张页面多少钱？</title><author>a@b.com (xiaoming)</author><link>http://www.chinahegu.cn/article/2748.html</link><pubDate>Wed, 27 Jun 2018 15:55:02 +0800</pubDate><guid>http://www.chinahegu.cn/article/2748.html</guid><description><![CDATA[<p>我们是国内较早的专注web前端外包的公司，我们经常接触到客户最关系的问题就是&mdash;&mdash;<strong>web前端开发一张页面多少钱？</strong></p><div>&nbsp;</div><div>是的，在商言商，谈费用一点不俗，相反我们谈好了价格才是促进长久合作的第一步。</div><div>&nbsp;</div><div><strong>下面以外包的报价情况进行解答：</strong></div><div>&nbsp;</div><div>以下没有对仿站、APP等进行报价，只是针对web前端外包最常见的几个类型：</div>...]]></description><category>教育学习</category><comments>http://www.chinahegu.cn/article/2748.html#comment</comments><wfw:comment>http://www.chinahegu.cn/</wfw:comment><wfw:commentRss>http://www.chinahegu.cn/feed.asp?cmt=2748</wfw:commentRss><trackback:ping>http://www.chinahegu.cn/cmd.asp?act=tb&amp;id=2748&amp;key=4848e8af</trackback:ping></item></channel></rss>
