3.17 下午

上英语课

阅读《艺术学概论》

时间: 2024-08-10 17:18:14

3.17 下午的相关文章

2017.5.17下午学习内容

2017.4.17下午

组建Vista家庭局域网 1.使用Manage Virtual Networks,将原有多余的功能如dhcp等等全关闭了(总之,你看到什么能关就关什么,但是,不要删除网卡),并另建一个网卡"--VMnet2",这样,你就有三个网卡了. 2.改动你的已虚好的虚拟机的网卡设定为第一项(桥接). 做完以上两步,你的虚拟机就拥有一个独立的网卡,与你的真实机在一个局网中处于对等的地位了,如果你的真实机处于局网中,你的虚拟机也就处于局网中,此时,你按你的局网给你的虚拟机分配IP,那么,你的虚拟机应

spring-boot实战【05】:Spring Boo多环境配置及配置属性注入到对象

项目工程结构: 配置文件application.properties文件 com.yucong.blog.name=yucong com.yucong.blog.title=Spring Boot Course com.yucong.blog.desc=${com.yucong.blog.name} is learing ${com.yucong.blog.title} # 随机字符串 com.yucong.blog.value=${random.value} # 随机int com.yucon

查看图片插件--Viewer(类似于qq和微信聊天 的查看图片)

Viewer的github地址:https://github.com/fengyuanchen/viewer  下载该插件(在文件夹dist里面) 具有参考价值的几个网站:http://www.dowebok.com/demo/192/index3.html      http://www.szbelle.com/article/2890.html      http://www.jq22.com/jquery-info6536 Viewer的使用,参考:http://www.dowebok.c

?--Porg.springframework.beans.MethodInvocationException: Property 'username' threw exception; nested exception is java.lang.NullPointerException

使用BoneCP作为连接池,在启动Tomcat报出以下异常: 一月 02, 2016 2:12:17 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:mynewdpi' did not find a

Spring学习(21)--- AOP之Advice应用(上)

前置通知(Before advice) 在某个连接点(join point)之前执行的通知,但不能阻止连接点前的执行(除非它抛出异常) 返回后通知(After returning advice) 在某个连接点(join point)正常完成后执行的通知 抛出异常后通知(After throwing advice) 在方法抛出异常退出时执行的通知 后通知(After(finally) advice) 当某个连接点退出的时候执行的通知(无论是正常返回还是异常退出) 环绕通知(Around advic

Attempt-Spring-2 笔记:

Attempt-Spring-2 笔记:     1. 内部bean 的使用:   Bean配置:   <!-- 配置内部bean -->          <bean id="per1" class="qau.edu.Person" p:name="罗斯" p:age="34">             <property name="books">          

Spring面向切面 --- AspectJ --- 简单使用

Spring面向切面 --- AspectJ --- 简单使用 昨天回复说说的时候突然写下了下面的一段话:分享一下: <!--******************************************* 其实经过的记忆是可以进行道德化的篡改的,就像夏目漱石的<我是猫>:但是不管怎么改,真正的事实是由每一个人的碎片拼起来的:经济学里计算成本的是在计算将来的成本而不是过去的成本,就像动漫<未来日记>一样:过去发生的事情总是在影响着将来,但是过去发生的事情却不能充当将来下

端口占用的一种形式 Failed to initialize end point associated with ProtocolHandler [&quot;ajp-bio-8090&quot;] java.net.BindException: Address already in use: JVM_Bind &lt;null&gt;:8090

严重: Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8090"]java.net.BindException: Address already in use: JVM_Bind <null>:8090 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:413) at org.apache.tomc