码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
less基础
less less的含义: less是一种动态样式语言,属于css预处理器的范畴,它扩展了css语言,增加了变量、Mixin、函数等特性,使css更易维护和扩展。 此外,less既可以在客户端上运行,也可以借助Node.js在服务端运行。 less的中文官网:http://lesscss.cn/ l ...
分类:其他好文   时间:2020-05-17 10:31:37    阅读次数:67
Less2-Less4
Less2 GET_数字型注入 0x01 判断注入类型 0x02 判断显示字段 0x03 查询数据库名 0x04 查询表名 0x05 查询字段名 0x06 查询数据 Less 3 GET_单引号_小括号_字符型注入 0x01 判断类型 0x02 判断显示字段 Less 4 GET_双引号_单括号_字 ...
分类:其他好文   时间:2020-05-16 22:22:06    阅读次数:81
Linux基本操作
sudo cd help 查看帮助 ll 查看当前文件夹 cd MetaXcan/ 进入文件夹 cd ../.. 返回上两级文件夹 cd 返回之前的文件夹 mkdir [文件夹] 创建文件夹 sudo less document 打开文件阅读 sudo wc c l w data.txt 查看文件字 ...
分类:系统相关   时间:2020-05-16 21:02:10    阅读次数:80
[Mise] Refetch API data when a state value changes with the `$watch` property in Alpine JS
In this lesson, we build a little app that fetches dog photos from the dog.ceo API, based on a "breed" search field. We want the API call to happen ag ...
分类:Windows程序   时间:2020-05-16 16:51:37    阅读次数:76
给大家分享一下less的使用几个技巧
1.层级关系 让这个box范围内的全部包进来,这样的话就完美的进行调节,再也不用到处找第几行第几个,我刚才在哪个位置给覆盖了。一看便知! .box{ width: 100%; height: 300px; p{ margin: 10px; span{ padding: 10px; a{ list-s ...
分类:其他好文   时间:2020-05-16 16:26:08    阅读次数:106
18-异常
lesson18异常#视频1异常 #视频2 异常处理 1 try: 2 print(' 1 ') 3 # print(c) 4 a = 11 5 print('12121212') 6 # a() 7 print(' 2 ') 8 9 except Exception as result: 10 p ...
分类:其他好文   时间:2020-05-16 12:50:11    阅读次数:72
How to Fix Slow Code in Ruby
转自:https://engineering.shopify.com/blogs/engineering/how-fix-slow-code-ruby At Shopify, we believe in highly aligned, loosely coupled teams to help us ...
分类:其他好文   时间:2020-05-16 11:02:03    阅读次数:62
【复习】linux基础命令
这里总结一下linux的基本命令一、cd/ls/pwd----------------------------------------------------------二、rm/touch/mkdir/mv/cp/三、cat/more/less/head/tail四、witch/whereis/locate/find
分类:系统相关   时间:2020-05-14 01:57:56    阅读次数:86
快速排序
//判断a是否小于b private static boolean less(Comparable v, Comparable w) { return v.compareTo(w) < 0; } //两个交换 private static void swap(Comparable arr[], in ...
分类:编程语言   时间:2020-05-13 23:40:22    阅读次数:106
stream idea inspection warning
一、idea检查警告 Can be replaced with 'peek' less... (Ctrl+F1) Inspection info: This inspection reports stream API call chains which can be simplified. It a ...
分类:其他好文   时间:2020-05-13 19:59:17    阅读次数:79
4949条   上一页 1 ... 27 28 29 30 31 ... 495 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!