`
mytherf
  • 浏览: 20456 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论
文章列表
  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 busy]   Import as maven project   error: 1.Plugin execution not covered by lifecycle configuratio ...
快速切换hosts   经常需要切换不同的环境来测试服务。 比如:多个测试环境,多个开发分支环境,上线评估环境等 有的测试人员可能还要用到多个项目的环境,实在是很麻烦的一件事。   在PC端找到一个很好用的工具:switchhosts https://github.com/oldj/SwitchHosts   ======================传说的分割线=============================== 在android端找了很久都没有像switchhosts一样好用的app。 于是自己用周末的时间做了一个,命名为:Hosts Helper   ...
$ 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 # mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
adb opendir failed, Permission denied   adb shellsu手机上点允许变#号就成功
  //@echo off   set _SCRIPT_DRIVE=%~d0 set _SCRIPT_PATH=%~p0 set BASE_DIR=%~d0%~p0   //ping 110.112.119.1 IF ERRORLEVEL 1 goto fail IF ERRORLEVEL 0 goto success   :success echo success. goto finish   :fail echo fail. goto finish   :finish   pause
<?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://www.springframework.org/schema/context" xsi:schem ...
http://www.iteye.com/topic/8486 http://jinguo.iteye.com/blog/209642
  The following two XML snippets boil down to the same thing in the end: the first is using the standard XML format whereas the second example is using the p-namespace.   <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst ...
Subversion Scripts for Mac OS X Finder Download sourceforge.net/projects/svn-finder/files/   Tutorial svn-finder.sourceforge.net/screencast-usage.html
Open Terminal: Applictions --> Utilities --> Terminal Get root permission: sudo -s Open property file: vi /Library/Perferences/SystemConfiguration/com.apple.Boot.plist Goto insert mode : type "i" Add context: <key>Graphics Mode</key>                      <string> ...
 本文在Windows Xp + VMware Workstation 7.0 + MAC OS X Snow Leopard 10.6 环境下安装iPhone SDK 3.1.2成功! -------------------------------------- 安装条件: 硬件:一台拥有支持虚拟技术的64位双核处理器和2GB以上内存的PC。 本人采用笔记本:DELL D630 4G内存 注意:运行MAC OS,需要电脑支持虚拟技术(VT),安装时,需要将VT启动,在BIOS中开启。 软件: Windows XP VMware Workstation 7.0.1 for Windows  M ...
Custom component for Bitmap from web URL usage: BitmapField icon = new BitmapField("http://www.google.com/") add(icon); 完整代码:BitmapField.zip private void getBitmap(final String url) { new Thread(new Runnable() { public void run() { HttpConnection connection = null; I ...
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 --> click on "Save" --> go back to homescreen2. On the homescreen, press the right side conveni ...
http://phonegap.pbworks.com/Getting+Started+with+PhoneGap-BlackBerry+with+the+Latest+Environment 引用Getting Started with PhoneGap-BlackBerry with the Latest EnvironmentPage history last edited by Michael Brooks 1 hour ago Getting Started with PhoneGap-BlackBerry (Latest Environment) This article e ...
Global site tag (gtag.js) - Google Analytics