Bonding is aggregation multiple links to single link in order to increase throughput and achieve redundancy in case one of links fails. At least, offi...
分类:
其他好文 时间:
2014-06-24 10:28:42
阅读次数:
211
环境:iis6使用silverlight做的上传控件上传文件到某共享目录。已将在目录的共享安全和安全中加了 共享用户的 权限。但通过浏览器访问共享目录文件报错:Access to the path '' is denied,上传也不行。解决办法:1. 添加账号 Network Service 到目录...
分类:
数据库 时间:
2014-06-24 10:25:27
阅读次数:
237
1. 问题 创建一个User类:package cn.itcast.heima2;public class User implements Cloneable{ private String name; private int age; public User(Stri...
分类:
编程语言 时间:
2014-06-24 10:10:35
阅读次数:
269
Linux的登陆方式Linux默认的登陆方式主要分为两种:1.文本界面的登陆环境,也称为命令行界面(Command Line Interface,CLI)或终端界面(Terminal或Console)。2.图形用户界面(Graphical User Interface,GUI)的登陆环境,X Win...
开发步骤:1.创建java工程2.加入jar包(依赖包、驱动包)3.创建sqlMapConfig.xml4.创建数据库,数据库表USER_C,插入测试记录5.创建PO对象 user.java6.创建映射文件 User.xml7.创建测试类占位符:iBatis #id#myBatis #{id}1、创...
分类:
其他好文 时间:
2014-06-23 08:26:31
阅读次数:
435
MemCached高级缓存配置Memcache相关介绍: memcache 是一个高性能的分布式的内存对象缓存系统,它能够存储各种各样的的数据,包括图片,视频,文件等等。缓存功能。 DB、数据源---->memcached--->user 使用memcache的网站一般流量都...
分类:
其他好文 时间:
2014-06-23 07:13:52
阅读次数:
272
参考:http://www.kerneltravel.net/?p=334衔铁两段代码:/*chardev.c*/#include #include /*for file-f_op*/#include #include /*for copy_to_user()*/#include /*for cde...
分类:
其他好文 时间:
2014-06-23 07:03:05
阅读次数:
350
很多网站都通过User-Agent来判断浏览器类型,如果是3G手机,显示手机页面内容,如果是普通浏览器,显示普通网页内容。 谷歌Chrome浏览器,可以很方便地用来当3G手机模拟器。在Windows的【开始】-->【运行】中输入以下命令,启动谷歌浏览器,即可模拟相应手机的浏览器去访问3G手机网页:....
分类:
移动开发 时间:
2014-06-22 23:51:49
阅读次数:
266
话不多说,直接贴代码:
public class TestAction {
private String nextPage;//保存下一步内容的属性
public String destroy(){
if(user.dontConfirm()){//决定下一步
nextPage = LIST_PAGE;
}else{
nextPage = CONFIRM_PAGE;
...
分类:
其他好文 时间:
2014-06-22 22:29:18
阅读次数:
198
1. Introduction HTB is meant as a more understandable, intuitive and faster replacement for the CBQ qdisc in Linux. Both CBQ and HTB help you to contr...
分类:
系统相关 时间:
2014-06-21 15:40:55
阅读次数:
416