码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
SQL Server AUTO_FIX_Login_Users
数据库搬迁时,太多的Login和User需要匹配,过于麻烦,特意写了这个脚本,每次搬迁数据库只需跑下脚本匹配Login和User即可。USE [msdb]GO/****** Object: StoredProcedure [dbo].[usp_AUTO_FIX_Login_Users] Script...
分类:数据库   时间:2014-11-27 12:25:03    阅读次数:158
Mac OS X 10.10 Yosemite PHP 5.5.14 free type support fix
通过将php将至5.4来勉强支持freetype扩展,不推荐此方法after upgrading to new Mac OS X Yosemite, i noticed that free type support is not working with php 5.5, so i had to d...
分类:Web程序   时间:2014-11-25 07:06:04    阅读次数:219
Linux - SVN的基本操作
SVN的基本操作本文地址: http://blog.csdn.net/caroline_wendy$ svn diff //显示修改$ post-review --summary="bug fix” //发送Review$ post-review -r 100 --summary=这次修改的内容 //使用同一个版本号$ svn ci -m "review:8868 MOD:bug fix” //提...
分类:系统相关   时间:2014-11-15 07:49:20    阅读次数:228
android应用开发错误:Your project contains error(s),please fix them before running your
重新打开ECLIPSE运行android项目,或者一段时间为运行ECLIPSE,打开后,发现新建项目都有红叉,以前的项目重新编译也有这问题,上网搜索按下面操作解决了问题工程上有红叉,不知道少了什么,但是工程中却没有任何错误,运行程序报错为: Your project contains error(s...
分类:移动开发   时间:2014-11-13 10:31:58    阅读次数:166
Java 实现简答的单链表的功能
定义了一个MyList类 包含的函数: getHead()返回头指针; isEmpty() 判断是否为空; addFirst(T element)在链表的头部加入元素; addLast(T element)在链表的尾部加入元; add(T fix...
分类:编程语言   时间:2014-11-12 21:23:08    阅读次数:268
How To Fix – Mcrypt PHP extension required in Laravel on Mac OS X (No MAMP)
Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcr...
分类:Web程序   时间:2014-11-12 07:08:40    阅读次数:307
Eclipse 问题 A resource exists with a different case
在使用Eclipse进行开发的时候,出现了如下的问题: Description Resource Path Location Type The project was not built due to "A resource exists with a different case: '/SeenTaoImp_zhV2/bin/seentao'.". Fix the problem, th...
分类:系统相关   时间:2014-11-10 20:02:15    阅读次数:249
org.eclipse.core.internal.resources.ResourceException: A resource exists with a different case:
在使用Eclipse进行开发的时候,出现了如下的问题: Description Resource Path Location Type The project was not built due to "A resource exists with a different case: '/SeenTaoImp_zhV2/bin/seentao'.". Fix the problem, th...
分类:系统相关   时间:2014-11-10 20:02:08    阅读次数:448
VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002
TF31002: Unable to connect to VisualStudio Online with VS 2013but I can using web access - Windows 8.1.FIX:1. Close all instances of Visual Studio 201...
分类:Web程序   时间:2014-11-07 18:46:11    阅读次数:422
Fix Some bytes have been replaced with the Unicode substitution character while loading file XXX.cs
When we use visual studio open source file or any other file, we may encounter below problem:   File Load Some bytes have been replaced with the Unicode substitution character whil...
分类:其他好文   时间:2014-11-06 14:56:45    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!