原文链接:http://www.cnblogs.com/lijiayi/p/pushtogithub.html 在此假设你已经在 github 上创建好了一个项目,像这样: 并且你已经完成了自己的项目代码, 同时你也已经安装了 git,然后 let's start. 首先,建一个文件夹比如文中演示的 ...
分类:
Web程序 时间:
2017-11-10 18:37:54
阅读次数:
233
在正式进入Spring AOP的源码实现前,我们需要准备一定的基础也就是面向切面编程的核心——动态代理。 动态代理实际上也是一种结构型的设计模式,JDK中已经为我们准备好了这种设计模式,不过这种JDK为我们提供的动态代理有2个缺点: 鉴于以上2个缺点,于是就出现了第二种动态代理技术——CGLIB(C ...
分类:
编程语言 时间:
2017-11-10 01:34:34
阅读次数:
166
TypeScript 2.0 introduced a new primitive type called never, the type of values that never occur. It helps model the completion behavior of functions ...
分类:
其他好文 时间:
2017-11-10 00:21:09
阅读次数:
125
Nearest number - 2 Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 4262 Accepted: 1325 Description Input is the matrix A of N by N non-nega ...
分类:
其他好文 时间:
2017-11-09 22:41:43
阅读次数:
232
JDK自带的JAVA性能分析工具。它已经在你的JDK bin目录里了,只要你使用的是JDK1.6 Update7之后的版本。点击一下jvisualvm.exe图标它就可以运行了。 这里是VisualVM 的官方网站:https://visualvm.dev.java.net,资料很全,同时提供Vis ...
分类:
编程语言 时间:
2017-11-09 17:26:58
阅读次数:
204
Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2. Note: The length of both num1 and num2 is < ...
分类:
其他好文 时间:
2017-11-08 13:32:09
阅读次数:
214
效果图: 如图,这个是调用了谷歌的打印,使用很方便,可以自己調样式,需要的可以研究一下,这边贴出使用方法。 附上GitHub:https://github.com/jasonday/printThis jsp: JS: ...
分类:
其他好文 时间:
2017-11-07 17:49:48
阅读次数:
1530
1、PDU:Protocol Data Unit:表示对等层之间转递的数据单位 2、TCP:Transmission Control Protocol:转输控制协议 3、UDP:User Dategram Protocol:用户数据报协议 4、IP:Internet Protocol:互联网报文协议 ...
分类:
其他好文 时间:
2017-11-05 22:30:12
阅读次数:
137
Date: Nov. 4, 2017 Problem: https://leetcode.com/problems/largest-rectangle-in-histogram/description/ Description: Given n non-negative integers repre ...
分类:
其他好文 时间:
2017-11-04 16:36:21
阅读次数:
222
Date: Nov. 3, 2017 Problem: https://leetcode.com/problems/jump-game-ii/description/ Description: Given an array of non-negative integers, you are init ...
分类:
其他好文 时间:
2017-11-03 22:03:02
阅读次数:
242