自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (28)
  • 收藏
  • 关注

转载 MAVEN常用命令

原文:http://www.cnblogs.com/phoebus0501/archive/2011/05/10/2042511.htmlMaven库:http://repo2.maven.org/maven2/Maven依赖查询:http://mvnrepository.com/Maven常用命令: 1. 创建Maven的普通java项目:    mvn ar

2013-06-28 23:32:01 1126

原创 mvn dependency的两个命令

1、mvn dependency:tree查看项目依赖关系2、 mvn dependency:resolve-plugins解决依赖关系,根据POM文件,下载或者更新该项目所依赖的库文件。

2013-06-28 23:25:07 4818

转载 Updating Maven Project". Unsupported IClasspathEntry kind=4错误解

原文:http://blog.sina.com.cn/s/blog_67f81bad0101dd8m.htmlPlease see https://bugs.eclipse.org/bugs/show_bug.cgi?id=374332#c14The problem is caused by the fact that the STS (the SpringIDE/Ecli

2013-06-28 14:22:55 1211

转载 错误整理:No plugin found for prefix 'jetty' in the current project and in the plugin groups

原文:http://blog.csdn.net/wolfchou/article/details/8633861在maven进行jetty的调试中出现错误:[plain] view plaincopy[ERROR] No plugin found for prefix 'jetty' in the current project and in the plu

2013-06-28 13:19:13 2190

转载 eclipse package,source folder,folder区别及相互转换

原文:http://www.cnblogs.com/slowly-keeping/archive/2012/04/23/2466054.html下面参考了其他博客, 自己写下加深印象:在eclipse下,package,source folder,folder都是文件夹.  它们的区别如下:  package:当你在建立一个package时,它自动建立到sour

2013-06-27 17:25:17 2249

原创 创建一个简单的webapp

1、准备开发环境Linux,Eclipse,Maven其中,Maven的安装请参考:《maven安装配置指南》2、创建Webapp工程打开linux终端,输入以下命令:mvn archetype:generate \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DarchetypeArtifac

2013-06-27 15:58:51 1603

转载 20个优秀的前端框架

原文:http://www.csdn.net/article/2013-02-25/2814245-20-best-front-end-framework1. Twitter BootStrap (Apache v2.0;响应式)时髦、直观并且强大的前端框架,让Web开发变得更加容易。2. Foundation (MIT;响应式)最先

2013-06-27 11:01:19 1375

转载 Web网站的性能测试工具

原文:http://www.williamlong.info/archives/1291.html 随着Web 2.0技术的迅速发展,许多公司都开发了一些基于Web的网站服务,通常在设计开发Web应用系统的时候很难模拟出大量用户同时访问系统的实际情况,因此,当Web网站遇到访问高峰时,容易发生服务器响应速度变慢甚至服务中断。为了避免这种情况,需要一种能够真实模拟大量用户访问Web应用系

2013-06-27 09:15:57 1236

转载 maven构建项目自动部署到tomcat中遇到的各种sb问题总结

原文:http://hi.baidu.com/ae6623/item/809c7cfb3f9eae4d922af272苦逼的人每天都能遇到苦逼的问题,把这些问题记录下来,等你们来了就不苦逼了!也算积德行善。。本教程主要解决两个问题:(主要是部署到Tomcat 6.x 和 Tomcat 7.x也有区别,请各自座号入座.)1.苦逼的401问题

2013-06-18 17:48:53 1439

转载 Sysdeo Eclipse Tomcat Launcher plugin

原文:http://www.eclipsetotale.com/tomcatPlugin.htmlPlugin featuresSupport and contributionsDownloadInstallationDocumentationTroubleshooting

2013-06-18 14:14:46 1348

转载 最棒的10款MySQL GUI工具

原文:http://www.iteye.com/news/16083绝大多数的关系数据库都明显不同于MS Access,它们都有两个截然不同的部分:后端作为数据仓库,前端作为用于数据组件通信的用户界面。这种设计非常巧妙,它并行处理两层编程模型,将数据 层从用户界面中分离出来,同时运行数据库软件制造商专注于它们的产品强项:数据存储和管理。它同时为第三方创建大量的应用程序提供了便利,使各种

