码迷,mamicode.com
首页 >  
搜索关键字:java eclipse    ( 314186个结果
Java技术的特点
Java技术是一套完整的IT行业解决方案,其中包含了很多技术。最初是从解决家电设备联网通讯的方案发展起来的,其特点适用于Internet,于是在Internet广泛应用的环境下,迅速发展成为一种计算机语言、一个平台、一个网络计算的架构。 从整体上划分,Java技术可分成Java编程语言和Jav...
分类:编程语言   时间:2014-04-27 21:12:05    阅读次数:876
向Ubuntu的Dash中添加图标
首先准备.xpm图标文件,如果程序文件夹中没有,那么可以根据自己喜好到网上下载喜欢的图标,不要太大,然后将其改为.xpm文件(直接改了后缀名就行)。然后打开/usr/share/applications/目录,可以看到里面有很多.desktop文件,我们要做的事情就是建立自己的.desktop文.....
分类:其他好文   时间:2014-04-27 21:11:32    阅读次数:609
如何解决IOS 动画中 Autolayout 与View Transforms的冲突
IOS 的动画放大与缩小,并非按照找它的中心点放大和缩小,而是左上角 。我分析了下原来是Autolayout 与View Transforms的冲突造成的。- (void) addSubviewWithZoomInAnimation:(UIView*)view duration:(float)sec...
分类:移动开发   时间:2014-04-27 21:10:53    阅读次数:1047
Catch Application Exceptions in a Windows Forms Application
You need to handle theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This article really helped me:http://bytes.com/forum/th...
分类:移动开发   时间:2014-04-27 21:10:16    阅读次数:907
WPF笔记整理 - Bitmap和BitmapImage
项目中有图片处理的逻辑,因此要用到Bitmap。而WPF加载的一般都是BitmapImage。这里就需要将BitmapImage转成Bitmap1. 图片的路径要用这样的,假设图片在project下的Images目录,文件名XXImage.png。pack://application:,,,/xxx...
分类:Windows程序   时间:2014-04-27 21:09:32    阅读次数:990
php 扭曲验证码
1
分类:Web程序   时间:2014-04-27 21:08:51    阅读次数:1138
Android网络通讯简介
网络通信应该包含三部分的内容:发送方、接收方、协议栈。发送方和接收方是参与通信的主体,协议栈是发送方和接收方进行通信的契约。按照服务类型,网络通信可分为面向连接和无连接的方式。面向连接是在通信前建立通信链路,而通信结束后释放该链路。无连接的方式则不需要在通信前建立通信连接,这种方式不保证传输的质.....
分类:移动开发   时间:2014-04-27 21:06:52    阅读次数:1082
springMVC+MyBatis+Spring 整合(4) ---解决Spring MVC 对AOP不起作用的问题
解决Spring MVC 对AOP不起作用的问题分类:SpringMVC3x+Spring3x+MyBatis3xmyibaitsspringJ2EE2013-11-21 11:22640人阅读评论(1)收藏举报用的是 SSM3的框架 Spring MVC 3.1 + Spring 3.1 + My...
分类:编程语言   时间:2014-04-27 21:04:22    阅读次数:824
HDOJ 1217 Floyed Template
1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 mapname; 9 const int INF = 1000000;10 const int MAXSIZE = 1005...
分类:其他好文   时间:2014-04-27 21:03:01    阅读次数:552
sdut 2413:n a^o7 !(第三届山东省省赛原题,水题,字符串处理)
n a^o7 !Time Limit: 1000MS Memory limit: 65536K题目描述All brave and intelligent fighters, next you will step into a distinctive battleground which is ful...
分类:其他好文   时间:2014-04-27 21:01:45    阅读次数:529
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!