sábado, 8 de abril de 2017
segunda-feira, 27 de fevereiro de 2017
Xamarin Forms Previewer: The previewer requires a 64bit version of Java. You can download a 64bit version from https://java.com/en/download.
Xamarin Forms Previewer: The previewer requires a 64bit version of Java. You can download a 64bit version from https://java.com/en/download.
Solution
Solution
The previewer requires a 64-bit version of Oracle Java JDK 8 (1.8) or higher. Please install it and then set the Java Development Kit Location in the Tools->Options->Xamarin->Android Settings menu. Note that installing a 64-bit JDK requires 64-bit Windows (see also https://support.microsoft.com/help/827218).
Download
http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html
Java SE Development Kit 8u121
Windows x64
terça-feira, 7 de fevereiro de 2017
My git commands
git init
git remote add origin https://nomedacontaespacodetrabalho.visualstudio.com/_git/site
copy git ignore file
git add diretorio
git commit -m initial
git push -u origin --all
Visual Studio Team Services Accounts
quarta-feira, 25 de janeiro de 2017
terça-feira, 10 de janeiro de 2017
Skype Preview not updating on Windows 10 Mobile Store
I removed the SD card from the Phone, then tried the download again on the Windows Store and it installed successfully.
sexta-feira, 6 de janeiro de 2017
AZURE SQL see connnection count
SELECT
c.session_id, c.net_transport, c.encrypt_option,
c.auth_scheme, s.host_name, s.program_name,
s.client_interface_name, s.login_name, s.nt_domain,
s.nt_user_name, s.original_login_name, c.connect_time,
s.login_time
FROM sys.dm_exec_connections AS c
JOIN sys.dm_exec_sessions AS s
ON c.session_id = s.session_id
;
c.session_id, c.net_transport, c.encrypt_option,
c.auth_scheme, s.host_name, s.program_name,
s.client_interface_name, s.login_name, s.nt_domain,
s.nt_user_name, s.original_login_name, c.connect_time,
s.login_time
FROM sys.dm_exec_connections AS c
JOIN sys.dm_exec_sessions AS s
ON c.session_id = s.session_id
;
segunda-feira, 7 de novembro de 2016
Drivers para Tablet QBEX V805 (Intel) Windows 10
Drivers para Tablet QBEX V805 (Intel) Windows 10
Resolvi disponibilizar os arquivos dos drivers, para quem precisar:
Fiz este Backup dos Drivers que funcionavam antes do Tablet dar problema:
https://drive.google.com/file/d/1Nq6QT1lISPPaBeWeKfAvzoCpFmNC8-Mo/view?usp=sharing
Resolvi disponibilizar os arquivos dos drivers, para quem precisar:
Fiz este Backup dos Drivers que funcionavam antes do Tablet dar problema:
https://drive.google.com/file/d/1Nq6QT1lISPPaBeWeKfAvzoCpFmNC8-Mo/view?usp=sharing
Resposta da Empresa
08/11/16 às 17h43
Prezado Tony, boa tarde!
Segue abaixo link para download dos DRIVERS para o V805 para o sistema WIN 8.
https://mega.nz/#F!XwN1XQCC!71w5qWsU1m_J45slK0IGvw
Atenciosamente,
Equipe de atendimento ao Consumidor
Qbex Computadores Ltda.
Segue abaixo link para download dos DRIVERS para o V805 para o sistema WIN 8.
https://mega.nz/#F!XwN1XQCC!71w5qWsU1m_J45slK0IGvw
Atenciosamente,
Equipe de atendimento ao Consumidor
Qbex Computadores Ltda.
Assinar:
Postagens
(
Atom
)