摘要: 一、1、两个重要配置文件 项目配置文件 tp5.0\application\config.php //一定要开发环境开启debug调试,不然调试很麻烦 数据库配置文件 tp5.0\application\database.php //数据库配置文件 2、__DIR__ 、__FILE__ 在PHP5 阅读全文
posted @ 2017-09-12 12:59 CoKeny 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 一、文件目录: application: 应用目录,开发文件存放地 extend:扩展 public:入口文件 thinkphp:核心代码 vendor:第三方类库 二、域名Apache配置 ①C:\windows\system32\drivers\etc\hosts 127.0.0.1 www.x 阅读全文
posted @ 2017-09-12 01:08 CoKeny 阅读(621) 评论(0) 推荐(0) 编辑
摘要: 创建数组: var myarr = new Array(); 一维数组: myarr[] 二维数组: myarr[][] 二维数组的定义之方法一: 将上面二维数组,用表格的方式表示: 二维数组的定义之方法二: var Myarr = [[0 , 1 , 2 ],[1 , 2 , 3]] 3. 赋值 阅读全文
posted @ 2017-08-25 10:24 CoKeny 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1、设置div{ font-size: 0}2、设置img{ display: block}3、设置img{ vertical-align:top;} 阅读全文
posted @ 2017-07-17 14:33 CoKeny 阅读(669) 评论(0) 推荐(0) 编辑
摘要: 我在下面 我在上面 阅读全文
posted @ 2017-05-04 09:52 CoKeny 阅读(3459) 评论(0) 推荐(0) 编辑
摘要: 两个页面 ,,上面是效果图!!!! 以下代码有部分是开发时用到的代码,懒的删了。不需要的自行删除 代码如下 : 上面的index.js引用到的util.js ,重要 接下来就是朋友圈的显示列表页面 onLoad:function(options){ // 页面初始化 options为页面跳转所带来的 阅读全文
posted @ 2017-04-24 13:25 CoKeny 阅读(1797) 评论(0) 推荐(0) 编辑
摘要: //index.wxml 弹出action sheet {{item.txt}} 取消 提示:您选择了菜单{{menu}} //index.js Page({ data:{ // text:"这是一个页面" actionSheetHidden:true, actionSheetItems:[ ... 阅读全文
posted @ 2017-04-21 16:06 CoKeny 阅读(23991) 评论(1) 推荐(1) 编辑
摘要: 文件 目录如上图: 看到网上写的模块化都比较复杂,写个入门版的 好让大家理解理解 //common.js //index.html 因为取的是name,所以最后输出的是xiaoming 和xiaohong。 阅读全文
posted @ 2017-04-19 23:28 CoKeny 阅读(26514) 评论(1) 推荐(3) 编辑
摘要: teleport ultra 使用说明 http://www.cnblogs.com/xiaoweihuang/p/5775436.html winhttrack 使用说明 https://www.zhihu.com/question/34188286 阅读全文
posted @ 2017-04-14 15:39 CoKeny 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 1、初始化浏览器显示 <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> 阅读全文
posted @ 2017-04-12 23:24 CoKeny 阅读(154) 评论(0) 推荐(0) 编辑