码迷,mamicode.com
首页 >  
搜索关键字:more and less    ( 11337个结果
webstorm下搭建编译less环境
webstorm自带less,不过要编译的话需要nodejs环境。首先去node的主页下载对应版本的nodejs然后安装,下载地址:http://nodejs.org/安装完之后打开命令提示符(win+r),分别输入node -v以及npm -v如果返回版本号说明你安装成功了。接下来就可以安装les...
分类:Web程序   时间:2014-05-10 01:52:50    阅读次数:546
Webstorm less watcher 配置
file > sttings > File watchers > 添加LESS watcher配置如图:
分类:Web程序   时间:2014-05-10 01:45:58    阅读次数:399
《Python基础教程(第二版)》学习笔记 -> 第九章 魔法方法、属性和迭代器
准备工作>>> class NewStyle(object): more_code_here>>> class OldStyle: more_code_here 在这两个类中,NewStyle是新式的类,OldStyle是旧式的类,如果文件以__metaclas...
分类:编程语言   时间:2014-05-10 01:20:08    阅读次数:485
用ArcMap打开MXD文件报One or more layers failed to draw错误!
错误信息:One or more layers failed to draw:FDO error: 0General function failure [PW_X]参数不足,期待是 1。原因:PW_X图层标注采用了表达式Label方式,数据源改成mdb后,shape.area及shape.lengt...
分类:其他好文   时间:2014-05-09 17:51:45    阅读次数:541
What is a heap?--reference
A heap is a partially sorted binary tree. Although a heap is not completely in order, it conforms to a sorting principle: every node has a value less ...
分类:其他好文   时间:2014-05-09 17:34:18    阅读次数:339
一款成熟的前端框架——Bootstrap
Bootstrap是Twitter推出的一个开源的用于前端开发的工具包。它由Twitter的设计师Mark Otto和Jacob Thornton合作开发,是一个CSS/HTML框架。Bootstrap提供了优雅的HTML和CSS规范,它即是由动态CSS语言Less写成。Bootstrap一经推.....
分类:其他好文   时间:2014-05-09 12:06:08    阅读次数:340
DataTable - Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints
solution1.Tick the primary key 1.right click on the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:其他好文   时间:2014-05-07 19:18:56    阅读次数:362
VS2005 SP1 on Windows Server
在XP安装VS2005 SP1时,没有一点问题;;但是在Server版,就会... ...         出现问题: Error 1718.File C:WINDOWS\Installer\3951d.msp did not pass the digital signature check. For more information about a possible resolution for this problem, see...
分类:Windows程序   时间:2014-05-07 07:35:38    阅读次数:476
No! More!! Long!!! Days... at Work!!!!
Nido Framework at Use - The diagram below shows how Nido Framework reduces the size of your DAL and BLL. Nido Framework is a reusable and highly generic code library developed using Microsoft ....
分类:其他好文   时间:2014-05-07 07:22:40    阅读次数:333
简单的LESS Tutorial
简单的LESSTutorial1.什么是LESS?LESS是一种动态的CSS语言,更专业的称呼是CSSpreprocessor。作为CSS的扩展语言,LESS可以让CSS文件逻辑上更清晰,从而更容易维护和更新。LESS是开源的,诞生于2009年,采用javascript开发,LESS深受另外一种动态CSS语言SASS/SCSS的影响(SCSS是SA..
分类:其他好文   时间:2014-05-04 17:15:20    阅读次数:449
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!