会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
六七十三
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
20
下一页
2018年6月11日
写个人技术博客应该遵循的几个标准
摘要: 写技术博客也有些时间了,也看了很多的技术博客,发现现在很多人(包括我自己)写博客都比较随性:排版混乱;主题不鲜明;博客内容价值不大;提出了问题,没有解决方案;还有一些为了推广,一天写几十甚至上百篇博客。。。给自己以后写博客定下以下标准:1、经过自己的思考,实践...
阅读全文
posted @ 2018-06-11 17:30 六七十三
阅读(67)
评论(0)
推荐(0)
2018年6月2日
Leetcode——832. Flipping an Image
摘要: Given a binary matrix A, we want to flip the image horizontally, then invert it, and return the resulting image. To flip an image...
阅读全文
posted @ 2018-06-02 16:33 六七十三
阅读(38)
评论(0)
推荐(0)
2018年5月22日
Leetcode——804. Unique Morse Code Words
摘要: International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a"...
阅读全文
posted @ 2018-05-22 19:47 六七十三
阅读(61)
评论(0)
推荐(0)
2018年5月18日
Leetcode——771. Jewels and Stones
摘要: You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each characte...
阅读全文
posted @ 2018-05-18 15:40 六七十三
阅读(36)
评论(0)
推荐(0)
Leetcode——1. Two Sum
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that ea...
阅读全文
posted @ 2018-05-18 15:20 六七十三
阅读(25)
评论(0)
推荐(0)
2018年5月11日
JVM内存结构
摘要: 所有的Java开发人员可能会遇到这样的困惑?我该为堆内存设置多大空间呢?OutOfMemoryError的异常到底涉及到运行时数据的哪块区域?该怎么解决呢?其实如果你经常解决服务器性能问题,那么这些问题就会变的非常常见,了解JVM内存也是为了服务器出现性能问题...
阅读全文
posted @ 2018-05-11 19:33 六七十三
阅读(25)
评论(0)
推荐(0)
2018年3月19日
自己手写一个SpringMVC框架
摘要: Spring框架对于Java后端程序员来说再熟悉不过了,以前只知道它用的反射实现的,但了解之后才知道有很多巧妙的设计在里面。如果不看Spring的源码,你将会失去一次和大师学习的机会:它的代码规范,设计思想很值得学习。我们程序员大部分人都是野路子,不懂什么叫代...
阅读全文
posted @ 2018-03-19 21:53 六七十三
阅读(41)
评论(0)
推荐(0)
2018年3月1日
《effective java》48—如果需要精确的答案,请避免使用float和double
摘要: float和double类型并不适合用于货币计算,因为要让一个float或者double精确地表示0.1是不可能的。比如:可以看到计算结果并不正确。解决这个问题的正确办法是使用BigDecimal、int或者long进行货币计算。举个例子:你口袋里有1块钱,货...
阅读全文
posted @ 2018-03-01 12:39 六七十三
阅读(49)
评论(0)
推荐(0)
2018年1月15日
释放QQ占用的C盘空间
摘要: 释放QQ占用的C盘空间 C:\Users\moonwolf\AppData\Roaming\Tencent\Logs,是日志文件,大小为25.2MB,果断清空。 C:\Users\moonwolf\AppData\Roaming\Tencent...
阅读全文
posted @ 2018-01-15 09:45 六七十三
阅读(3302)
评论(0)
推荐(0)
2018年1月7日
vmware方式搭建hadoop-1.2.1 集群
摘要: Linux节点搭建 1、安装vmware 2、打开虚拟机,选择本地虚拟机文件(文章最后附件) 3、网络配置,删除vmnet8,增加一个vmnet8 4、选择桥接模式 5、再切换到net模式 6、修改文件: cd /etc/s...
阅读全文
posted @ 2018-01-07 10:23 六七十三
阅读(57)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
20
下一页
公告