码迷,mamicode.com
首页 > Web开发
css脱离文档流
作者:张秋怡链接:http://www.zhihu.com/question/24529373/answer/29135021来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 Q: 脱离文档流就不占据空间了吗?A: 可以这么说。更准确地一点说,是一个元素脱离文档流(ou ...
分类:Web程序   时间:2016-05-15 10:49:20    阅读次数:179
php localeconv() 函数实例讲解
php localeconv() 函数返回一包含本地数字及货币格式信息的数组。本文章向码农介绍php localeconv() 函数的使用方法和基本实例。需要的码农可以参考一下。 定义和用法 localeconv() 函数返回一包含本地数字及货币格式信息的数组。 localeconv() 函数会返回 ...
分类:Web程序   时间:2016-05-15 09:38:06    阅读次数:151
ThinkPHP(学习笔记)
ThinkPHP(学习笔记) 1.ThinkPHP--为什么要使用框架 学习要点: 1.框架和库 2.个人用框架的优势 3.公司用框架的优势 4.框架和开源系统 在正式学习 ThinkPHP 框架之前,我们首先要探讨一个问题——为什么要使用框架。它 的好处是什么?有哪些优势?对个人或公司运营有哪些帮 ...
分类:Web程序   时间:2016-05-15 09:38:09    阅读次数:387
php cms 标签大全
调用根目录下phpcms\template\content\header文件 字符集 (gbk或者utf-8) 标题和标题seo优化 地址替换为根目录下\statics\css 地址替换为根目录下\statics\js pc标签{pc:content 参数名="参数值"参数名="参数值"参数名="参 ...
分类:Web程序   时间:2016-05-15 09:36:09    阅读次数:210
一、php知识点回顾总结
...
分类:Web程序   时间:2016-05-15 09:29:39    阅读次数:157
【原】我所整理的各种CSS居中
在网上看了很多文章,自己也总结了一下,虽说是自己写的,但是还是要列出我参考过的那些文章的地址,感谢你们的分享! http://blog.gejiawen.com/2015/03/13/css-layout-horizontal-and-vertical-for-elements/ http://ww ...
分类:Web程序   时间:2016-05-15 09:25:46    阅读次数:305
创建github账号并上传项目到github
第一步要托管到github,那你就应该要有一个属于你自己的github帐号,所以你应该先到github.com注册打开浏览器在地址栏输入地址:github.com填写用户名、邮箱、密码点击Signup即可简单地注册完成注册,进入github平台,点击newrepositories,新建一个新项目(你也可以加入到一个..
分类:Web程序   时间:2016-05-15 08:22:01    阅读次数:285
处理畅捷通的T+ 12.0版,web服务无故自动停止的问题
用了几个月的畅捷通T+ 12.0版,一直都挺正常,但最近这两周,出现了好几次web服务自动停止的情况,今天抽空仔细看了Windows的日志,发现在半夜2点左右,TPlusProWebService1200这个服务,都会自动停一下,然后再启动,而出现问题的那几次,停了之后就没自动启动,费解,得找畅捷通 ...
分类:Web程序   时间:2016-05-15 08:13:35    阅读次数:979
树莓派PHP环境配置 解决页面空白
网上相关教程很多,这里就不细述了,主要是在安装完成后会出现页面空白,无法正常解析php。 1、安装php环境: 如果不需要mysql环境,去掉最后两个 mysql-server mysql-client 2、修改站点配置文件: 修改为以下内容: 需要说明的是,站点目录为/var/www/,重点关注这 ...
分类:Web程序   时间:2016-05-15 08:12:44    阅读次数:321
Jquery 复习练习
Jquery 复习练习 ...
分类:Web程序   时间:2016-05-15 07:06:35    阅读次数:174
Part 27 Remove # from URL AngularJS
There are 4 simple steps to remove # from URLs in Angular. Step 1 : Enable html5mode routing. To do this inject $locationProvider into config() functi ...
分类:Web程序   时间:2016-05-15 07:07:31    阅读次数:149
Part 32 AngularJS controller as syntax
So far in this video series we have been using $scope to expose the members from the controller to the view. In the example above we are attaching mes ...
分类:Web程序   时间:2016-05-15 07:06:10    阅读次数:227
Part 31 AngularJS page refresh problem
What is the issue : When you navigate to http://localhost/students, you will see list of students as shown below Click on any student name. For exampl ...
分类:Web程序   时间:2016-05-15 07:03:53    阅读次数:185
发布在即!.NET Core 1.0 RC2已准备就绪!!
先说点废话,从去年夏天就开始关注学习ASP.NET Core,那时候的版本还是beta5,断断续续不停踩坑、一路研究到11月份RC1发布。 在这个乐此不疲的过程里,学习了很多新的东西,对ASP.NET Core也是越来越喜爱。然而到现在,RC1已经玩了整整半年了,再也没发布过新版本。 虽然myget ...
分类:Web程序   时间:2016-05-15 07:05:49    阅读次数:208
Part 28 AngularJS default route
At the moment the problem is that, if you try to navigate to a route that is not configured, you will see only the layout page without any partial tem ...
分类:Web程序   时间:2016-05-15 07:05:28    阅读次数:159
Part 30 AngularJS routeparams example
Here is what we want to do : When we navigate to /students, the list of student names must be displayed as hyperlinks. When we click on any student na ...
分类:Web程序   时间:2016-05-15 07:04:06    阅读次数:256
[Firebase] Deploy you website to Firebase
If you are looking for a host website, you can try Firebase, heroku or AWS... Today, I tried to deploy a simple website to Firebase, it looks like pre ...
分类:Web程序   时间:2016-05-15 07:04:03    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!