上一页 1 2 3 4 5 6 7 ··· 20 下一页

2019年4月7日

居转户

该文被密码保护。 阅读全文

posted @ 2019-04-07 11:45 暖风的风 阅读(10) 评论(0) 推荐(0) 编辑

2019年3月26日

画图工具

摘要: https://github.com/jgraph/drawio 阅读全文

posted @ 2019-03-26 11:30 暖风的风 阅读(107) 评论(0) 推荐(0) 编辑

2019年3月23日

HADOOP security

摘要: https://www.microsoft.com/en-us/trustcenter/security/azure-security https://docs.microsoft.com/en-us/azure/security/security-azure-encryption-overview 阅读全文

posted @ 2019-03-23 00:27 暖风的风 阅读(128) 评论(0) 推荐(0) 编辑

2019年2月28日

http://web.stanford.edu/~jurafsky/slp3/

摘要: http://web.stanford.edu/~jurafsky/slp3/ 阅读全文

posted @ 2019-02-28 09:45 暖风的风 阅读(310) 评论(2) 推荐(0) 编辑

2019年2月26日

Example: Deploying WordPress and MySQL with Persistent Volumes

摘要: https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/#create-persistentvolumeclaims-and-persistentvolumes 阅读全文

posted @ 2019-02-26 01:11 暖风的风 阅读(108) 评论(0) 推荐(0) 编辑

2019年2月24日

美语发音

摘要: https://www.youtube.com/watch?v=JW2o63NZ2yM 阅读全文

posted @ 2019-02-24 00:34 暖风的风 阅读(135) 评论(0) 推荐(0) 编辑

2019年2月20日

MYSQL 常用语句

摘要: 1,查看SP的内容: use sys;SHOW CREATE PROCEDURE ps_setup_enable_consumer;SELECT body FROM mysql.proc WHERE db = 'sys' AND name = 'ps_setup_enable_consumer' ; 阅读全文

posted @ 2019-02-20 10:42 暖风的风 阅读(167) 评论(0) 推荐(0) 编辑

2019年2月12日

SSH

摘要: The Secure Shell: The Definitive Guide. https://docstore.mik.ua/orelly/networking_2ndEd/ssh/index.htm https://download.csdn.net/download/sunpai/711513 阅读全文

posted @ 2019-02-12 13:51 暖风的风 阅读(116) 评论(0) 推荐(0) 编辑

2019年2月2日

简明 VIM 练级攻略

摘要: https://coolshell.cn/articles/5426.html 阅读全文

posted @ 2019-02-02 16:00 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

Linux应该知道的技巧

摘要: https://coolshell.cn/articles/8883.html https://www.quora.com/Linux/What-are-some-time-saving-tips-that-every-Linux-user-should-know# 看《简明vim攻略》和 《Vim 阅读全文

posted @ 2019-02-02 10:21 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

英语语法

摘要: http://attach.etiantian.com/staticpages/study/question/question_6175948.htm https://baike.baidu.com/item/%E6%83%85%E6%80%81%E5%8A%A9%E5%8A%A8%E8%AF%8D 阅读全文

posted @ 2019-02-02 09:53 暖风的风 阅读(143) 评论(0) 推荐(0) 编辑

Control group namespaces

摘要: https://www.toptal.com/linux/separation-anxiety-isolating-your-system-with-linux-namespaces https://www.linuxjournal.com/content/everything-you-need-k 阅读全文

posted @ 2019-02-02 09:41 暖风的风 阅读(118) 评论(0) 推荐(0) 编辑

2019年2月1日

Find and kill a process in one line using bash and regex

摘要: https://stackoverflow.com/questions/3510673/find-and-kill-a-process-in-one-line-using-bash-and-regex https://stackoverflow.com/questions/13910087/shel 阅读全文

posted @ 2019-02-01 10:47 暖风的风 阅读(110) 评论(0) 推荐(0) 编辑

2019年1月29日

