码迷,mamicode.com
首页 >  
搜索关键字:my timeline    ( 14619个结果
logstash
1.概述 logstash是一个日志转化系统,用户通过定义一个input,filter,和一个output配置来完成日志的收集和存储工作。 2.数据类型 bool debug => true bytes my_bytes => "113" # 113 bytes string host => "ho ...
分类:其他好文   时间:2020-06-29 00:27:33    阅读次数:65
writing: friendship and growth
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:其他好文   时间:2020-06-29 00:25:26    阅读次数:77
python-常用的数据类型转换
python 面向对象语言python中万物皆对象 将x转换为一个整数 # 定义一个字符串 my_str = "1234" my_num = int(my_str) print(type(my_num)) print(my_num) 将x转换为一个浮点数 my_str = "3.14" my_f = ...
分类:编程语言   时间:2020-06-28 22:20:42    阅读次数:65
用工具爬虎牙星秀VS用代码
先来个工具操作 1、获取链接https://www.huya.com/g/xingxiu 2、删除字段、增加字段、开始采集 3、启动 4、运行中 5、采的太多了我就停止了 6、导出数据Excel格式 7、查看本地文件 8、导入到mysql数据库 9、mysql配置 10、选择导出设置 11、查看my ...
分类:其他好文   时间:2020-06-28 15:35:02    阅读次数:93
KEGG数据库整理示例
已知KEGG数据库中ko_map.tab文件,K——>ko: 目标文件:map——>K 代码示例: #! /usr/bin/perl -w use strict; my %seq; open IN, "ko_map.tab" or die $!; while(<IN>){ chomp; my ($k ...
分类:数据库   时间:2020-06-28 15:32:53    阅读次数:104
解决mysql中文乱码
1、计算机右键->管理->服务和应用程序; 2、双击服务,找到mysql服务,右键停止服务; 3、打开mysql安装路径,找到my.ini文件,打开; 4、如下图所示修改,保存; 5、启动mysql服务; ...
分类:数据库   时间:2020-06-27 18:40:33    阅读次数:73
My std
update on 2020 02 14 code #include<bits/stdc++.h> namespace IO { using namespace std; char buf[1<<22],Out[1<<22],*p1=buf,*p2=buf; int p3=-1,f=0; inlin ...
分类:其他好文   时间:2020-06-27 00:37:52    阅读次数:68
Shell script notes
Shell script notes I used this tutorial to learn shell scripting: Shell Scripting Tutorial-Steve Parker. I given my executing result for almost every ...
分类:系统相关   时间:2020-06-26 22:22:32    阅读次数:75
python之格式化输出
1、格式化输出的定义 其一般是指在print()语句中把一段字符串里面的某些内容替换掉之后再输出。 2、格式化输出的种类及对应实例 ①使用%s %d等 优点:贯穿于几乎所有的高级计算机语言 缺点:在真实开发场景中不易方便使用 实例:print("my name is %s my age is %d" ...
分类:编程语言   时间:2020-06-26 22:02:17    阅读次数:76
完整的UED流程
来源:http://api.woshipm.com/pd/387832.html?sf=mobile&from=timeline 一套完整的UED流程,可以从下面10个环节来分析。 1、分析业务流程和场景问题 在讲故事的过程中,描述线下业务流程,说明用户碰到的场景问题。根据这些问题,规划功能,定义产 ...
分类:其他好文   时间:2020-06-26 20:01:14    阅读次数:38
14619条   上一页 1 ... 38 39 40 41 42 ... 1462 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!