码迷,mamicode.com
首页 >  
搜索关键字:sep    ( 2064个结果
css 给图片添加滤镜效果,透明层毛玻璃效果
我们用的第一个滤镜是sepia(),他会给图片增加一整降饱和度的橙色染色效果 原图 添加sepia滤镜的效果 给色度添加饱和度可以用saturate() ...
分类:Web程序   时间:2019-04-02 18:36:56    阅读次数:185
Velocity快速入门
Velocity是一个基于java的模板引擎。它允许任何人使用简单但功能强大的模板语言引用Java代码中定义的对象。 ...
分类:其他好文   时间:2019-04-02 16:47:25    阅读次数:177
springmvc下载
@RequestMapping("/downloadTemplate3.action") @ResponseBody public void downloadTemp(HttpServletResponse response,HttpServletRequest request) throws IO... ...
分类:编程语言   时间:2019-04-02 12:47:04    阅读次数:194
LaTeX多图合并代码示例(subfigure)
```latex \usepakage{subfig} \begin{figure*}[!htb] \centering \subfigure[Derm101 data distribution]{\includegraphics[width=0.5\textwidth]{derm101_stat.... ...
分类:其他好文   时间:2019-03-27 12:33:04    阅读次数:260
MDK editions for Nuvoton devices
10 Sep 2018 MDK editions for Nuvoton devices For users of Nuvoton devices, Keil® MDK increases its appeal with the introduction of a free version for ...
分类:其他好文   时间:2019-03-23 22:56:44    阅读次数:283
sqli-labs:1-4,基于报错的注入
sqli1: 脚本 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Sat Mar 23 09:37:14 2019 4 5 @author: kenshin 6 """ 7 8 import requests,re 9 url = 'http://loca ...
分类:数据库   时间:2019-03-23 16:06:39    阅读次数:232
poj 3624 01背包
Description Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible fro ...
分类:其他好文   时间:2019-03-18 01:36:16    阅读次数:175
Pandas常用功能总结
1.读取.csv文件 df2 = pd.read_csv('beijingsale.csv', encoding='gb2312',index_col='id',sep='\t',header=None) 参数解析见:https://www.cnblogs.com/datablog/p/612700 ...
分类:其他好文   时间:2019-03-17 23:22:44    阅读次数:570
HYSBZ 1734 二分
"传送门" 题面: 农夫 John 建造了一座很长的畜栏,它包括N (2 l){ guess = (r+l)/2; if(guess include using namespace std; const int maxn = 1e6 + 5; long long a[maxn]; int n, c; ...
分类:其他好文   时间:2019-03-16 22:01:08    阅读次数:219
自动化自定义模板
http://www.ichartjs.com/samples/index.html?page=bar2d_01.html&pageno=1<!DOCTYPEhtml><htmllang="zh-CN"xmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="content-type"c
分类:其他好文   时间:2019-03-15 23:14:25    阅读次数:277
2064条   上一页 1 ... 53 54 55 56 57 ... 207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!