Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3877 connectés 

 


 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  663  664  665  ..  1454  1455  1456  1457  1458  1459
Auteur Sujet :

blabla@web

n°1804382
koskoz
They see me trollin they hatin
Posté le 24-10-2008 à 21:54:40  profilanswer
 

Reprise du message précédent :
 
 
Merci.
Enfin, quand on a un champ timestamp, logiquement on pourrait penser qu'il va nous retourner un timestamp [:mouais]


---------------
Twitter
mood
Publicité
Posté le 24-10-2008 à 21:54:40  profilanswer
 

n°1804390
skeye
Posté le 24-10-2008 à 22:31:38  profilanswer
 

koskoz a écrit :


 
Merci.
Enfin, quand on a un champ timestamp, logiquement on pourrait penser qu'il va nous retourner un timestamp [:mouais]


non, c'est juste un alias de datetime à première vue.


---------------
Can't buy what I want because it's free -
n°1804393
the real m​oins moins
Posté le 24-10-2008 à 22:45:23  profilanswer
 

le timestamp dans mysql (a moins que ça ait changé depuis) c'est un datetime qui se met à jour automatiquement en cas d'update du record dans lequel il se trouve (sans devoir inclure ce champ dans l'update, donc)

Message cité 1 fois
Message édité par the real moins moins le 24-10-2008 à 22:45:30

---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
n°1804394
koskoz
They see me trollin they hatin
Posté le 24-10-2008 à 22:47:34  profilanswer
 

Ca veut dire que si je met à jour mes news où la date est stockée via un timestamp, la date se maj automatiquement ? [:mouais]


---------------
Twitter
n°1804395
ratibus
Posté le 24-10-2008 à 22:50:46  profilanswer
 

koskoz a écrit :

 

Merci.
Enfin, quand on a un champ timestamp, logiquement on pourrait penser qu'il va nous retourner un timestamp [:mouais]

 
skeye a écrit :


non, c'est juste un alias de datetime à première vue.

 
the real moins moins a écrit :

le timestamp dans mysql (a moins que ça ait changé depuis) c'est un datetime qui se met à jour automatiquement en cas d'update du record dans lequel il se trouve (sans devoir inclure ce champ dans l'update, donc)

 

Cut the crap :o

 

RTFM : http://dev.mysql.com/doc/refman/5.0/en/timestamp.html


Message édité par ratibus le 24-10-2008 à 22:51:31

---------------
Mon blog
n°1804397
the real m​oins moins
Posté le 24-10-2008 à 22:57:31  profilanswer
 

koskoz a écrit :

Ca veut dire que si je met à jour mes news où la date est stockée via un timestamp, la date se maj automatiquement ? [:mouais]


oui, mais lis la doc


---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
n°1804399
theredled
● REC
Posté le 24-10-2008 à 22:59:23  profilanswer
 

the real moins moins a écrit :


oui, mais lis la doc


la bonne réponse est : pas forcément, lis la doc :o


---------------
Contes de fées en yaourt --- --- zed, souviens-toi de ma dernière lettre. --- Rate ta musique
n°1804400
koskoz
They see me trollin they hatin
Posté le 24-10-2008 à 23:04:54  profilanswer
 

Citation :


For one TIMESTAMP column in a table, you can assign the current timestamp as the default value and the auto-update value. It is possible to have the current timestamp be the default value for initializing the column, for the auto-update value, or both. It is not possible to have the current timestamp be the default value for one column and the auto-update value for another column.  


---------------
Twitter
n°1804402
the real m​oins moins
Posté le 24-10-2008 à 23:16:23  profilanswer
 

theredled a écrit :


la bonne réponse est : pas forcément, lis la doc :o


oui enfin en gros s'il veut pas de mise a jour automatique du tout, c'est pas le bon type, quoi :D


---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
n°1804403
koskoz
They see me trollin they hatin
Posté le 24-10-2008 à 23:18:50  profilanswer
 

Le truc c'est que l'auto update je l'ai pas vraiment trouvé dans phpmyadmin :o


---------------
Twitter
mood
Publicité
Posté le 24-10-2008 à 23:18:50  profilanswer
 

n°1804407
theredled
● REC
Posté le 25-10-2008 à 00:05:19  profilanswer
 

the real moins moins a écrit :


oui enfin en gros s'il veut pas de mise a jour automatique du tout, c'est pas le bon type, quoi :D


De ce que j'ai compris la MAJ auto est tout à fait optionnelle, la seule spécificité du truc est qu'il s'adapte au timestamp local (t'as pas les mêmes résultats si ton serveur est au groenland ou au kasakstan)
 
Mais je suis d'accord que c'est un type bien spécial, probablement à utiliser avec précaution :o


---------------
Contes de fées en yaourt --- --- zed, souviens-toi de ma dernière lettre. --- Rate ta musique
n°1804425
skeye
Posté le 25-10-2008 à 11:12:57  profilanswer
 

koskoz a écrit :

Le truc c'est que l'auto update je l'ai pas vraiment trouvé dans phpmyadmin :o


stadire que les trucs complètements proprios qui existent nulle part ailleurs ils sont pas forcément mis en avant dans les outils faits par d'autres, en fait.[:petrus75]


---------------
Can't buy what I want because it's free -
n°1804437
ratibus
Posté le 25-10-2008 à 12:07:47  profilanswer
 

skeye a écrit :


stadire que les trucs complètements proprios qui existent nulle part ailleurs ils sont pas forcément mis en avant dans les outils faits par d'autres, en fait.[:petrus75]


Euh phpmyadmin c'est spécifique à MySQL quand même :D


---------------
Mon blog
n°1804439
koskoz
They see me trollin they hatin
Posté le 25-10-2008 à 12:21:50  profilanswer
 

ratibus a écrit :


Euh phpmyadmin c'est spécifique à MySQL quand même :D


 
C'est bien ce que je pensais mais j'avais peur de dire une connerie :o


---------------
Twitter
n°1804444
skeye
Posté le 25-10-2008 à 12:45:29  profilanswer
 

ratibus a écrit :


Euh phpmyadmin c'est spécifique à MySQL quand même :D


oui mais c'est pas mysql qui le fait.[:petrus75]


---------------
Can't buy what I want because it's free -
n°1804489
Ayuget
R.oger
Posté le 25-10-2008 à 16:43:58  profilanswer
 

Merci a celui qui a poste le lien pour XRefresh y'a quelques temps, c'est quand même super utile :love:

n°1804589
koskoz
They see me trollin they hatin
Posté le 25-10-2008 à 22:26:45  profilanswer
 

Une explication de pourquoi, sur ce site l'image de mario est parfaitement positionnée sous firefox mais sous IE c'est comme si elle ne flottait pas ?


---------------
Twitter
n°1804594
skeye
Posté le 25-10-2008 à 22:52:47  profilanswer
 

koskoz a écrit :

Une explication de pourquoi, sur ce site l'image de mario est parfaitement positionnée sous firefox mais sous IE c'est comme si elle ne flottait pas ?


ya pas d'image de mario.[:joce]


---------------
Can't buy what I want because it's free -
n°1804601
masklinn
í dag viðrar vel til loftárása
Posté le 25-10-2008 à 23:40:28  profilanswer
 

Ca y est, le séparateur pour les namespaces de PHP 5.3 a enfin été choisi [:jar jar]

Spoiler :

c'est `\` finalement [:rofl]


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1804602
mIRROR
Chevreuillobolchévik
Posté le 25-10-2008 à 23:45:41  profilanswer
 


j imagine que le choix etait pas evident vu la liste
 

\   **   ^^   %%   :>   :)   :::