how-can-i-see-the-size-of-files-and-directories-in-linux

摘要: https://stackoverflow.com/questions/11720079/how-can-i-see-the-size-of-files-and-directories-in-linux It's simple. Use ls command for files and du com 阅读全文

posted @ 2019-01-29 15:34 暖风的风 阅读(204) 评论(0) 推荐(0) 编辑

面试经验

摘要: https://www.cnblogs.com/xll1025/p/10331155.html 作者:_Luc_ 来源:www.cnblogs.com/figure9 01 简介 毕业答辩搞定,总算可以闲一段时间,把这段求职经历写出来,也作为之前三个半月的求职的回顾。 首先说说我拿到的offer情况 阅读全文

posted @ 2019-01-29 09:43 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

understanding-raid-setup-in-linux/

摘要: https://www.tecmint.com/understanding-raid-setup-in-linux/ Part 1: Introduction to RAID, Concepts of RAID and RAID Levels Part 2: How to setup RAID0 ( 阅读全文

posted @ 2019-01-29 01:01 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

users-and-groups-in-linux

摘要: https://www.tecmint.com/compress-files-and-finding-files-in-linux/ https://www.tecmint.com/manage-users-and-groups-in-linux/ https://www.linode.com/do 阅读全文

posted @ 2019-01-29 00:37 暖风的风 阅读(227) 评论(0) 推荐(0) 编辑

2019年1月28日

moving-files-from-one-linux-server-to-another-using-scp

摘要: https://www.tecmint.com/scp-commands-examples/ https://haydenjames.io/linux-securely-copy-files-using-scp/ https://unix.stackexchange.com/questions/18 阅读全文

posted @ 2019-01-28 14:02 暖风的风 阅读(169) 评论(0) 推荐(0) 编辑

14-tail-and-head-commands-linuxunix

摘要: https://www.linux.com/blog/14-tail-and-head-commands-linuxunix 阅读全文

posted @ 2019-01-28 00:51 暖风的风 阅读(132) 评论(0) 推荐(0) 编辑

linux-log-files/

摘要: https://www.rosehosting.com/blog/linux-log-files/ 阅读全文

posted @ 2019-01-28 00:47 暖风的风 阅读(126) 评论(0) 推荐(0) 编辑

2019年1月27日

SSL SSH

摘要: http://www.91ri.org/13679.html https://www.linux.com/blog/how-install-ssl-certificate-linux-server https://www.linux.com/blog/4-reasons-why-ssh-connec 阅读全文

posted @ 2019-01-27 23:57 暖风的风 阅读(111) 评论(0) 推荐(0) 编辑

C++学习的书籍

摘要: https://www.ossblog.org/master-c-programming-with-open-source-books/ 阅读全文

posted @ 2019-01-27 23:49 暖风的风 阅读(95) 评论(0) 推荐(0) 编辑

Linux IO 分析

摘要: https://www.linux.com/blog/linux-block-io-tracing 阅读全文

posted @ 2019-01-27 23:46 暖风的风 阅读(116) 评论(0) 推荐(0) 编辑

LINUX 常用操作

摘要: https://likegeeks.com/linux-process-management/ 阅读全文

posted @ 2019-01-27 23:45 暖风的风 阅读(100) 评论(0) 推荐(0) 编辑

Find Large Files in Linux

摘要: https://www.rosehosting.com/blog/find-large-files-linux/ 阅读全文

posted @ 2019-01-27 23:37 暖风的风 阅读(110) 评论(0) 推荐(0) 编辑

Linux 常见操作

摘要: grep -nr SEARCHTERM file1 file2 ...https://www.linuxnix.com/grep-command-usage-linux/https://www.linux.com/blog/14-tail-and-head-commands-linuxunixhtt 阅读全文

posted @ 2019-01-27 23:28 暖风的风 阅读(123) 评论(0) 推荐(0) 编辑

Linux Performance tool

