摘要: 1.thinphp环境搭建 一、将thinkphp文件拿出来,对我们有用的是cof和library,其他对开发都没有作用。 在thinkphp/library/think文件夹中几个重要的文件 1、App.class.php 框架的核心文件 2、think.class.php 每次请求都要执行的类 阅读全文
posted @ 2017-04-24 18:26 关关大大 阅读(208) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Document</title></head><body> <div ng-app="myapp" ng-controller="myctrl"> <selec 阅读全文
posted @ 2017-04-22 16:16 关关大大 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: 1、点击事件 <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Document</title></head><body> <div ng-app="myapp" ng-controller="myctrl"> 阅读全文
posted @ 2017-04-22 15:59 关关大大 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1、比较两个字符串是否相等 2、对象形式转化成json和json转化成字符串形式 3、便利对象遍历数组 4、绑定数据 5、多个app功能模块的实现 <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Docume 阅读全文
posted @ 2017-04-21 22:42 关关大大 阅读(758) 评论(0) 推荐(0) 编辑
摘要: 复习下js基础并运用正则+replace+substring将一段英语的字母大写 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>首字母大写</title> </head> <body> <div class="dv"></div 阅读全文
posted @ 2017-04-21 21:00 关关大大 阅读(322) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Document</title> <script src="js/angurlar素材/angular/angular.js"></script></head> 阅读全文
posted @ 2017-04-19 21:46 关关大大 阅读(295) 评论(0) 推荐(0) 编辑
摘要: img class="desc_img" src="http://image.so.com/v?q=%E7%BE%8E%E6%99%AF%E5%9B%BE%E7%89%87&src=srp&correct=%E7%BE%8E%E6%99%AF%E5%9B%BE%E7%89%87&fromurl=http:%2F%2Fzgx.888831.blog.163.com%2Fblog%2Fstatic%2F48363686201331423746529%3Fsuggestedreading&gsrc=1#q=%E7%BE%8E%E6%99%AF%E5%9B%BE%E7%89%87&src=srp&correct=%E7%BE%8E%E6%99%AF%E5%9B%BE%E7%89%87&fromurl=http:%2F%2Fzgx.888831.blog.163.com%2Fblog%2Fstatic%2F48363686201331423746529%3Fsuggestedreading&gsrc=1&lightboxindex=0&id=d295bde95defad7767332cceff 阅读全文
posted @ 2017-04-18 23:28 关关大大 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 数据库:以表格形式进行存储的,叫做关系型数据库。 以文档形式进行存储的,叫做文档型数据库。 1切换到D盘:D:回车 2跳转到mysql文件下面:xampp\mysql\bin>mysql -uroot -p 3 没有密码就按回车。 创建:create database 名字; —》; MariaaD 阅读全文
posted @ 2016-12-09 16:16 关关大大 阅读(168) 评论(0) 推荐(0) 编辑
摘要: XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建 XAMPP 软件站集成环境包,大量站长在使用。正确安装好XAMPP后,默认是必须将php程序放到xampp\htdocs文件夹下才能运行,如何把主目录修改到其他盘?比如D: 盘的www文件夹,在这里为使用XAMPP建站的站长 阅读全文
posted @ 2016-12-05 11:49 关关大大 阅读(8083) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <title></title> <meta charset="utf-8"> <style type="text/css"> #dv1{ width: 300px; height: 300px; border: 1px solid; backg 阅读全文
posted @ 2016-11-06 08:44 关关大大 阅读(151) 评论(0) 推荐(0) 编辑