码迷,mamicode.com
首页 >  
搜索关键字:sep    ( 2064个结果
CSS中filter属性的使用
filter 属性定义了元素的可视效果 blur 给图像设置高斯模糊。"radius"一值设定高斯函数的标准差,或者是屏幕上以多少像素融在一起, 所以值越大越模糊。 如果没有设定值,则默认是0;这个参数可设置css长度值,但不接受百分比值。 body { background-color: #000 ...
分类:Web程序   时间:2019-11-10 15:19:55    阅读次数:131
类型流DataInputstream 和DataOutputStream的用法
package test; import java.io.*; import java.sql.SQLClientInfoException; import java.text.DateFormat; import java.text.ParsePosition; import java.text. ...
分类:其他好文   时间:2019-11-10 10:27:58    阅读次数:71
CF 301div2 D. Bad Luck Island
D. Bad Luck Island The Bad Luck Island is inhabited by three kinds of species: r rocks, s scissors and p papers. At some moments of time two random in ...
分类:其他好文   时间:2019-11-09 21:59:21    阅读次数:85
SVG-标签
标签 直线`` `` 标签用来创建线条。 |属性|含义| |: :|: :| |x1| 属性在 x 轴定义线条的开始| |y1| 属性在 y 轴定义线条的开始| |x2| 属性在 x 轴定义线条的结束| |y2| 属性在 y 轴定义线条的结束| 折线`` `` 标签用来创建仅包含直线的形状。 |属性 ...
分类:其他好文   时间:2019-11-09 13:57:13    阅读次数:74
【大数据技术能力提升_2】numpy的学习
前言:排版有点问题,哎! 进一步学习,请参考https://www.numpy.org.cn/ 数据类型 5种类型:布尔值(bool),整数(int),无符号整数(uint)、浮点(float)、复数(complex) 支持的原始类型与 C 中的原始类型紧密相关: Numpy 的类型C 的类型描述 ...
分类:其他好文   时间:2019-11-09 09:37:29    阅读次数:115
1098 Insertion or Heap Sort (25 分)
According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insert ...
分类:其他好文   时间:2019-11-08 20:51:22    阅读次数:65
Linux 之 awk文本分析工具
AWK是一种处理文本文件的语言,是一个强大的文本分析工具。Linux环境中自带。 awk调用方法 1. 命令行 2. shell脚本方式 3. awk脚本方式 ` ...
分类:系统相关   时间:2019-11-08 20:44:45    阅读次数:98
Introduction of sand washer
Sand washer can separate the stone powder, clay from the aggregates. It is applied in construction site, sandstone factory, precast yard, and water an... ...
分类:其他好文   时间:2019-11-07 14:50:32    阅读次数:96
字符串
总结字符串的具体应用
分类:其他好文   时间:2019-11-05 15:30:57    阅读次数:116
windows环境使用redis
Redis默认配置很简单,端口,存储日志及路径,密码设置,存储策略等等,具体设置网上很多参考;port6379databases16#save9001save30010#save6010000dbfilenamedump.rdbdird:\redisrequirepa***edis@123maxclients10000:默认情况下为10000个客户端。当你无法设置进程文件句柄限制时,redis会设
分类:Windows程序   时间:2019-11-05 09:39:39    阅读次数:142
2064条   上一页 1 ... 32 33 34 35 36 ... 207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!