码迷,mamicode.com
首页 >  
搜索关键字:play scala    ( 14131个结果
寒假学习日报(三十二)
今天主要是帮家里干活,做过年的准备,学习的知识不多。 package com.chapter01.hanshu object Demo03 { def main(args: Array[String]): Unit = { println(sum(10, 20, 3, 5, 7, 9)) } def ...
分类:其他好文   时间:2021-02-15 12:00:55    阅读次数:0
寒假学习日报(三十)
今日学习:scala package com.chapter01.inputcon object forcon { def main(args: Array[String]): Unit = { print("to循环:") //[1,5] //这里i相当于val变量,可以写成纯函数 for (i ...
分类:其他好文   时间:2021-02-09 12:22:04    阅读次数:0
ionic 应用在iOS上打开相机拍照闪退(解决)
在config.xml下添加: <platform name="ios"> <config-file parent="NSCameraUsageDescription" target="*-Info.plist"> <string>需要访问您的相机</string> </config-file> < ...
分类:移动开发   时间:2021-02-09 11:54:35    阅读次数:0
自动化测试相关
Python Selenium库 https://blog.csdn.net/weixin_36279318/article/details/79475388 Python playwright库 https://github.com/microsoft/playwright-python http ...
分类:其他好文   时间:2021-02-04 12:05:35    阅读次数:0
Scala 随笔
一、声名值和变量 1. val变量 1.1 隐式声明变量 scala> val myStr = "Hello World!" myStr: String = Hello World! 1.2 显式声明变量的类型 scala> val myStr2 : String = "Hello World!" ...
分类:其他好文   时间:2021-02-04 11:40:00    阅读次数:0
几种语言的比较(WIP)
各种feature的实现 执行shell 处理时间 处理参数 处理文件 logging test 多线程、进程,并发 语言 python groovy scala java C++ C shell go 执行shell, check output groovy a= "ls".execute(); ...
分类:编程语言   时间:2021-02-03 10:42:48    阅读次数:0
Personal data protection
Why personal data matters? Why protect personal data? What is GPDR? What do companies rish when they don't play by the rules? What is personal data? T ...
分类:其他好文   时间:2021-02-03 10:36:39    阅读次数:0
[HAOI2018]染色
Link Solution 如果令 \(G(i)\) 表示恰好有 \(i\) 种颜色出现了 \(S\) 次,答案就是 \(\sum_{i=0}^{\min(n/s,m)} w_i\times G(i)\) 令 \(lim=min(n/s,m)\),我们只需要求出 \(0\) ~ \(lim\) 的 ...
分类:其他好文   时间:2021-02-03 10:30:13    阅读次数:0
寒假学习日报(二十三)
今日学习:《机器学习十讲》第六讲,考研择校相关信息处理。 scala学习: package com.chapter01.datatype object TypeDemo02 { def main(args: Array[String]): Unit = { println("Long的最大值:" + ...
分类:其他好文   时间:2021-02-02 11:23:01    阅读次数:0
java中如何使用接口继承(Extending Interfaces)
java中如何使用接口继承(Extending Interfaces) ...
分类:编程语言   时间:2021-01-30 12:08:31    阅读次数:0
14131条   上一页 1 ... 10 11 12 13 14 ... 1414 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!