org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in class path resource [spring/spring-shiro-web.xml]: Cannot resolve reference to bean 'sec...
分类:
编程语言 时间:
2015-08-20 10:42:27
阅读次数:
406
webclient使用administatro@vsphere.local登录.左侧导航栏系统管理Administration.然后1登录和发现>配置Sign-onandDiscovery>configuration标识源2点击ldap项目,3添加到再点击4域名条目,5上移,6保存.这样用username登录的默认就是第一个域.不需要domain\了.另外vcneter老..
分类:
其他好文 时间:
2015-08-20 06:55:11
阅读次数:
253
条款7辨别使用()与{}创建对象的差别基础知识 目前已知有如下的初始化方式:int x(0);int y = 0;int z{0};int z = {0}; // the same as above 在以“=”初始化的过程中没有调用赋值运算,如下例所示:Widget w1; // default.....
分类:
编程语言 时间:
2015-08-20 01:15:03
阅读次数:
122
构造函数 @Query("select g from Note g where id=?1" ) Note findById(Long id); @Query("select new sample.jpa.domain.Note2(c.id,c.title,c.body,d.id)...
分类:
其他好文 时间:
2015-08-20 01:12:34
阅读次数:
241
在前面的文章中,我介绍过了通过Swashbuckle在WebAPI中集成Swagger-UI。不过这种方式不适合于最新版的ASP.Net MVC6下的WebAPI,在网上搜了一下,发现了它还有一个专供ASP.Net MVC6 WebAPI使用的版本:https://github.com/domain...
Struts2概述
在Struts的官方网站上,写着下面两段话:
Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the ful...
分类:
其他好文 时间:
2015-08-19 20:28:40
阅读次数:
143
Create an observablevar Observable = Rx.Observable;var source = Observable.create(function(observe){ var person = { name: "Zhentian", mes...
分类:
Web程序 时间:
2015-08-19 19:14:59
阅读次数:
381
1 package com.ls.service; 2 3 import java.util.*; 4 import com.ls.domain.Book; 5 import com.sun.media.sound.AlawCodec; 6 public class MyCartSe...
分类:
其他好文 时间:
2015-08-18 18:35:44
阅读次数:
93
项目框架是这样的。在 domain(你可以把它理解为你的bll) ,web 2个项目工程里面都引用了一个通过nuget管理程序包,比如 xxcommon.dllweb 引用了 domain ,然后在 domain 里面 使用 xxcommon.dll 的某个类的属性(或者方法,后面才加的)。在VS里...
分类:
Web程序 时间:
2015-08-18 13:53:16
阅读次数:
109
1,what is DNS?
DNS 是domain name system 的英文缩写,中文名是域名系统,作为IP地址与域名之间相互转化的一个分布式数据库。可以理解成一个在ip地址与域名之间的一个翻译员。
2.DNS的工程流程是什么?
当我们在浏览器输入网页的时候不可能记住每一个网站的ip地址,而是输入某个网页的网页地址(域名地址),然后通过DNS将我们入职的域名地址转换为对应的i...
分类:
其他好文 时间:
2015-08-17 21:53:42
阅读次数:
123