upgrade

Android: trouble updating to Android SDK Tools, revision 7

大憨熊 提交于 2019-11-28 18:18:17
Currently I have Android SDK 2.1 (+ tools revision 4). I'd like to upgrade to Android SDK 2.2. When I try to do it I'm informed I need to upgrade Android SDK Tools to revision 7 first. So I agree, the process starts and then I get an error: -= warning! =- A folder failed to be renamed or moved. On Windows this typically means that a program Is using that Folder (for example Windows Explorer or your anti-virus software.) Please momentarily deactivate your anti-virus software. Please also close any running programs that may be accessing the directory 'D:\Install\Programming\android-sdk-working

Rails 3 deprecated methods and APIs

一曲冷凌霜 提交于 2019-11-28 17:58:46
Where can one find a list of deprecated methods, APIs, etc, in order to upgrade from Rails 2.x to Rails 3? The Rails 3 release notes have lots of good information: Railties now deprecates: RAILS_ROOT in favor of Rails.root, RAILS_ENV in favor of Rails.env, and RAILS_DEFAULT_LOGGER in favor of Rails.logger. ActionController: The cookie_verifier_secret has been deprecated and now instead it is assigned through Rails.application.config.cookie_secret and moved into its own file: config/initializers/cookie_verification_secret.rb. filter_parameter_logging is deprecated in favor of config.filter

How to safely upgrade an Amazon EC2 instance from t1.micro to large? [closed]

三世轮回 提交于 2019-11-28 14:54:16
I have an Amazon EC2 micro instance (t1.micro). I want to upgrade this instance to large. This is our production environment, so what is the best and risk-free way to do this? Is there any step by step guide to do this? From my experience, the way I do it is create a snapshot of your current image, then once its done you'll see it as an option when launching new instances. Simply launch it as a large instance at that point. This is my approach if I do not want any downtime(i.e. production server) because this solution only takes a server offline only after the new one is up and running(I also

How to connect to MSSQL 2000 from PHP 5.3 and up

孤街浪徒 提交于 2019-11-28 09:29:08
I have a legacy business application built on MS SQL Server 2000. I have some webbased utilities that access this database using PHP 5.2 with mssql extension. I need to reinstall the web server, and I looked forward to upgrade to PHP 5.4. Unfortunately, the mssql extension is not supported on PHP 5.3 and newer. There is the sqlsrv extension available form Microsoft , but the description says that it is only supported for accessing SQL server 2005 and up. How can I connect to my SQL Server 2000 from PHP 5.4 ? Did anyone already solve this issue ? This is a really complicated issue. Here are the

Upgrade from Tomcat 8.0.39 to 8.0.41 results in 'failed to scan' errors

99封情书 提交于 2019-11-28 09:08:57
I have a Spring Boot WAR application perfectly working under Tomcat 8.0.39 on AWS. After issuing sudo service tomcat8 stop , upgrading to Tomcat 8.0.41 through sudo yum update , and rebooting the instance, the application does not start. In the catalina log file, I see a ton of exceptions of the type: 19-Feb-2017 10:27:15.326 WARNING [localhost-startStop-1] org.apache.tomcat.util. scan.StandardJarScanner.scan Failed to scan [file:/usr/share/java/tomcat8/javax. annotation-api.jar] from classloader hierarchy java.io.FileNotFoundException: /usr/share/java/tomcat8/javax.annotation-api.jar (No such

How to prevent Visual Studio to prompt to upgrade projects .NET 4 to .NET 4.5

馋奶兔 提交于 2019-11-28 08:42:33
问题 I have a solution in with project in C#, C++/CLI targeted to .NET 4 and with some dependencies in .NET4. When I open this solution in Visual Studio 2013 it prompts for upgrading the solution. Some developers in our remote teams don't read the messagebox and just press OK. The dependencies are not compatible after project upgrade and then they are mailing me that the solution cannot be built. Is there some way to turn off this prompts for .NET Framework upgrade? 回答1: Put the following line in

Can't upgrade Scipy

亡梦爱人 提交于 2019-11-28 08:31:20
I'm trying to upgrade Scipy from 0.9.0 to 0.12.0 . I use the command: sudo pip install --upgrade scipy and I get all sorts of errors which can be seen in the pip.log file here and I'm unfortunately not python-savvy enough to understand what's wrong. Any help will be appreciated. The error messages all state the same: You lack BLAS (Basic Linear Algebra Subroutines) on your system, or scipy cannot find it. When installing packages from source in ubuntu, as you are effectively trying to do with pip, one of the easiest ways to make sure dependencies are in place is by the command $ sudo apt-get

How do I get the “Add Controller” and “Add View” menu options in my ASP.NET MVC 5 project?

心已入冬 提交于 2019-11-28 07:46:16
问题 I upgraded my solution from MVC 4 to MVC 5 in Visual Studio 2012 using this tutorial. In the last step I removed the ProjectTypeGuid for MVC 4 from my .csproj file. Now the problem is that I don't see Add Controller , Add View in Visual Studio when I want to create new Controllers/Views. I read this answer for MVC 4 so I know I need to get the correct ProjectTypeGuid for MVC 5 in order to regain that functionality. I was wondering if anyone knows what that is so that I can add them to my

Using Angular 1 libraries in Angular 2?

前提是你 提交于 2019-11-28 07:25:10
问题 Can I use Angular libraries, for example angular-cookies in Angular 2 app? Seems that this is not possible, but I want to know this cause I'm planning to upgrade project to Angular2 回答1: In general, no. If you're interested in following the migration guide by running Angular 1 and 2 simultaneously, you may be able to get an Angular 1 library functioning, but it's likely not worth your trouble. I'd encourage you not to be scared of rewriting common libraries for yourself. You'll be surprised

upgrade eclipse to java 8

霸气de小男生 提交于 2019-11-28 07:12:57
I am trying to update my eclipse environment to java 8. I installed the jdk and jre version 8. I also did this: https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler then in project -> properties -> java build path -> JRE system libraries -> edit -> execution environment -> JavaSE-1.8(unbound) which is the only option that has java 8 in its name. but when I select it it says : No JREs in workspace compatible with specified execution environment: JavaSE-1.8 Dawood ibn Kareem Go to Window | Preferences . Then under Java | Installed JREs , click "Add" , click "Standard VM" , then "Next"