1.计算器实验报告2.https://github.com/lollipopangel/test/tree/master3.实验截图7+8清除六、总结通过本次实验让我对JFrame类、JPanel类、5种布局管理器、文本框、标签及按钮的使用方法,有了进一步的了解。通过查询对其有有了更深刻大大大的了解...
分类:
编程语言 时间:
2015-04-29 21:27:10
阅读次数:
180
用Java进行简单的乘除计算一、题目简介一个两个数简单的乘除计算的Java代码并验证是否其正确性。二、源码的github链接https://github.com/Battleblocke/Math代码如下:1.public class Math { public static int divide....
分类:
编程语言 时间:
2015-04-29 21:24:20
阅读次数:
186
一、掌握github管理代码的方法https://github.com/liuyunandyi/Text二、模块测试,回归测试1.打开junit窗口2.建一个Java项目,跟一个Java类3.右击类选择运行运行junit那个选项截图:三、编写一个简单的程序(猜数字游戏)源代码:importjava....
分类:
其他好文 时间:
2015-04-29 21:22:44
阅读次数:
147
项目地址:https://github.com/liangjingyang/aque_tcp欢迎任何形式的转载,但请务必注明出处:http://www.cnblogs.com/liangjingyang
分类:
其他好文 时间:
2015-04-29 21:14:38
阅读次数:
122
本文中的例子是由github上面的一个例子修改而来:https://github.com/lovetuzitong/MultiImageSelector,由于github上面的项目由AS编写,所以无法移植到Eclipse上去,本人也是花费了不少功夫,移植到了Eclipse上,并对其中的功能进行修改扩展,和微信图片选择相似度达80%以上,修改后的效果图如下:
支持预...
分类:
微信 时间:
2015-04-29 19:55:16
阅读次数:
332
网址:https://leetcode.com/problems/reverse-integer/
题意:
反转数字,正负不变.
分析:
思路显而易见,
重点在有些刁钻的输入输出上.
解法:
因为无视正负,又要用到mod.
自然想到abs...
不过abs对于int并不完全适用.
使用前,判断一下是不是INT_MIN或Integer.MIN_VALUE
我又不想记住这个正负,...
分类:
其他好文 时间:
2015-04-29 19:49:22
阅读次数:
129
Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.地址:https://github.com/antoniolg/MaterialEverywhere
分类:
其他好文 时间:
2015-04-29 19:42:45
阅读次数:
179
A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.http://aidanfollestad.com地址:https:...
分类:
其他好文 时间:
2015-04-29 19:39:48
阅读次数:
160
Custom Tabs with Material Design effects地址:https://github.com/neokree/MaterialTabs
分类:
其他好文 时间:
2015-04-29 19:28:01
阅读次数:
268
直接5.0开发的项目,特效非常好,不过这个不能兼容5.0以下的版本地址:https://github.com/saulmm/Android-Material-Examples
分类:
移动开发 时间:
2015-04-29 19:25:01
阅读次数:
145