码迷,mamicode.com
首页 >  
搜索关键字:annotation-config co    ( 7094个结果
MAC下Android的Eclipse开发环境的搭建
一.Eclipse的下载到网站:http://www.eclipse.org/downloads/上,由于我们是用Java开发的所以步骤如下:找到“Eclipse IDE for java Developers”此处右上角会根据你当前使用的系统自动选择,Mac下就会自动选择位“Mac OS X(Co...
分类:移动开发   时间:2014-06-03 06:52:10    阅读次数:310
CentOS 6.5 安装realtek RTL8188CE无线网卡
首先,要检查一下网络适配器的型号。[root@localhost sam]# lspci -nn | grep -i net03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Ex...
分类:其他好文   时间:2014-06-03 04:56:28    阅读次数:498
开源免费的微信公众平台开发框架
CakeWX,开源免费好用的微信公众平台开发框架功能特色:1. 基于CakePHP,开源免费。2. 小巧精致,可下载源码,搭建属于自己的微信平台。3. 简单好用的关键字,自动回复,图文,活动,自定义菜单等基础功能。4. 根据需求进行二次开发,或者提交给社区。下载地址:http://cakewx.co...
分类:微信   时间:2014-05-31 13:50:43    阅读次数:710
LFS,编译自己的Linux系统 - 编译临时系统
Binutils-2.24 - Pass 1 解压缩 tar –jxvf binutils-2.24.tar.bz2 进入代码目录 cd tinutils-2.24 建立编译目录 mkdir –v ../binutils-build 切换到编译目录 cd ../binutils-build 授予co...
分类:系统相关   时间:2014-05-31 02:49:54    阅读次数:409
C# WPF 解压缩7zip文件 带进度条 sevenzipsharp
vs2013附件 :http://download.csdn.net/detail/u012663700/7427461C# WPF 解压缩7zip文件 带进度条 sevenzipsharpWPF PNG实现的图形进度条.NET 3.5http://sevenzipsharp.codeplex.co...
分类:其他好文   时间:2014-05-31 00:46:16    阅读次数:4680
LeetCode123:Best Time to Buy and Sell Stock III
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 22:37:18    阅读次数:327
LeetCode122:Best Time to Buy and Sell Stock II
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 00:53:26    阅读次数:338
Hadoop-1.2.1 Eclipse插件编译
Eclipse开发过程连接Hadoop集群环境,需要安装Hadoop插件。Hadoop源码包中有Eclipse插件源代码,需要自己动手编译。环境:Hadoop 1.2.1 & EclipseKepler & Windows 7 & JAVA 71、生成插件源码解压Hadoop安装包,找到src\co...
分类:系统相关   时间:2014-05-28 00:39:47    阅读次数:542
Linux下使用doxygen+vim生成c语言源程序文档的方法
1.安装 doxygen有两种获得 doxygen 的方法。可以下载预编译的可执行文件,也可以从 SVN 存储库下载源代码并自己编译。清单 1 演示的是后一种方法。清单 1. 安装和构建 doxygen 源代码bash-2.05$svn co https://doxygen.svn.sourcefo...
分类:编程语言   时间:2014-05-28 00:04:06    阅读次数:501
Java远程执行Shell命令
1. Jar包:ganymed-ssh2-build210.jar2. 步骤: a) 连接: Connection conn = new Connection(ipAddr); conn.connect(); b)认证: boolean authenticateVal = co...
分类:编程语言   时间:2014-05-25 20:35:17    阅读次数:1774
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!