上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: 写技术博客也有些时间了,也看了很多的技术博客,发现现在很多人(包括我自己)写博客都比较随性:排版混乱;主题不鲜明;博客内容价值不大;提出了问题,没有解决方案;还有一些为了推广,一天写几十甚至上百篇博客。。。给自己以后写博客定下以下标准:1、经过自己的思考,实践... 阅读全文
posted @ 2018-06-11 17:30 六七十三 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 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 六七十三 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 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 六七十三 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 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 六七十三 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 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 六七十三 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 所有的Java开发人员可能会遇到这样的困惑?我该为堆内存设置多大空间呢?OutOfMemoryError的异常到底涉及到运行时数据的哪块区域?该怎么解决呢?其实如果你经常解决服务器性能问题,那么这些问题就会变的非常常见,了解JVM内存也是为了服务器出现性能问题... 阅读全文
posted @ 2018-05-11 19:33 六七十三 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Spring框架对于Java后端程序员来说再熟悉不过了,以前只知道它用的反射实现的,但了解之后才知道有很多巧妙的设计在里面。如果不看Spring的源码,你将会失去一次和大师学习的机会:它的代码规范,设计思想很值得学习。我们程序员大部分人都是野路子,不懂什么叫代... 阅读全文
posted @ 2018-03-19 21:53 六七十三 阅读(34) 评论(0) 推荐(0) 编辑
摘要: float和double类型并不适合用于货币计算,因为要让一个float或者double精确地表示0.1是不可能的。比如:可以看到计算结果并不正确。解决这个问题的正确办法是使用BigDecimal、int或者long进行货币计算。举个例子:你口袋里有1块钱,货... 阅读全文
posted @ 2018-03-01 12:39 六七十三 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 释放QQ占用的C盘空间 C:\Users\moonwolf\AppData\Roaming\Tencent\Logs,是日志文件,大小为25.2MB,果断清空。 C:\Users\moonwolf\AppData\Roaming\Tencent... 阅读全文
posted @ 2018-01-15 09:45 六七十三 阅读(2089) 评论(0) 推荐(0) 编辑
摘要: Linux节点搭建 1、安装vmware 2、打开虚拟机,选择本地虚拟机文件(文章最后附件) 3、网络配置,删除vmnet8,增加一个vmnet8 4、选择桥接模式 5、再切换到net模式 6、修改文件: cd /etc/s... 阅读全文
posted @ 2018-01-07 10:23 六七十三 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页