namespace MyRepository.Domain.Infrastructure{ public class Repository : IRepository where TEntity : class { protected BookStoreDbContext ...
分类:
其他好文 时间:
2014-11-28 15:43:12
阅读次数:
113
This Design Idea explores level-shifting an I2C bus from 5V/ground (positive domain) to ground/–5V (negative domain). In multisupply systems, you some...
分类:
其他好文 时间:
2014-11-28 14:15:37
阅读次数:
226
cookie的属性 domain:域名,即cookie所能使用的范围,当然当前域下可以在当前域下cookie,还有一个就是该域名的父级域名(子级的域名下是可以访问父级域名下的cookie,父级域名是不可以不作处理的情况下访问子级域名的cookie) path:此参数也控制着cookie的访问,如.....
分类:
其他好文 时间:
2014-11-28 14:04:34
阅读次数:
132
现场发布了4个weblogic节点,weblogic版本是10.3,jdk的版本是1.6.0_24。报错是:
/bea/GG/domains/domain/bin/startWebLogic.sh: line 188: 22691 段错误 ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} -Dweblogic.Name=$...
分类:
Web程序 时间:
2014-11-28 08:46:39
阅读次数:
633
php 删除cookie有效方法关于删除cookie的说明开始-----bool setcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )要删...
分类:
Web程序 时间:
2014-11-27 23:25:09
阅读次数:
280
conf="/var/named/chroot/etc/named.conf"datadir="/var/named/chroot/var/named"rpm-qbind&>/dev/nullif[$?-ne0];then yum-yinstallbindbind-chrootcaching* echo"options{ directory\"/var/named\";};">$conffiread-p"pleaseinputdomain:"domaingrep$domain$conf&a..
分类:
系统相关 时间:
2014-11-27 18:58:56
阅读次数:
223
服务名:smb配置目录:/etc/sabma/主配置文件:/etc/sabma/smb.conf#==============================GlobalSettings=============================17行workgroup语法workgtoup=<工作组群>;
预设workgroup=MYGROUP
说明设定SambaServer的工作组
例workgroup=workgroup和WIN20..
分类:
其他好文 时间:
2014-11-27 18:47:36
阅读次数:
571
private static void DetelteAllCookies(string domain) { if (HttpContext.Current.Request.Cookies["userToken"] == null) { string cookieName; int limit =....
分类:
其他好文 时间:
2014-11-27 12:36:29
阅读次数:
136
1. 解压出内核代码到samba共享目录中。2. #chmod -R 777 linux-2.6.30.4//修改目录所有文件的权限为可读写。3. 修改根目录下的makefile:ARCH ?= armCROSS_COMPILE ?=arm-linux-4.#make s3c241...
分类:
其他好文 时间:
2014-11-26 18:22:24
阅读次数:
211
转自:http://linux.sheup.com/linux/linux5303.htm linux客户端访问samba服务器的指令2004-04-23 15:18 pm来自:Linux文档现载:Www.8s8s.coM地址:无名 linux客户端要连接samba/windows文件服务器...
分类:
系统相关 时间:
2014-11-26 13:46:05
阅读次数:
203