摘要:
actionscript3 apache applescript asp brainfuck c cfm clojure cmake coffee-script, coffeescript, coffee cpp - C++ cs csharp css csv bash diff elixir er 阅读全文
摘要:
偶然发现一个很有意思的加载动画,效果如下: 乍一看以为是个绿色的gif图,其实是个白底的gif,而在动的两个小正方形是透明的,背景色绿色,才会看起来是绿色小gif。 挺奇妙的。 代码: <div style="display: inline-block; background-color: #99c 阅读全文
摘要:
git remote update origin --prune 或者 git remote update origin -p 另外,git branch -a可以查看本地和远程分支列表 阅读全文
摘要:
这是一个简单的登录与注册的TP5的例子~ 1、html部分 首页:application\index\view\index\index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equ 阅读全文
摘要:
前端人,前端魂,前端最常打交道就是接口,来吧,用php撸两个~ 1、html部分 application\index\view\index\index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta 阅读全文
摘要:
1、html部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" co 阅读全文
摘要:
1、打开PHPStudy并启动 2、打开 数据库管理工具、新建本地数据库(如果已经新建过就跳过这一步) (新建MySQL连接) 3、写控制器 application\index\controller\Index.php <?php namespace app\index\controller; // 阅读全文
摘要:
第一步:我们在自己的电脑上搭建网站的时候第一步需要一个集成环境软件,小编推荐“phpstudy”软件。 phpstudy2018下载 链接:https://pan.baidu.com/s/1c__FvDmtdG72NAokfaf5IA 提取码:wn09 第二步:我们安装完phpstudy之后呢,我们 阅读全文
摘要:
一、浏览器允许每个域名所包含的cookie数: Microsoft指出InternetExplorer8增加cookie限制为每个域名50个,但IE7似乎也允许每个域名50个cookie。 Firefox每个域名cookie限制为50个。 Opera每个域名cookie限制为30个。 Safari/ 阅读全文
摘要:
这组件是基于elementui写的,除了复制剪贴板之外,还有悬浮提示、加载动画、多行隐藏,如果不需要的话可以自行更改 <template> <div v-loading="loading" class=""> <el-popover :content="value || '暂无内容'" :close 阅读全文