46 liens privés
run {
SET ARCHIVELOG DESTINATION TO '/oracle/temp_restore';
RESTORE ARCHIVELOG FROM SEQUENCE 128458 UNTIL SEQUENCE 128510;
}
Excel can be rather particular about what it accepts as "valid CSV". I had to resort to the following on several occasions:
Const vbFormatStandard = 1
Const vbFormatText = 2
Const vbFormatDate = 4
Const xlDelimited = 1
Const xlDoubleQuote = 1
' change according to number/type of the fields in your CSV
dataTypes = Array( Array(1, vbFormatText)
, Array(2, vbFormatStandard)
, Array(3, vbFormatText)
, Array(4, vbFormatDate)
)
Set xl = CreateObject("Excel.Application")
xl.Visible = True
xl.Workbooks.OpenText "input.csv", , , xlDelimited, xlDoubleQuote, False _
, False, True, , , , dataTypes
Set wb = xl.ActiveWorkbook
Codiad is an open source, web-based, cloud IDE and code editor with minimal footprint and requirements
Cloud9 combines a powerful online code editor with a full Ubuntu workspace in the cloud. Cloud9 supports more than 40 languages, with class A support for PHP, Ruby, Python, JavaScript, Go, and more.
Ce tutoriel vous explique comment créer un GIF animé avec l'excellent logiciel Gifcam !
Salut les amis, Dans ce tutorial je vais vous apprendre comment Jailbreaker / cracker une PS4 avec notre CFW 3.50 (custom firmware) pour lancer des backup et homebrew ps4. Une fois le jailbreak de votre...
Voir les commentaires