---------------
« The enemy is the gramophone mind, whether or not one agrees with the record that is being played at the moment. » — George Orwell
n°1804603
Shinuza
This is unexecpected
Posté le 25-10-2008 à 23:56:23  profilanswer
 


Hum, je pense qu'ils parient en interne, pas possible autrement.


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1804632
gatsu35
Blablaté par Harko
Posté le 26-10-2008 à 06:09:57  profilanswer
 

Ayuget a écrit :

Merci a celui qui a poste le lien pour XRefresh y'a quelques temps, c'est quand même super utile :love:


de rien :o

n°1804644
skeye
Posté le 26-10-2008 à 09:00:16  profilanswer
 


[:chrisbk]


---------------
Can't buy what I want because it's free -
n°1804649
koskoz
They see me trollin they hatin
Posté le 26-10-2008 à 10:08:41  profilanswer
 

skeye a écrit :


ya pas d'image de mario.[:joce]


 
Ah merde [:tinostar]
 
C'est bon, l'image y est.


---------------
Twitter
n°1804650
Taiche
(╯°□°)╯︵ ┻━┻
Posté le 26-10-2008 à 10:09:35  profilanswer
 

Sinon on dit "To be announced" [:petrus75]


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
n°1804651
masklinn
í dag viðrar vel til loftárása
Posté le 26-10-2008 à 10:09:55  profilanswer
 

Shinuza a écrit :


Hum, je pense qu'ils parient en interne, pas possible autrement.


wat?


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1804654
masklinn
í dag viðrar vel til loftárása
Posté le 26-10-2008 à 10:27:37  profilanswer
 

http://loveandtheft.org/2008/10/26 [...] amespaces/

Citation :

Set sail for fail (php namespaces)
 
On this: http://news.php.net/php.internals/41374
 
ClassFile.php

Code :
  1. namespace Foo;
  2. class tBar {
  3.     function loader() {
  4.     }
  5. }


 
Bootstrap.php

Code :
  1. include "ClassFile.php";
  2. spl_autoload_register(array("Foo\tBar", "loader" ));


 
Will register “Foo[tab]Bar::loader”. Yes there are workarounds such as \\ or ‘, but I thought that some of the requirements were:
 
typo-vulnerability (\ becomes even more - in a very bad way - context sensitive within strings)
parse-ability (\t will be highlighted in most editors as an escape sequence)
IDE compatibility (same as above)
 
All aboard the php.internals failboat.


[:rofl][:rofl][:rofl]
[:rofl][:rofl][:rofl]
[:rofl][:rofl][:rofl]

Message cité 2 fois
Message édité par masklinn le 26-10-2008 à 10:27:50