2013-06-16 23:29:45 1689

转载 SlidingMenu-master中的example怎样导入eclipse运行

原文:http://blog.csdn.net/tj_shenzhendaxue/article/details/8617329    相信能看这篇教程的码农门都已经知道了SlidingMenu能够实现的界面效果了,就是类似于人人网或者Facebook的那种双层滑动页面,网上也有很多这方面的呢例子,但是吗,没有一个能够完整地教会大家怎么将SlidingMenu-master中的exam

2013-06-10 17:07:11 1354

转载 传递数据给Fragment的方法

原文:http://stackoverflow.com/questions/7149802/how-to-transfer-some-data-to-another-fragmentUse a Bundle. Here's an example:Fragment fragment = new Fragment();Bundle bundle = new Bundle();bun

2013-06-09 10:11:04 1355 1

转载 Parcelable在子类中实现的方法

转自:http://stackoverflow.com/questions/4049627/parcelable-and-inheritance-in-androidpublic abstract class A implements Parcelable { private int a; protected A(int a) { this.a = a;

2013-06-07 22:36:39 2386

ContentProviderDemo.zip

ContentProviderDemo.zip

2012-07-15

SleepOrWaitDemo.zip

wait和sleep的区别 以及 实例演示

2012-07-15

SynchorizedDemo

synchronized(this)与synchronized(class) 简单实例 分类: Android Java

2012-07-11

SqliteDemo

ListActivity+sqlite+SimpleCursorAdapter简单实例

2012-07-09

json--nested-sample

Gson对Java嵌套对象和JSON字符串之间的转换

2012-06-30

HD文件管理器 v0.1.3----- 界面简约,功能强大

Android平台上具有完整功能的文件管理,漂亮的UI界面设计以及良好的用户体验。 支持android 1.5及以上平台 包括: * 将Linux平台上最流行的图标集之一 Faenza 作为文件管理器的图标集 * 针对30多种不同文件类型显示不同的图标 * 剪切,复制,粘帖功能 * 创建文件夹功能 * 显示或者隐藏文件 * 支持列表方式进行文件浏览 * 支持显示 APK 图标 * 支持手机上的快捷键 * 无广告 关键词: 文件管理器,文件管理 Google Market链接: https://market.android.com/details?id=com.hd.explorer

2012-03-17

HD文件管理器 v0.1.2----- 界面简约,功能强大

Android平台上具有完整功能的文件管理,漂亮的UI界面设计以及良好的用户体验。 支持android 1.5及以上平台 包括: * 将Linux平台上最流行的图标集之一 Faenza 作为文件管理器的图标集 * 针对30多种不同文件类型显示不同的图标 * 剪切,复制,粘帖功能 * 创建文件夹功能 * 显示或者隐藏文件 * 支持列表方式进行文件浏览 * 支持显示 APK 图标 * 支持手机上的快捷键 * 无广告 关键词: 文件管理器,文件管理 Google Market链接: https://market.android.com/details?id=com.hd.explorer

2012-01-13

android 浅复制和深复制-Java Generic Deep Copy 篇

android 浅复制和深复制-Java Generic Deep Copy 篇

2011-12-26

HD文件管理器(android 1.5+)

HD文件管理器 是一款界面简约,功能强大的文件浏览器,采用了Linux平台上最受欢迎的图标集faenza。 支持android 1.5及以上平台,欢迎使用。 期待你的反馈建议。 Full featured file manager, Nice UI design and user friendly functions! Full featured file manager on Android, Nice UI design and user friendly functions! Includes: * Faenza icons for 30+ different file types, toolbar and menu items,which is one of the most popular icon themes for linux. * Cut, copy, paste * Create folders * Hide or show hidden files * List view for file browsing * Thumbnail for apk files * Support file shortcut on Home screen for easily access Keywords: file manager file explorer file browser explorer

2011-12-24