摘要: https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/ https://www.tecmint.com/linux-performance-monitoring-with-vmstat-and-iostat-c 阅读全文

posted @ 2019-01-27 01:21 暖风的风 阅读(202) 评论(0) 推荐(0) 编辑

/linux-command-line-bash-shortcut-keys/

摘要: https://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/ https://www.tecmint.com/linu 阅读全文

posted @ 2019-01-27 01:14 暖风的风 阅读(231) 评论(0) 推荐(0) 编辑

Sed

摘要: https://www.computerhope.com/unix/used.htm https://likegeeks.com/sed-linux/#Read-DataFrom-a-File http://www.grymoire.com/Unix/Sed.html https://www.tec 阅读全文

posted @ 2019-01-27 01:02 暖风的风 阅读(172) 评论(0) 推荐(0) 编辑

2019年1月26日

yarn_rest_apis

摘要: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_yarn-resource-management/content/ch_yarn_rest_apis.html 阅读全文

posted @ 2019-01-26 22:42 暖风的风 阅读(118) 评论(0) 推荐(0) 编辑

2019年1月25日

c groups

摘要: https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt https://developer.ibm.com/hadoop/2017/06/30/deep-dive-yarn-cgroups/ https://www.linuxjo 阅读全文

posted @ 2019-01-25 02:17 暖风的风 阅读(153) 评论(0) 推荐(0) 编辑

2019年1月24日

YARN Resource Management

摘要: https://www.jianshu.com/p/b9245242472b https://stackoverflow.com/questions/42637631/what-does-virtual-core-in-yarn-vcore-mean https://docs.hortonworks 阅读全文

posted @ 2019-01-24 23:12 暖风的风 阅读(166) 评论(0) 推荐(0) 编辑

2019年1月21日

flink-in-containerland

摘要: https://www.slideshare.net/FlinkForward/flink-forward-berlin-2017-patrick-lucas-flink-in-containerland 阅读全文

posted @ 2019-01-21 23:46 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

2019年1月17日

EXPLAIN Output Format

摘要: https://dev.mysql.com/doc/refman/8.0/en/explain-output.html https://dev.mysql.com/doc/refman/5.7/en/explain-output.html 阅读全文

posted @ 2019-01-17 22:52 暖风的风 阅读(173) 评论(0) 推荐(0) 编辑

2019年1月16日

MYSQL 优化器 源码解析

该文被密码保护。 阅读全文

posted @ 2019-01-16 00:51 暖风的风 阅读(127) 评论(0) 推荐(0) 编辑

2019年1月11日

grokking deep learning

摘要: https://www.manning.com/books/grokking-deep-learning?a_aid=grokkingdl&a_bid=32715258 阅读全文

posted @ 2019-01-11 01:09 暖风的风 阅读(527) 评论(0) 推荐(0) 编辑

2019年1月8日

在线推荐算法

摘要: 蚂蚁金服核心技术:百亿特征实时推荐算法揭秘 阅读全文

posted @ 2019-01-08 10:24 暖风的风 阅读(348) 评论(0) 推荐(0) 编辑

mysql内核月刊

摘要: http://mysql.taobao.org/monthly/ 阅读全文

posted @ 2019-01-08 01:43 暖风的风 阅读(167) 评论(0) 推荐(0) 编辑

2019年1月7日

explaining-apache-zookeeper

摘要: https://stackoverflow.com/questions/3662995/explaining-apache-zookeeper/35107614?noredirect=1#comment94894085_35107614 阅读全文

posted @ 2019-01-07 09:41 暖风的风 阅读(178) 评论(0) 推荐(0) 编辑

2019年1月6日

What-is-DevOps

摘要: https://www.quora.com/What-is-DevOps https://neoteric.eu/blog/devops-a-culture-of-getting-things-done/?utm_source=quora_cs&utm_medium=referral&utm_con 阅读全文

posted @ 2019-01-06 17:31 暖风的风 阅读(169) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 20 下一页

导航