码迷,mamicode.com
首页 >  
搜索关键字:full trust    ( 3231个结果
extract specified contents from two files.
src_dir=$(pwd)/All_hdst_dir=$(pwd)/Alldiff_dir=$(pwd)/diffif [ ! -d $diff_dir ]then mkdir $diff_dirfifor src_full_entry in $src_dir/*do src_cat_entry=...
分类:其他好文   时间:2014-07-10 10:07:49    阅读次数:241
java 格式化日期(DateFormat)
import java.text.DateFormat;import java.util.Date;/*** 格式化时间类 DateFormat.FULL = 0 * DateFormat.DEFAULT = 2 * DateFormat.LONG = 1* DateFormat.MEDIUM = ...
分类:编程语言   时间:2014-07-07 12:24:55    阅读次数:245
Backup and restore of FAST Search for SharePoint 2010
一个同事问我一个问题: 如果FAST Search for SharePoint 2010被full restore到了一个之前的时间点, 那么当FAST Search重新开始一个增量爬网的时候, 会发生什么? FAST Search会查看内容数据库并发现上一次爬网的记录并为新item或更改的ite...
分类:其他好文   时间:2014-07-07 08:11:13    阅读次数:279
Window XP安装Ubuntu14.04实现Samba文件共享
安装了Ubuntu14.04之后,在虚拟机设置里设置了文件共享,但在mnt目录下没有hgfs这个目录,按照网上说的去做还是不行,只好放弃,改用samba实现Windows与Ubuntu文件共享。 环境: 宿主机系统:Window XP 虚拟机:VMware-workstation-full-9.0.1-894247 虚拟机系统:ubuntu-14.04-desktop-i386.iso...
分类:Windows程序   时间:2014-07-04 09:17:46    阅读次数:484
专题实验 EXP & IMP
基本语法和实例:1、EXP: 有三种主要的方式(完全、用户、表) 1、完全: exp icdmain/icd rows=y indexes=n compress=n buffer=65536 feedback=100000 full=y file=exp_.dmp log=exp.l...
分类:其他好文   时间:2014-07-03 06:24:20    阅读次数:265
log_bin_trust_function_creators错误解决
log_bin_trust_function_creators错误解决当有mysql本地或远程建立function或procedure时报上面的错误经试验是log_bin_trust_function_creators值为off导致设置:?1set global log_bin_trust_func...
分类:其他好文   时间:2014-07-02 22:48:29    阅读次数:297
文件操作
Look Info : ls -a 全部文件 -h 将大小转换为为GB,KB -l 列出属性和权限 -R 子目录内容也列出来 --full-time 显示完整时间 ... 我常用的就是这几个了,其他它请自行 man 吧Copy: cp cp 源文件1,源文件1... 目标文件 -i...
分类:其他好文   时间:2014-07-01 19:33:22    阅读次数:206
The encryption certificate of the relying party trust identified by thumbprint is not valid
CRM2013部署完ADFS后通过url在浏览器中访问测试是否成功,成功进入登陆界面但在登陆界面输入用户名和密码后始终报身份验证失败,系统中的报错信息如下:Microsoft.IdentityServer.AuthenticationFailedException: MSIS3014。The encryption certificate of the relying party trust '...
分类:其他好文   时间:2014-07-01 07:27:53    阅读次数:339
移植busybox-1.21.1
1、解压 # tar jxvf busybox-1.21.1.tar.bz2 2、配置 # cd busybox-1.21.1 # make menuconfig Busybox Settings  --->     General Configuration  --->         [ ] Enable options for full-blown desktop system...
分类:其他好文   时间:2014-06-29 22:21:57    阅读次数:332
启用nf_conntrack模块,避免table full dropping
最近收到Iptables服务器报警"nf_conntrack:tablefull,droppingpacket."。经过对日志分析,最终将问题解决了。给大家分享一下。问题分析:ip_conntrack是linuxNAT的一个跟踪连接条目的模块,与Iptables相关,ip_conntrack模块会使用一个哈希表记录tcp通讯协议的establishedconnec..
分类:其他好文   时间:2014-06-29 21:17:19    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!