Clone一个新Rails项目到Mac, bundle install 的时候遇到下面的提示 Fetching source index from http://rubygems.org/ Your user account isn't allowed to install to the system Rubygems. You can cancel this installation and run: bundle install --path vendor/bundle to install…
今天开发过程中,从master拉下代码后重启项目,想用控制台时,却发现需要密码??并且三次密码确认后还是疯狂报错. 当时第一想到是rvm版本不一致,随即则检查了版本跟gem生成,当确认rvm版本无误时,且强制使用sudo安装却需要一条条执行gem install ***安装gem包时,就令我抓狂了. 警告提示如下: Your user account isn't allowed to install to the system RubyGems. You can cancel this inst…
#!/bin/bash # #Delete_user - Automates the steps to remove an account # ############################################################### #Define Functions # ############################################################### function get_answer { # unset…
Link: http://sudeeptaganguly.wordpress.com/2010/04/20/how-to-enable-sa-account-in-sql-server/ 引用: When you install the SQL Server using Windows Authentication mode, by default, the “sa” account is disabled. Sometimes, due to users/customers request,…
今天遇到一个案例,在使用命令修改一个测试服务器(SQL Server 2014标准版)的服务器排序规则时,遇到了下面错误信息 (具体账号信息脱敏处理,随机生成一个账号密码) The Windows account sa does not exist and cannot be provisioned as a SQL Server system administrator c:\SQLServer_12.0_Full>Setup /QUIET /ACTION=REBUILDDATABASE  /…
笔记总结: /** 任务81: 继承性,(降低代码亢余度) * 1.class 子类A Extends 父类B,(private 的内容无法被继承) * 2. 方法可以覆盖(Overrides), 注意权限! * 3.在子类中,仅可用 super( ) 调用父类的构造方法和变量, * 1.super可以调用父类隐藏的成员变量 * 2/方法覆盖后,通过super调用父类的方法 * 3/若方法不覆盖,也可以通过super调用父类的方法 * 4. this仅可调用本类中的构造方法属性! */ 编程总结…
总结: customer.setAccount(account); //引用,日后的account 和 customer.getAccount()的结果始终一致 实验目的 扩展银行项目,添加一个 Customer 类.Customer 类将包含一个 Account对 象. 实验目的: 使用引用类型的成员变量. 提 示: 1. 在banking包下的创建Customer类.该类必须实现上面的UML图表中的模 型. a. 声明三个私有对象属性:firstName.lastName 和 account…
很明显,以下的文字来自微软MSDN 链接http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx MSDN上分成了几个部分,查起来费事,统一放在这里了. 用kernel32.dll里的FormatMessage可以得到支持多语言的返回消息 有人把这些错误代码整理成了类,供参考 http://www.cnblogs.com/Sabre/p/3929264.html Note The informat…
A spectre is haunting Europe – the spectre of communism. All the powers of old Europe have entered into a holy alliance to exorcise this spectre: Pope and Tsar, Metternich and Guizot, French Radicals and German police-spies. Where is the party in opp…
commands : show sys connect sys as sysdba or connect system as sysdba logout or disc clear screen or cle screen (utlsample.sql  —> unlock scott tables.sql  —> all tables data.sql  —> add data into tables) connect scott/tiger start C:\utlsample.sq…