摘要: 1.首先打开我们已经建好的仓库 "test.github.com" 页面,可以看到如下图页面,找到“新建文件Create new file”按钮并点击。 2.进入到新建文件页面后,可以看到有个“name your file...”输入框,我们输入一个 "css/" (当输入完成时,页面会自动创建一个 阅读全文
posted @ 2016-08-04 09:48 木子的紫微星 阅读(1180) 评论(0) 推荐(2) 编辑
摘要: 1.首先进入“仓库Repositories”,点击“新建New”。 2.填写“仓库名称Repository name”, 命名建议用"此仓库名称+github.com" (仅个人建议,无论怎样命名都可以。我这里命名为test.github.com,如果我的github用户名为“muzideziwei 阅读全文
posted @ 2016-08-03 16:56 木子的紫微星 阅读(1046) 评论(0) 推荐(1) 编辑
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 ... 5 <link rel="stylesheet" href="path/swiper.min.css"> 6 </head> 7 <body> 8 ... 9 <script src="path/swiper.min 阅读全文
posted @ 2016-06-28 15:11 木子的紫微星 阅读(11170) 评论(0) 推荐(0) 编辑
摘要: 1.图片压缩工具:https://tinypng.com 通过选择性地降低图像中颜色的数量,需要更少的字节来存储数据。效果几乎是看不见的,也就是说图片清晰度保持高度一致,但是文件大小缩小了,非常适用于图片很多的网页制作。 2.前端学习网站:http://www.w3cplus.com/ 内容丰富,而 阅读全文
posted @ 2014-12-10 15:56 木子的紫微星 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 最终的页面: 步骤: 1.搜索标签代码 <input id="keyword" type="text" class="text" onfocus= "this.style.color='#000'; if(this.value=='品牌/型号/套餐/配件')this.value=''" onblur 阅读全文
posted @ 2013-08-14 16:12 木子的紫微星 阅读(833) 评论(1) 推荐(0) 编辑
摘要: 注意: 这里虽然说是兼容,但是有些浏览器的设置就是不支持用js来把页面设为首页,加入收藏夹,只能让用户手动去在浏览器或者按键去设置这些功能,这里说的兼容是指当浏览器有这个设置的时候js会有提示. Code: <!doctype html> <html> <head> <title>把页面设置为首页, 阅读全文
posted @ 2013-08-07 09:44 木子的紫微星 阅读(562) 评论(0) 推荐(0) 编辑
摘要: SELECT TOP 10 * FROM PE_CommonModel C INNER JOIN PE_U_xsjg U ON C.ItemID=U.ID WHERE C.Status=99 ORDER BY C.UpdateTime DESC以图片_内容页为例: 1. 打开“系统设置” “内容模型 阅读全文
posted @ 2013-07-29 21:17 木子的紫微星 阅读(1307) 评论(12) 推荐(1) 编辑
摘要: <div class="one"> <h3>{PE.Label id="取得节点名称" nodeId='{PE.Label id="取得一级节点ID" nodeid="@RequestInt_Id"/}'/}</h3> <ul> {PE.Label id="子栏目导航" nodeId='{PE.La 阅读全文
posted @ 2013-04-09 16:16 木子的紫微星 阅读(356) 评论(0) 推荐(0) 编辑
摘要: (1)IE6中像素问题: IE6 : 火狐: 解决方法:加repeat-x .align{ width:1920px; height:3px; background:url(../image/line_blue.jpg) repeat-x; margin-bottom:20px; } 附 line_ 阅读全文
posted @ 2013-03-22 15:01 木子的紫微星 阅读(271) 评论(2) 推荐(0) 编辑
摘要: 一:首页标题,关键字,描述 <meta content='{PE.Label id="取得META信息" nodeId="@RequestInt_Id" metaType="keywords" /}' name="Keywords" /> <meta content='{PE.Label id="取 阅读全文
posted @ 2012-12-09 14:34 木子的紫微星 阅读(905) 评论(0) 推荐(0) 编辑