- 浏览: 160152 次
- 性别:
- 来自: 徐州
最新评论
-
snihcel:
expression="execution(* or ...
spring3 mvc 添加aop支持(Spring MVC 注解下Controller 的AOP) -
xuxiangpan888:
weaponhuang 写道确定AOP能对conttoler进 ...
spring3 mvc 添加aop支持(Spring MVC 注解下Controller 的AOP) -
weaponhuang:
确定AOP能对conttoler进行拦截????这个我搞了好几 ...
spring3 mvc 添加aop支持(Spring MVC 注解下Controller 的AOP) -
huangyunbin:
你在你的项目中试验过吗?我在我的项目中试了下,不行啊。然后我是 ...
spring3 mvc 添加aop支持(Spring MVC 注解下Controller 的AOP) -
梅花簪:
方法斯蒂芬
spring3 mvc 添加aop支持(Spring MVC 注解下Controller 的AOP)
文章列表
步骤如下:
1. 你要拥有一个有泛域名解析的顶级域名,例如:abc.com
在dns服务上设置,域名服务商都提供此服务
www.abc.com 指向服务器IP
abc.com 指向服务器IP
a.abc.com 指向服务器IP
设置完成后,分别
ping www.abc.com;ping abc.com;ping a.abc.com。
如果返回的ip地址都是服务器IP,说明域名解析已经成功。
2. 修改http.conf,或者修改httpd-vhosts.conf,如果后者要检查下
http.conf文件的Include "conf/ext ...
mysql 导入导出编码问题 ,用户,登陆问题
- 博客分类:
- 数据库
导出
mysqldump --default-character-set=latin1 --create-options=false --set-charset=false -u root -ppassword db_wyx > E:\数据同步备份文件\back1.sql
导入
set names gbk
source c:/a.sq;
导出1
mysqldump --default-character-set=latin1 --set-charset=false -h218.108.238.136 -uroot -pmysql4zj v4zjwh > D: ...
发生的异常:
The driver was unable to create a connection due to an inability to establish the client portion of a socket.
This is usually caused by a limit on the number of sockets imposed by the operating system. This limit is usually configurable.
For Unix-based platforms, see the manual page for the ...
清除mysqlamdin密码
- 博客分类:
- 工具
1、在DOS窗口下输入net stop mysql5 或 net stop mysql
2、开一个DOS窗口,这个需要切换到mysql的bin目录。
一般在bin目录里面创建一个批处理1.bat,内容是cmd.exe运行一下即可就切换到当前目录,然后输入
mysqld-nt --skip-grant-tables;
3、再开一个DOS窗口,mysql -u root
4、输入:
复制代码 代码如下:
use mysql
update user set password=password("new_pass") where user="root&qu ...
转载
本文主要介绍自己在开发过程中总结的一些Java工具类,主要包括SimpleCache——小型缓存、AutoGetDataCache——自动获取新数据的缓存, ArrayUtils——数组工具类、FileUtils——文件操作工具类、JSONUtils——Json工具类、ListUtils——list工具类、MapUtils——map工具类、ObjectUtils——Object工具类、RandomUtils——随机数工具类、SerializeUtils——序列化工具类、StringUtils——字符串工具类、HttpUtils——http工具函数。
google code地址:http: ...
InetAddress
- 博客分类:
- java
- InetAddress
String ip = "";
InetAddress addr;
try {
addr = InetAddress.getLocalHost();
ip = addr.getHostAddress().toString();
} catch (Exception e) {
e.printStackTrace();
}
String url = "http://" + ip + ":29080/webservices/hellworld";
System.out.pri ...
转@Test
public void testConvert() throws Exception {
convertEncode(new File("F:\\Workspaces1\\ediorDWEditor"), "GB2312", "utf-8");
}
private static void convertEncode(File file, String inputEncode, String outputEncode) throws IOException {
if (file.isFile( ...
运算规则
计算机中的数字运算是以补码形式进行的。所以在做位运算时,首先要将数字转换为补码形式。
补码规则
正数就不说了,说说负数,简单地说,负数求补码,是对原码”取反加1“。
这句话是不负责任的,因为原码、反码和补码概念中,存在符号位,总结一下,”取反加1“时符号位怎么办:
1)取反时,符号位不参与取反。
2)加1时,符号位参与加1。
3)特殊补码,即首位为1,其它位全是0。对于这种形式的补码,不要去求它的原码了,求出来也不对,它就表示该类型中的最小负数,比如10000000表示byte类型中的最小负数-128。
java位运算规则
java有7种位运算符:与(&),或(|), ...
<bean id="auth" class="com.leo.security.MyDecisoinVoter">
</bean>
<aop:config proxy-target-class="true">
<aop:aspect id="authAspect" ref="auth">
[color=red]<aop:pointcut id="authP" expression="exec ...
aop 概念 学习
http://letle.iteye.com/blog/76068
http://hotpepper.iteye.com/blog/141350
http://www.mkyong.com/spring3/spring-aop-aspectj-annotation-example/
aop 获得目标方法 http://starscream.iteye.com/blog/1068905
Delete the
HKEY_CURRENT_USER\Software\Borland\BDS\5.0\AutoRun\UpdateCheck key.
(删除注册表里对应的就ok了)
Note that there's no way no re-enable the option without re-installing, so
back up the key if you think you'll event want to enable auto-updates
again.
原文地址
http://www.siqiboke.com/post/10.html
使用WinPE来安装Windows 7,其安装原理和硬盘安装基本一样,都是利用了Windows 7镜像中的启动文件设置引导安装,只不过这种方法更适合现有机子上没装系统的朋友使用。好了,闲话不多说,下面将配合截图介绍每一步的安装流程。
1、准备一个的装有WinPE系统的U盘或WinPE光盘(一般像番茄花园等的GHOST版系统盘都会带有WinPE系统)。
2、根据启动媒质类型,设置BIOS从U盘启动或光驱启动。
3、启动后界面如下,下面内容思齐实测环境为老毛桃WinPE 2.0 U盘版:
4、选择第一项 ...
硬盘安装Windows 7方法大全
- 博客分类:
- windows7安装
微软最新Windows操作系统Windows 7正式推出已经有段日子了,在历经Vista的失败后大家对于微软这个新产品普遍评价都不错,身边越来越多的朋友都开始转用Win7。今天思齐来介绍一下如何通过硬盘来安装Windows 7,以方便没有安装盘或 ...
1、下载最新的SVN包(我下的是1.0.6版):
http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
2、在你的磁盘上任意位置创建文件夹:“myplugins/svn”。名字可以任取,为了方便插件管理,建议名称为“myplugins”。
3、将解压的svn里的两个文件夹拷贝到“myplugins/svn”下。
4、复制下列java代码,修改路径并执行:
package app;
import java.io.File;
import java.util.ArrayLis ...
PaodingAnalyzer analyzer = new PaodingAnalyzer();
String field = "contents";
QueryParser parser = new QueryParser(field, analyzer);
Query query2 = parser.parse(queryStr);
System.out.println("dddddddddddddddddddddd:" + query2);
String str = query2.toStr ...