由于内存不足,无法初始化公共语言运行时(CLR) v2.0.50727 By duncan21Posted on 2017 年 3 月 27 日Posted in computingTagged CLRNo Comments on 由于内存不足,无法初始化公共语言运行时(CLR) v2.0.50727 今天发现有2台sqlserver2008的数据库的做的主从库不同步了,查看了一下主库的复制监视器,出现下面的错误提示: "由于内存不足,无法初始化公共语言运行时(CLR) v2.0.50727。这可[......]阅读全文 Read More
COM 组件创建实例失败,原因是出现以下错误: c001f011 By duncan21Posted on 2017 年 2 月 7 日2021 年 4 月 15 日Posted in computingTagged c001f011No Comments on COM 组件创建实例失败,原因是出现以下错误: c001f011 今天在给新实例的sqlserver2008创建备份的自动任务的时候出现了下面的错误提示: 我在网上查了一下,给出的解决办法是: 在[运行]中,执行: c:\windows\sys[......]阅读全文 Read More
windows下强制删除某个正在使用的文件 By duncan21Posted on 2017 年 1 月 17 日Posted in computingTagged delNo Comments on windows下强制删除某个正在使用的文件 与linux不同,正常情况下,是不能删除一下正在使用中的文件,比如iis的日志文件,线上的生产环境,是不能随便暂停或者关闭iss,所以需要强制删除文件。域名如下: del /s/f/q f:/a[……] 阅读全文 Read More
如何使用Forfiles ? By duncan21Posted on 2016 年 9 月 5 日Posted in computingTagged forfilesNo Comments on 如何使用Forfiles ? 环境: win7或者win2008 FORFILES [/P pathname] [/M searchmask] [/S] [/C command] [/D [+ | -] {yyyy-MM-d[……] 阅读全文 Read More
在Windows机器中启动多个Memcached服务实例 By duncan21Posted on 2016 年 8 月 31 日2016 年 8 月 31 日Posted in computingTagged memcached, 缓存服务No Comments on 在Windows机器中启动多个Memcached服务实例 环境 OS:win08 R2 memcache版本:memcached 1.2.1 下载地址:http://down.liberalism.top/memcached_for_win_p[……] 阅读全文 Read More
在Windows中实现Rsync同步 By duncan21Posted on 2016 年 8 月 22 日2017 年 7 月 26 日Posted in computingTagged rsync Rsync是一款不错的文件免费同步软件,可以镜像保存整个目录树和文件系统,同时保持原来文件的权限、时间、软硬链接。第一次同步时 rsync 会复制全部内容,下次只传输修改过的文件部分。传输数据过程中可[……] 阅读全文 Read More
Windows2003安装配置XXX服务 By duncan21Posted on 2015 年 5 月 13 日2015 年 5 月 13 日Posted in computingTagged vpn 环境:美国服务器或者vps OS:Windows server 2003 在2003上操作 1.打开[控制面板] –> [管理工具] –>[路由和[……] 阅读全文 Read More
[转]windows常用命令 By duncan21Posted on 2015 年 3 月 18 日2015 年 3 月 18 日Posted in computingTagged dos 1. gpedit.msc—–组策略 2. sndrec32——-录音机 3. Nslookup——-IP地址侦测器 [……] 阅读全文 Read More
AHCI和IDE有何区别 By duncan21Posted on 2014 年 12 月 19 日2015 年 1 月 4 日Posted in computingTagged 硬盘 硬盘工作模式经历IDE和AHCI两个阶段,我们可以用螺旋桨式(IDE)、喷气式飞机(AHCI)来形容它们。单从字面理解,我们可以知道螺旋桨式飞机的速度不如喷气式飞机 名词解释 IDE的英文[……] 阅读全文 Read More
ip段查询 By duncan21Posted on 2014 年 9 月 26 日Posted in computingTagged ip段查询 本程序用途:查询IP网关,可用IP数查询,查询IP段可用的IP数目。查询IP网段可用IP的数目,查询IP网关,子网掩码 等。 IP段可用IP数目快速查询: /30 IP段共1个可用IP,/29 IP[……] 阅读全文 Read More
[转]浅谈千万级PV/IP规模高性能高并发网站架构 By duncan21Posted on 2014 年 9 月 10 日2016 年 7 月 3 日Posted in computingTagged 高性能,高并发网站 高并发访问的核心原则其实就一句话“把所有的用户访问请求都尽量往前推”。 如果把来访用户比作来犯的”敌人”,我们一定要把他们挡在800里地以外,即不能让他们的请求一下打[……] 阅读全文 Read More
常用端口 By duncan21Posted on 2014 年 7 月 27 日2014 年 8 月 6 日Posted in computingTagged PortNo Comments on 常用端口 端口号 描述 20 (udp) ftp-date transfer 21 (udp) ftp file transfer 22 ssh Remote Login Protocal 23 tel[……] 阅读全文 Read More
centos 克隆出现device eth0 does not seem to be present,delaying initialization By duncan21Posted on 2014 年 7 月 21 日Posted in computingTagged eth0No Comments on centos 克隆出现device eth0 does not seem to be present,delaying initialization Vmware 安装centos后,clone一台,无法上网。 ifconfig查看没有IP。 /etc/sysconfig/network-scripts/ifcfg-eth0 文件存在: [……] 阅读全文 Read More
wordpress后台登陆地址wp-login.php修改步骤方法 By duncan21Posted on 2014 年 7 月 14 日2014 年 7 月 14 日Posted in computingTagged wp-login.phpNo Comments on wordpress后台登陆地址wp-login.php修改步骤方法 wp-login.php修改成abc.php的步骤: 1、修改wp-login.php 首先把wp-login.php文件名修改为abc.php,然后打开abc.php,直接用查找代替功能,在查找[……] 阅读全文 Read More
遍历序列恢复二叉树 By duncan21Posted on 2014 年 6 月 24 日Posted in computingNo Comments on 遍历序列恢复二叉树 1.利用前序序列和中序序列恢复二叉树 二叉树的前序遍历是先访问根结点,再按前序遍历方式遍历根结点的左子树和右子树,即由前序序列可以确定二叉树的根结点。另一方面,中序遍历是先中序遍历左子树,然后访问根[……] 阅读全文 Read More
[转]关于时间复杂度 By duncan21Posted on 2014 年 5 月 26 日2015 年 1 月 4 日Posted in computingTagged 时间复杂度No Comments on [转]关于时间复杂度 很多学生,学了四年计算机专业,很多程序员,做了很长时间的编程工作,却始终弄不明白算法的时间复杂度的估算,这是很可悲的一件事情。因为弄不明白,所以也就从不深究自己写的代码是否效率低下,是不是可以通过优化[……] 阅读全文 Read More
IIS6.0打不开.shtml网页 By duncan21Posted on 2014 年 5 月 5 日2015 年 1 月 4 日Posted in computingTagged shtmlNo Comments on IIS6.0打不开.shtml网页 今天打开网站突然发现.shtml的网页都找不开了,起初以为是文件找不到,结果找了半天,才发现是IIS里的一个扩展没有启用 .shtml和.sthm映射没有加上或者[在服务器端的包含文件]没有启用[……] 阅读全文 Read More
一个无损分区的好工具–partition tool By duncan21Posted on 2014 年 4 月 21 日2015 年 1 月 4 日Posted in computingTagged 无损分区No Comments on 一个无损分区的好工具–partition tool 官网: http://www.partition-tool.com [……] 阅读全文 Read More
2003下实现IIS支持伪静态 By duncan21Posted on 2014 年 3 月 3 日2015 年 1 月 5 日Posted in computingTagged 伪静态No Comments on 2003下实现IIS支持伪静态 伪静态是什么? 伪静态就是:动态网页通过重写URL的方法实现去掉动态网页的参数,但在实际的网页目录中并没有必要实现存在重写的页面. 伪静态的生成的2种方式: 1.框架型伪静态,这种是[……] 阅读全文 Read More
wordpress忘记密码怎么办 By duncan21Posted on 2014 年 2 月 27 日2015 年 3 月 16 日Posted in computingTagged 忘记了wp密码No Comments on wordpress忘记密码怎么办 找回wp的后台密码: 1.这里需要用到phpMyAdmin,虚拟机一般都有装这个功能,如果是自己的服务器或者本地可以下载安装一个这个软件,它是mysql数据库中最优秀的管理软件。[……] 阅读全文 Read More