---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1804659
skeye
Posté le 26-10-2008 à 10:39:10  profilanswer
 

masklinn a écrit :


Code :
  1. include "ClassFile.php";
  2. spl_autoload_register(array("Foo\tBar", "loader" ));


 
Will register “Foo[tab]Bar::loader”. Yes there are workarounds such as \\ or ‘, but I thought that some of the requirements were:
 
typo-vulnerability (\ becomes even more - in a very bad way - context sensitive within strings)
parse-ability (\t will be highlighted in most editors as an escape sequence)
IDE compatibility (same as above)
 
All aboard the php.internals failboat.[/quote][:rofl]


'tain le fail de compétition....[:tinostar]


---------------
Can't buy what I want because it's free -
n°1804661
ratibus
Posté le 26-10-2008 à 10:50:45  profilanswer
 

skeye a écrit :


'tain le fail de compétition....[:tinostar]


Mais grave :D
 
Je vais pas attendre la 5.3 avec impatience finalement :D


---------------
Mon blog
n°1804668
koskoz
They see me trollin they hatin
Posté le 26-10-2008 à 11:19:24  profilanswer
 

Taiche a écrit :

Sinon on dit "To be announced" [:petrus75]

 

Osef c'est pas de moi [:cosmoschtroumpf]


Message édité par koskoz le 26-10-2008 à 11:19:36

---------------
Twitter
n°1804708
Shinuza
This is unexecpected
Posté le 26-10-2008 à 14:59:26  profilanswer
 

Une sorte de truth or dare, avec des tunes à la clé [:bien]


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1804709
masklinn
í dag viðrar vel til loftárása
Posté le 26-10-2008 à 15:04:15  profilanswer
 

Shinuza a écrit :

Une sorte de truth or dare, avec des tunes à la clé [:bien]


Oui mais parient sur quoi exactement [:petrus dei] Le nombre de suicides qu'ils peuvent causer avec une seule décision débile [:petrus dei]


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1804744
nraynaud
lol
Posté le 26-10-2008 à 18:41:55  profilanswer
 

Shinuza a écrit :

Une sorte de truth or dare, avec des tunes à la clé [:bien]


avec un léger twist dans le jeu : http://www.dailymotion.com/video/x2w320


---------------
trainoo.com, c'est fini
n°1804745
nraynaud
lol
Posté le 26-10-2008 à 18:44:03  profilanswer
 

masklinn a écrit :

Oui mais parient sur quoi exactement [:petrus dei]


Citation :

si t'arrives à te lécher le coude on met un point comme tout le monde, si t'arrives à te lécher l'anus c'est le slash comme dans les fichiers unix, sinon c'est antislash comme windows


---------------
trainoo.com, c'est fini
n°1804747
Shinuza
This is unexecpected
Posté le 26-10-2008 à 18:48:09  profilanswer
 


[:prosterne]


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1804801
koskoz
They see me trollin they hatin
Posté le 26-10-2008 à 21:48:43  profilanswer
 

koskoz a écrit :

Une explication de pourquoi, sur ce site l'image de mario est parfaitement positionnée sous firefox mais sous IE c'est comme si elle ne flottait pas ?


 
Personne ?


---------------
Twitter
n°1804804
FlorentG
Posté le 26-10-2008 à 21:55:19  profilanswer
 

Moi je ne vois aucun mario [:petrus dei]

n°1804805
koskoz
They see me trollin they hatin
Posté le 26-10-2008 à 21:58:24  profilanswer
 

Bon, ça a été changé, c'est l'image PxL Lan, désolé.
En gros, c'est l'image dans le cadre news.


---------------
Twitter
n°1804806
FlorentG
Posté le 26-10-2008 à 22:04:43  profilanswer
 

Ne fixe pas la taille des autres éléments [:petrus dei]

n°1804807
koskoz
They see me trollin they hatin
Posté le 26-10-2008 à 22:08:54  profilanswer
 

FlorentG a écrit :

Ne fixe pas la taille des autres éléments [:petrus dei]


 
Effectivement l'image se positionne là où elle doit, mais du coup je n'ai plus les images en background derrière elle :/


---------------
Twitter
n°1804821
XaTriX
Posté le 26-10-2008 à 23:32:34  profilanswer
 

Savez vous si il éxiste un topic référencement sur HFR ? :o
 
XaT


---------------
[:dawa]
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  663  664  665  ..  1454  1455  1456  1457  1458  1459

Aller à :
Ajouter une réponse
 

Sujets relatifs
blabla 3blabla 2
PUTAIN HARKO TU AS FERM2 BLABLA ![Beaucoup de blabla pour rien : post à effacer] Compiler .bat
variable1="blabla + variable2 +blala : c'est possible ??[PHP & regex] "blabla blabla file.ext?point=444 blabla" Recupérer 444
mail("celine@hotmail.com"," sujet","blabla"); pose une err ! Help[MySQL] WHERE 'blabla' compris dans le champ truc
[blabla@olympe] Le topic du modo, dieu de la fibre et du monde[PHP / BlaBla - limite]
Plus de sujets relatifs à : blabla@web


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)