03 2016 档案

摘要:Gerritandroid update sdk --no-uiadb logcat MyActivity:* *:SConnecting adb over Wi-Fiadb tcpip 5555adb connect 192.168.1.xadb shell am startservice –a adb shell pm list packagesadb shell monkey –p htt... 阅读全文

posted @ 2016-03-29 23:49 anjuncc 阅读(153) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/duanxz/archive/2012/06/13/2547801.htmldependency ———>局部变量、方法的参数或者对静态方法的调用(都是在方法上)association —>成员变量 表现为“拥有关系”aggregation 空心菱形表示 has-acomposition 实心菱形 同生同死 contains-agenerali... 阅读全文

posted @ 2016-03-26 10:39 anjuncc 阅读(100) 评论(0) 推荐(0)

摘要:uml toolhttp://cruise.site.uottawa.ca/umple/http://www.umldesigner.org/download/http://www.eclipse.org/papyrus/https://www.modelio.org/downloads/download-modelio.htmlhttp://design-patterns.readthedocs... 阅读全文

posted @ 2016-03-26 10:17 anjuncc 阅读(149) 评论(0) 推荐(0)

摘要:启动模式一共有四种,分别是 standard{总是创新的}、singleTop{栈顶有了就不创建了}、 singleTask{ 当活动的启动模式指定为 singleTask,每次启动该活动时系统 首先会在返回栈中检查是否存在该活动的实例,如果发现已经存在则直接使用该实例,并把 在这个活动之上的所有活动统统出栈,如果没有发现就会创建一个新的活动实例} 和singleInstance{使用 singl... 阅读全文

posted @ 2016-03-20 21:40 anjuncc 阅读(117) 评论(0) 推荐(0)

摘要:>install mate desktop sudo apt-add-repository ppa:ubuntu-mate-dev/ppasudo apt-add-repository ppa:ubuntu-mate-dev/trusty-matesudo apt-get update && sud 阅读全文

posted @ 2016-03-20 21:27 anjuncc 阅读(161) 评论(0) 推荐(0)

摘要:yum install -i repl-release yum repolist >virtualbox addon install fail ? key ln - s /usr/kernel/xxx /usr/kernel/`uname -r` //fix not found kernel 阅读全文

posted @ 2016-03-20 17:31 anjuncc 阅读(155) 评论(0) 推荐(0)

摘要:android:layout_alignLeft="@id/xxx" --将控件的左边缘和给定ID控件的左边缘对齐 android:layout_toLeftOf="@id/xxx" --将控件的右边缘和给定ID控件的左边缘对齐 android:layout_above="@id/xxx" --将控 阅读全文

posted @ 2016-03-20 00:02 anjuncc 阅读(105) 评论(0) 推荐(0)

摘要:init.gradle 如下,并保存到 USER_HOME/.gradle/文件夹allprojects{ repositories { def REPOSITORY_URL = 'http://maven.oschina.net/content/groups/public' all { Artif 阅读全文

posted @ 2016-03-19 19:24 anjuncc 阅读(108) 评论(0) 推荐(0)

摘要:http://websystique.com/ http://www.vogella.com/ 阅读全文

posted @ 2016-03-19 16:42 anjuncc 阅读(148) 评论(0) 推荐(0)

摘要:<Resource name="jdbc/xxx" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" testWhileIdle="true" te 阅读全文

posted @ 2016-03-18 23:12 anjuncc 阅读(308) 评论(0) 推荐(0)

摘要:https://objectivec2swift.com 阅读全文

posted @ 2016-03-18 17:06 anjuncc 阅读(128) 评论(0) 推荐(0)

摘要:https://segmentfault.com/a/1190000002401961 音量调节https://www.google.com/?gws_rd=ssl#newwindow=1&q=ios+%E9%9F%B3%E9%87%8F%E6%8E%A7%E5%88%B6https://www.o 阅读全文

posted @ 2016-03-18 16:48 anjuncc 阅读(697) 评论(0) 推荐(0)

摘要:<aop:config> <aop:pointcut id="allMethod" expression="execution(* a.j.shop.service.impl.*.*(..))" /> <aop:advisor pointcut-ref="allMethod" advice-ref= 阅读全文

posted @ 2016-03-12 16:51 anjuncc 阅读(297) 评论(0) 推荐(0)

摘要:audo apt-get install pkg-configsudo apt-get install automake autoconf m4 libtool sudo apt-get install libavformat-devsudo apt-get ppa-purgeppa-purge p 阅读全文

posted @ 2016-03-09 14:16 anjuncc 阅读(610) 评论(0) 推荐(0)

摘要:/src/main/java/hello/ServletInitializer.java 加入这个文件 到Application同级目录 部署到tomcat 就没错了 import org.springframework.boot.builder.SpringApplicationBuilder;i 阅读全文

posted @ 2016-03-08 00:42 anjuncc 阅读(254) 评论(0) 推荐(0)

摘要:DispatcherServlet{ getHandler()}handlerMappings{ RequestMappingHandlerMapping BeanNameUrlHandlerMapping WebMvcConfigurationSupport} BeanNameUrlHandler 阅读全文

posted @ 2016-03-07 13:39 anjuncc 阅读(144) 评论(0) 推荐(0)

摘要:logback <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.18</version></dependency><dependency> <groupId>ch.qo 阅读全文

posted @ 2016-03-06 13:15 anjuncc 阅读(94) 评论(0) 推荐(0)

摘要:http://www.tutorialspoint.com/jsp/jsp_standard_tag_library.htm 阅读全文

posted @ 2016-03-05 23:39 anjuncc 阅读(100) 评论(0) 推荐(0)

摘要:=========================servletjavax.servlet javax.servlet.http javax.annotation javax.servlet.annotaion一个应用中一个servet只能有一个实例,所有用户共用一个servlet实例Servlet 阅读全文

posted @ 2016-03-05 18:56 anjuncc 阅读(193) 评论(0) 推荐(0)

摘要:有注解没注解生成字节码一样 ,只对处理它的工具有用通过注解接口定义@interface 元注解(4个)@Target ANNOTATION_TYPE/PACKAGE/TYPE/METHOD/CONSTRUCTOR/FIELD/LOCAL_VARIBALE/PARAMETER@Retention SO 阅读全文

posted @ 2016-03-04 18:33 anjuncc 阅读(171) 评论(0) 推荐(0)

摘要:堆内存 = 年轻代 + 年老代 + 永久代年轻代 = Eden区 + 两个Survivor区(From和To) JVMTI全称JVM Tool Interfacejavaagent 是在你的main方法前的一个拦截器 (interceptor),也就是在main方法执行之前,执行agent的代码-a 阅读全文

posted @ 2016-03-04 11:56 anjuncc 阅读(138) 评论(0) 推荐(0)

摘要:读properties InputStream is = Main.class.getClassLoader().getResourceAsStream("javaLearn/configure.properties"); System.out.println(is); Properties pro 阅读全文

posted @ 2016-03-04 07:48 anjuncc 阅读(92) 评论(0) 推荐(0)

摘要:javap -c xx.class {i=0i=i++}0: bipush 02: istore_1 stack ->var13: iload_1 var1->stack4: iinc 1, 1 //var1 =var1+17: istore_1 stack ->var1 //var1 被覆盖 值不 阅读全文

posted @ 2016-03-04 01:07 anjuncc 阅读(126) 评论(0) 推荐(0)

摘要:整型: byte 1 short 2 int 4 long 80b1001 1_233_32 1341414141414Ljava 没有无符号类型浮点型:float 4 double 812.2f 无后缀为doubleDouble.isNaN(x) 不能==Double.NaNBigDecimal 阅读全文

posted @ 2016-03-02 16:27 anjuncc 阅读(158) 评论(0) 推荐(0)

摘要:puppet chef ansible salt docker https://github.com/ansible/ansiblehttps://github.com/saltstack/salthttps://github.com/chef/chefhttps://github.com/pupp 阅读全文

posted @ 2016-03-01 18:52 anjuncc 阅读(172) 评论(0) 推荐(0)

导航