search for: nome

Displaying 20 results from an estimated 381 matches for "nome".

Did you mean: name
2012 May 28
4
How to load a selection list into the method new of a controller?
...wing models: Institution, City, State and Country. class Country < ActiveRecord::Base has_many :states has_many :cities, :through => :states end # == Schema Information # Table name: countries # id :integer not null, primary key # sigla :string(2) not null # nome :string(30) not null class State < ActiveRecord::Base has_many :cities has_many :institutions, :through => :cities belongs_to :country end # == Schema Information # Table name: states # id :integer not null, primary key # country_id :integer not nul...
2005 Jun 22
3
Howto crosstable-ing......
I receive the following meteo dataset regularly, containing the average daily temperatures (tMedia) of a certain month for 24 selected meteo-stations (COD_WMO) whose human-readable names are in (NOME). str(tabella) `data.frame': 1038 obs. of 4 variables: $ COD_WMO: int 16045 16045 16045 16045 16045 16045 16045 16045 16045 16045 ... $ NOME : Factor w/ 24 levels "ALGHERO","BARI/PALESE MACCHIE",..: 22 22 22 22 22 22 22 22 22 22 ... $ DATE :'POSIXct', forma...
2010 Jul 09
2
Template is missing.... but it is there!
Hello friends! I have an application to list different kinds of institution names. So I have one table "instits" for the institutions and another table "nome_instits" for their names. For test, I put two rows inside "instits" and three names for the first institution and two names for the last. Then I created this controller: class ServInstitController < ApplicationController def index @instit = Instit.find(:all, :order => &...
2005 Jun 23
0
WinXP - Not So Roaming profile
...directory mask = 0775 ------------ Regarding Windowx XP I have executed the following procedure: 1. Using regedt32 I have edit de default user "NTUSER.dat" to set the keys under [Software\Microsoft\Windows\CurrrentVersion\Explorer\User Shell Folders] as listed bellow: ------------ Nome da chave: HKEY_LOCAL_MACHINE\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Nome da classe: <Sem classe> Hora da ?ltima grava??o: 20/6/2005 - 15:11 Valor 0 Nome: AppData Tipo: REG_EXPAND_SZ Dados: %USERPRO...
2014 Nov 06
0
RemoteApp Failed Logon
I have MS AD DC running Windows Server 2008 R2 and I decided to use samba 4 Version 4.1.6-Ubuntu as Domain Controller Member but I've had some problems with Web Access RemoteApp when the TS uses samba as logon server, the logon account fail, see below: Nome do Log: Security Fonte: Microsoft-Windows-Security-Auditing Data: 06/11/2014 08:08:08 Identifica??o do Evento:4625 Categoria da Tarefa:Logon N?vel: Informa??es Palavras-chave:Falha de Auditoria Usu?rio: N/D Computador: srvcheina.dipaula.local Descri??o: *Falha no...
2003 May 20
0
De um amigo
...a leia com atencao, muita atencao, e no final, muito provavelmente, se sentira recompensado(a). Este e um assunto que certamente sera do seu interesse. Entao, por favor, pare para ler algo que vai resolver grande parte dos seus possiveis problemas. Nao vai levar mais do que alguns minutos. O meu nome e Joao Carlos e sou um pequeno empresario. No ano passado tive graves problemas financeiros. Endividei-me desmesuradamente devido a retracc?o do mercado para os produtos que vendia e tambem pelos altos juros que pagava na banca - contractos para capital de circulacao, etc.. Os meus amigos afastaram...
2003 Apr 12
0
De um amigo
...a leia com atencao, muita atencao, e no final, muito provavelmente, se sentira recompensado(a). Este e um assunto que certamente sera do seu interesse. Entao, por favor, pare para ler algo que vai resolver grande parte dos seus possiveis problemas. Nao vai levar mais do que alguns minutos. O meu nome e Joao Carlos e sou um pequeno empresario. No ano passado tive graves problemas financeiros. Endividei-me desmesuradamente devido a retracc?o do mercado para os produtos que vendia e tambem pelos altos juros que pagava na banca - contractos para capital de circulacao, etc.. Os meus amigos afastaram...
2003 Sep 12
0
Nome de usuario com "." no red hat
Alguem sabe dizer como posso fazer pra colocar usuario no red hat com "." no nome? Ex.: joao.maria Quando tento colocar este tipo de nome ele da a seguinte mensagem useradd: invalid user name 'joao.maria' Valeu a todos Vitor
2006 Mar 01
7
Oracle Sequence & Rails
the compiler tell me it: invalid column name: INSERT INTO ago.prova_stats (cognome, nome, id, telefono) VALUES(''Medda'', ''Ivan'', :id, 70565611) where ago.prova_stats is the table used by me and that have only the columns ''cognome'',''nome'' and ''telefono''. My table hasn''t the column...
2013 May 29
0
Nomes dos aprovados Maragogi
Nomes dos aprovados Maragogi: Alcin?polis: ANAHISA PEDROSA VITALINO, LUCAS BEZERRA DE MESQUITA, GABRIELLE DE MOURA FERREIRA, RACHEL CABRAL MOTA, JO?O CARLOS MOREIRA DE CARVALHO, DEBORA BEZERRA DE BRITO, MARIA KRYSLANE CARDOSO LEMOS, JOAO PEDRO ALEXANDRE SILVA MOTA. TALYTA MARTINS NEVES, CAIO BRITO BARR...
2007 Feb 07
2
Finding not-matching rows in tables
I have these two dataframes in which 'id' is the key field > tabella id nome 1 1 PIEMONTE 2 2 VALLED'AOSTA 3 3 LOMBARDIA 4 4 TRENTINO 5 5 VENETO 6 6 FRIULI AND > tab id nome 1 1 PIEMONTE 2 2 VALLED'AOSTA 3 3 LOMBARDIA 4 4 TRENTINO 5 25 CAMPANIA 6 28 LAZIO Is there any R-o...
2002 May 18
0
Importante!
...to il sistema di "incartare" la banconota in due fogli di carta formato A4, piegati in tre, come si piegherebbe una semplice lettera da infilare in una busta normale da lettera. Su uno dei due fogli, scrivi in stampatello (meglio se stampato al computer) a caratteri chiari e leggibili, il nome e il numero del Report che stai ordinando, il tuo indirizzo e-mail, e il tuo nome e indirizzo postale. Quindi: per ogni Report spedisci una banconota del valore di 5 euro incartata fra 2 fogli di carta formato A4, il nome e numero di Report richiesto, il tuo indirizzo e-mail, il tuo nome e indiriz...
2010 Aug 03
2
Strange error message when rendering the scaffold form
Hello everyone, I am developing my application and I created a scaffold called listas, but when I acess /listas/new I get this error message: NoMethodError in Listas#new Showing /home/rodrigo3n/code/listeiroo/app/views/listas/_form.html.erb where line #15 raised: undefined method `deep_symbolize_keys'' for nil:NilClass Extracted source (around line #15): 12: <% end %> 13: 14: <div class="field"> 15: &l...
2007 Jan 20
1
Not appear error message
...gt; <tr> <td><label for="empresa_razao_social">Razão social:</label></td> <td><%= text_field :empresa, :razao_social, :size => 50, :maxlength => 50 %></td> </tr> <tr> <td><label for="empresa_nome_fantasia">Nome fantasia:</label></td> <td><%= text_field :empresa, :nome_fantasia, :size => 50, :maxlength => 50 %></td> </tr> (....) _form Usuario ------------------------------- <%= error_messages_for ''usuario'' %>...
2013 Sep 12
0
NT_STATUS_NETWORK_ACCESS_DENIED for a single user
...u - bosco I can chdir to /dati/progettazione without issues. The only strange thing I experience is that whether ls and all unix commands decode users and group correctly when I sudo as the "bosco" user the prompt cannot decode user and groups. # su - bosco groups: impossibile trovare il nome del gruppo con id 10001 groups: impossibile trovare il nome del gruppo con id 10003 groups: impossibile trovare il nome del gruppo con id 10010 Manca il nome at file-server:~$ id uid=10010 gid=10001 gruppi=10001,10003,10010 10010 is gid of group "progettazione". Adding o+rwx permiss...
2020 Feb 21
2
preexec with win 10
...t; > ON > > I wonder if this problem is because you are using SMBv3 ? > Hi, thank you for the answer. Can i (try to) set client ipc max protocol to NT1 for this share? > What is in the log_access.php script ? > A simple echo to a file and the an insert to a db: $L=$argv[1];??? # nome NetBios del server samba $U=$argv[2];??? # nome utente $G=$argv[3];??? # gruppo dell'utente $S=$argv[4];??? # nome del dominio $I=$argv[5];??? # IP del client $m=$argv[6];??? # nome NetBios del client $O=$argv[7];??? # ON/OFF system ("echo ".date('d/m/Y H:i')." $L $U $G $...
2011 Feb 16
2
help migrating from file server to NAS w/ Active Directory
...ike I'm missing something really simple. The NAS does have samba and automatically writes a smb.conf file, but I don't believe there is a way to manually edit it other than GUI. Let me know if you need more info to help.. appreciate the read! cheers, JD -- Jim Dory Engineering City of Nome PO Box 281 102 Division St. Nome, AK 99762 907.443.6604 http://www.nomealaska.org
2008 May 25
1
installing source package RGtk2 on mac os x 10.4.11
Dear All, I'm trying to install the source package RGtk2 (RGtk2_2.12.5-3.tar.gz) on a i-Mac running os x 10.4.11: Nome modello: iMac Identificatore modello: iMac6,1 Nome processore: Intel Core 2 Duo Velocità processore: 2.16 GHz Numero di processori: 1 Numero totale di nuclei: 2 L2 Cache (per processore): 4 MB Memoria: 2 GB Velocità bus: 667 MHz Versione Boot ROM: IM61.0093.B07 Version...
2016 Mar 10
2
RES: CVE-2016-1285 & CVE-2016-1286
As soon as RHEL does. On 03/10/2016 02:13 PM, Leonardo Oliveira Ortiz wrote: > CentOS will provide an update to fix it? > > ________________________________________ > De: centos-bounces at centos.org [centos-bounces at centos.org] em nome de Alice Wonder [alice at domblogger.net] > Enviado: quinta-feira, 10 de mar?o de 2016 15:31 > Para: centos at centos.org > Assunto: Re: [CentOS] CVE-2016-1285 & CVE-2016-1286 > > On 03/10/2016 07:13 AM, Michael H wrote: >> On 10/03/16 14:47, Leonardo Oliveira Ortiz wrote:...
2005 Jul 15
2
RES: Meet Me - this is not a valid conference number, please try again
Hello Haki I fixed this problem following the instructions in /usr/src/zaptel-1.0.9/README.udev. Regards Cec?lia -----Mensagem original----- De: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]Em nome de Erdem HAKI Enviada em: sexta-feira, 15 de julho de 2005 05:11 Para: 'Asterisk Users Mailing List - Non-Commercial Discussion' Assunto: [Asterisk-Users] Meet Me - this is not a valid conference number,please try again Hello, I'm trying Meet Me Feature. I read wiki , searched go...