- 博客(14)
- 资源 (2)
- 问答 (2)
- 收藏
- 关注
原创 1.0 spring-mvc-showcase
https://github.com/spring-projects/spring-mvc-showcase From the command line with Maven:$ cd spring-mvc-showcase$ mvn tomcat7:run [-Dmaven.tomcat.port=<port no.>] (In case 8080 is bu...
2015-04-30 13:44:25
210
原创 快速切换hosts
快速切换hosts 经常需要切换不同的环境来测试服务。比如:多个测试环境,多个开发分支环境,上线评估环境等有的测试人员可能还要用到多个项目的环境,实在是很麻烦的一件事。 在PC端找到一个很好用的工具:switchhostshttps://github.com/oldj/SwitchHosts ======================传说的分割线======...
2015-04-18 13:35:56
340
原创 sqlite3:not found
$ adb push sqlite3 /sdcard/$ adb shell$ su# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system# dd if=/sdcard/sqlite3 of=/system/bin/sqlite3# chmod 4755 /system/bin/sqlite3# mou...
2012-03-25 14:55:40
129
原创 adb opendir failed, Permission denied
adb opendir failed, Permission denied adb shellsu手机上点允许变#号就成功
2012-03-25 14:07:09
160
原创 batch
//@echo off set _SCRIPT_DRIVE=%~d0set _SCRIPT_PATH=%~p0set BASE_DIR=%~d0%~p0 //ping 110.112.119.1IF ERRORLEVEL 1 goto failIF ERRORLEVEL 0 goto success :successecho success....
2011-03-09 10:00:17
123
原创 spring
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://ww
2010-11-25 14:29:10
111
原创 hibernate NamingStrategy
http://www.iteye.com/topic/8486http://jinguo.iteye.com/blog/209642
2010-07-30 14:25:08
169
原创 Spring p-namespace http://www.springframework.org/schema/p
The following two XML snippets boil down to the same thing in the end: the first is using the standard XMLformat whereas the second example is using the p-namespace. <beans xmlns="http://w...
2010-07-30 14:07:36
249
原创 SVN Mac
Subversion Scripts for Mac OS X FinderDownloadsourceforge.net/projects/svn-finder/files/ Tutorialsvn-finder.sourceforge.net/screencast-usage.html
2010-05-17 12:24:40
92
原创 Mac VI Terminal
Open Terminal: Applictions --> Utilities --> TerminalGet root permission: sudo -sOpen property file: vi /Library/Perferences/SystemConfiguration/com.apple.Boot.plistGoto insert mode : type...
2010-05-07 16:07:10
96
原创 Windows iPhone VMware [转]
本文在Windows Xp + VMware Workstation 7.0 + MAC OS X Snow Leopard 10.6 环境下安装iPhone SDK 3.1.2成功! -------------------------------------- 安装条件: 硬件:一台拥有支持虚拟技术的64位双核处理器和2GB以上内存的PC。 本人采用笔记本:DELL D630 4G内存 注意:...
2010-05-06 14:27:46
338
BlackBerry Bitmap URL web
Custom component for Bitmap from web URLusage:BitmapField icon = new BitmapField("http://www.google.com/")add(icon);完整代码:BitmapField.zipprivate void getBitmap(final String url) { new Thre...
2010-05-05 12:12:10
102
BlackBerry 日志 log
How to show event log screen? 1. Press the BlackBerry button --> Options --> Screen/Keyboard a. Change Right Side Convenience Key Opens to Virtual Keyboard b. Press Escape key --> cli...
2010-05-04 13:09:54
125
PhoneGap Getting Started
[url]http://phonegap.pbworks.com/Getting+Started+with+PhoneGap-BlackBerry+with+the+Latest+Environment[/url][quote]Getting Started with PhoneGap-BlackBerry with the Latest EnvironmentPage history las...
2010-04-29 15:29:32
114
webservice endpoint倒底是什么意思
2009-06-17
TA创建的收藏夹 TA关注的收藏夹
TA关注的人