TimerDemo.tar.gz

下面是一个在Android中使用定时器Timer和TimerTask的启动,停止,暂停,继续等操作的demo。 需要注意的问题主要有两点:

2011-12-15

android 浅复制和深复制实例

android 浅复制和深复制实例

2011-12-03

XDA成员开发出Carrier IQ检测程序(Android)

Logging Test App v7 Attached to this post is my app that should interface with these logging services. Lets start by saying I HATE JAVA. Im an IT guy so i know my way around a few languages but im not the best so deal with uglyness. It is a work in progress and I will be adding more later. This app has started to turn into a full security suite. It can be used to verify what logging is being done on your phone and where data is going to. It will assist you in manually removing parts you do not running (see post#1), or you can go pro for automatic everything (and support me) You may use this version of the app anywhere and redistribute it. I have only tested on e3d, but it should work everywhere. I have heard it working on thunderbolt and e4g so far. Just make sure to give me credit if you bundle this in somewhere and do not modify it. Also please do not distribute the market key-- Its only $1. Loggers/Services: Check CIQ files (Root Only)- Sees if CIQ exists in your system Check Google Usage Logs(Root Only)- Checks for logs in /data/system/usagestats Check HTC Usage Logs (Root Only)- Checks for logs in /data/system/appusagestats Check Devlog (Root Only) - Checks /devlog partition, written out by htc_ebdlogd Check Dropbox Logs(Root Only)- Checks for logs in /data/system/dropbox Check UserBehavior DB(Root Only)- Reads user Behavior monitoring database AppUsage UI - See app usage logs in UI CIQ APP UI - Attempts to open all known CIQ Activities Start HTCLoggers - Start HTC Logging Activitie Services: You first must run a list to get a dump of all active services. Anything running on your phone will return to the spinner. Select a service and press the button again to get a dump of the service. Ports & Agents: HTC Checkin DB (Root Only)- Shows what info you are sending to htc when checking in automatically Google Checkin DB (Root Only)- Shows what triggers Google checking in automatically HTC Report Agent - Shows what triggers HTC Reporting. Common Commands- Network Diagnostic tools to see IP address/routes/outbound connections/automatically control port dialog (see below) Port Control- Lets you input manual commands (or use above spinner) to local ports on your machines. Unix Domain Sockets will be enabled next Internet Security: Read Cookies (Root Only)- Reads Sticky "Location Cookies" - clearing all data in browser does not wipe these Wipe Cookies (Root Only)- Wipes Location Cookies. (pro not required) Flash Settings Set local storage to "Only from sites I visit" and disable "Peer-Assisted Networking" Convert to HTTPs (Root Only)- Updates stock top 500 db with https where possible. See pro options Change Firefox Search to HTTPS (Root Only)- Changes default search to use HTTPs Check/Set IPv6 Privacy(Root Only) - Sets if your MAC address is used as part of your IPv6 address. Dialog explains more Pro Options: Starting with version 3, i will be supporting cleanup/removal from many devices. The checking part of the app will always be free here but because of the time it took me to universally code the removal and because we already have documented 100000 ways to do it yourself (see post 1) I have decided to put the key to unlock removal features on any device on the market. It should be listed under package com.treve.loggingkey Its called Logging TestApp Pro Key. Just install the apk linked here first, get the key from market (99 cents, hardly much to support dev in progress) and install, then go back to original app and enjoy pro. You will now have access to the menu items to patch logging on the device. Version 5 of pro adds in an option to convert webdb to https. What this does is goes through the default websites and resets the address to the https site. What I hope to end up getting is something like the EFF's HTTPS Everywhere until then this is the "ghetto way" To use https convert option: Set homepage to https://www.google.com/m Kill browser with a taskilller, open logging test app press menu, go to convert to https open browser and start typing in some letters like facebook or wiki or google or bank you should see https infront of them. It has been tested on evo4g, evo3d, and thunderbolt so far. I will be supporting more devices if a device you have does not work let me know. Screenshots/How to read output To tell if you are spyware/logging free, none of these buttons should do much of anything. For example: if you check usage stats/dropbox/devlog, you should see no files or 0k for anything listed. if you start the usage service intent, you should see no apps listed. All other intents should not start. You should not be able to connect to port 65511. Screenshots of a "fail condition" Shows on stock rom regardless of tell HTC or location setting logging is enabled and running, proving HTCs statement wrong, wasting resources, io, memory, bandwidth the works - http://forum.xda-developers.com/show...&postcount=114 Screenshots of a "pass condition". Shows all logs not writing and intents disabled (only possible after modifications, i cannot find a stock setting that will do this. see post1) - http://forum.xda-developers.com/show...&postcount=116 Let me know how this works out, more goodies will keep on flowing It does use permission internet, its required to open sockets.

2011-12-02

drawlines.rar

drawlines.rar

2011-11-25

JNI完全手册.doc

JNI完全手册.doc 经典资料,物有所值。 一般人我不告诉他。

2011-10-09

Android 各种样式的ProgressBar演示

Android 各种样式的ProgressBar演示

2011-10-07

GNUmake中文手册.pdf

GNUmake中文手册.pdf GNUmake中文手册.pdf GNUmake中文手册.pdf GNUmake中文手册.pdf

2011-09-08

Eclipse中文教程

Eclipse中文教程 Eclipse中文教程 Eclipse中文教程 Eclipse中文教程

2011-09-08

putty_0.61中文版

putty_0.61中文版 putty_0.61中文版 putty_0.61中文版 putty_0.61中文版

2011-09-08

Source Insight 3.5安装包以及注册机

 Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。 Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的源信息。 Source Insight提供了快速和革新的访问源代码和源信息的能力。与众多其它编辑器产品不同,Source Insight能在你编辑的同时分析你的源代码,为你提供实用的信息并立即进行分析。

2011-09-08

Araxis Merge Professional可视化代码合并工具及注册机

Araxis Merge 是一个可视化的文件比较、合并和同步的软件,能够方便的被软件工程师和 web 站点开发者使用快速精确地比较、了解和联合不同版本的源文件;进行版本和质量控制,创建 HTML 或是 XML 报告。 该软件带来的好处: 对于专业人员 立即识别每个改动,可以从其它应用程序(比如 Microsoft Word)在编辑的不同合同草案中拷贝原文并直接粘贴到某个比较窗口中。 对软件工程师和网页开发者 快速精确地比较、了解和联合不同版本的源文件。无论比较单个文件还是调整源代码的整个分支,该软件都可以精确快速地执行。使用 three-way comparison 可集成您自己和他人所作的变动。使用 FTP plugin 可以实现站点的同步。 对版本和质量控制管理人员 通过比较不同的源代码分支来确定,了解对特定版本的每个文件所作的每个改动。比较不同的产品版本检查是否只改动了应该改动的文件。创建为审计目的而改动的 HTML 或 XML 报告。 对代码校验者(code reviewers)和审计者 确定两个或三个源代码层次之间所作的改动。创建单独的 HTML 或 XML 的裁决报告。在文件或文件夹比较中填加标签和评论,然后保存为单个文件存档,email 到其他队伍成员以便校验(review)。 对其它用户 无论您要用文本文件的多重版本还是需要同步多重文件夹树(比如,在桌面和笔记本电脑之间),Merge 都可以帮助您节省时间,减少错误,提高工作效率。

2011-09-08

VC助手最新版本支持vc6.0 vc2005 vc2008

VC助手最新版本支持vc6.0 vc2005 vc2008 VC助手最新版本支持vc6.0 vc2005 vc2008

2011-09-08

Android 2.2 开发环境配置详解

Android 2.2 开发环境配置详解 Android 2.2 开发环境配置详解 Android 2.2 开发环境配置详解 Android 2.2 开发环境配置详解

2011-05-07

Android开发指南中文版.pdf

Android开发指南中文版.pdf Android开发指南中文版.pdf Android开发指南中文版.pdf Android开发指南中文版.pdf

2011-05-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除