Refers to the deletion of files from a filesystem or records from a database, or the deallocation of objects in memory. Can also refer to the DELETE which is one of the HTTP protocol methods.
1
vote
2answers
48 views
Iterating over a Django QuerySet while deleting objects in the same QuerySet
I am wondering what is the best way to iterate over a Django QuerySet while deleting objects within the Queryset? For example, say you have a log table with entries at specific times, and you wanted ...
0
votes
0answers
25 views
Why does a span of 'display: none' prevent deletion of a preceding, 'contententeditable = false' span?
This behaviour is specific to Chrome (at time of writing version 26.0.1410.64 m but I know it's been happening for a while).
Take the following HTML:
<div contenteditable="true">
<div ...
-1
votes
3answers
75 views
how to specify the position in txt file to delete record in C programming
void deleteRecord()
{
FILE *fp, *fdel;
struct person obj;
char number[20];
printf("\n============================");
printf("\n DELETE");
printf("\n============================\n\n");
...
1
vote
1answer
50 views
New and delete operators without effect on the contents of a Deque of pointers to this class
I have a problem that I have been tackling since the last two days, but as a rather inexperienced programmer it is normal I assume. My question may have an easy solution, but I couldn't find a quick ...
-2
votes
1answer
77 views
How to delete a specific line from record in C programming (it can't proceed deletion) [closed]
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include<stdlib.h>
struct person{
char stdNumb [20];
char firstName [20],lastName [20], icPass [20], nationality ...
0
votes
1answer
24 views
Prevent a command in a shellscript from being executed inside another shellscript
I am invoking a shellscript inside another shellscript, and the invoked one has a command to delete a folder, which I don't want to be executed, like this
$ rm ../temp -rf
Is there a way to prevent ...
0
votes
1answer
23 views
flash action scrip 2 remove linkage MovieClip
i'm trying for tow-tree days to solve this problem and i'm this close to kill my self.
i'm making a banner and in the banner i have a movie-clip that link fro the libary in action script and call ...
0
votes
1answer
23 views
How can I delete similar rows with very specific criteria among similar rows? (Oracle 10g)
In Oracle 10g, I have a table with no exact duplicates, but many similar rows. This is OK, but I want to delete rows with one specific criteria in the collection of similar rows. The criteria is ...
1
vote
3answers
31 views
how do i delete all div with an id that beginns with xyz with dojo 1.8.3?
I want to delete all witch id beginns with xyz from the dom tree.
I know that this can be done with dojo.query and dojo.destroy but i never used this combination before
EDIT:
i tried this but it ...
0
votes
1answer
29 views
Can't delete sheet
I'm trying to open a workbook and delete a sheet from it, but it runs the code without errors, and the sheet is still there...
I'm able to modify it, as I changed formulas to values on another sheet.
...
-1
votes
2answers
100 views
glibc detected *** ./a.out: munmap_chunk(): invalid pointer:
There are many questions like this but after looking at some cases, I guess this question is case-specific so I post my code and pointed out where the problem takes place may you be patient reading my ...
0
votes
1answer
18 views
How can I batch search a MySQL5 database?
I have a MySQL database on my web host holding a database of users. Within that database I store the email addresses of all customers. I have a customer list and a marketing list. I send out quarterly ...
1
vote
1answer
39 views
Deleting temporary decrypted files in PHP
I am building my first (crude) content management system.
Users have the ability to upload/store files (pdf, doc, xls, etc...). The files are encrypted with mcrypt. I also have a pdf/document viewer, ...
1
vote
1answer
30 views
Unix: Atomically delete a list of paths
I need to be able to delete an arbitrary list of paths (both files and directories) and, if any of the deletions fail, I need to be able to roll back. Is there a Unix command that can accommodate ...
-1
votes
1answer
17 views
Cloned ArrayList
I am writing a small program for a data structures class that basically stores member objects. One of the things the user needs to be able to do is delete and add new users. That being said, I use an ...
1
vote
1answer
25 views
Bat file to delete file 1 level deep
I have my network users my documents redirected to a network drive. IE: On the server I have: Z:\ENDUSERS\enduser.name...
I'm looking to create bat file do a search from Z:\ENDUSERS for a specific ...
0
votes
1answer
12 views
Delete query in Mysql working wrong
I have a SP:
DELIMITER $$
CREATE PROCEDURE test_ind(in StudentID varchar(4), in issueYear varchar(4))
BEGIN
delete from Mark where StudentID = StudentID and issueYear = issueYear;
END $$
DELIMITER ;
...
0
votes
3answers
44 views
Delete file on server
I have a file path in the format file://SERVERNAME/FOLDER$/FOLDER/image.jpg. I call System.IO.File.Delete(Server.MapPath(file://SERVERNAME/FOLDER$/FOLDER/image.jpg)) to delete the file, but i get the ...
-1
votes
1answer
83 views
System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\…'
When i want to clear the contents from a folder in ASP.NET, i keep on getting this error:
Could not find a part of the path 'E:.....'.
This is the exception:
...
0
votes
1answer
57 views
How do I delete the last record inserted into a MySQL table using PDO?
How do I use PDO to delete the last row inserted (this was done in another class)?
I have this, but I don't know what else I'm supposed to do with it:
$pdo = new ...
0
votes
1answer
56 views
Sharepoint delete files from documents library
I don't know what I'm doing wrong, I can't delete files, I'm working with a console application, the method SPFile.Delete() does nothing.
Here is some code:
for (int ii = web.Folders[url + ...
1
vote
3answers
59 views
TSQL - performance on an update/delete query
I want to update my table with values generated out of the same table.
My goal is to search all rows with proftxt like _NS and _WP and with the same ao, sum them up,
divide the value through the ...
0
votes
2answers
57 views
AJAX is not working on the first click, needs to be clicked twice
update :
the problem now is after using firebug i found out that the first element gets the title attribute and other elements don't and after hovering on any link the title attribute of the first ...
0
votes
1answer
25 views
Delete specific folders in many folders and subfolders
So I've noticed that Windows creates hidden folders called "blabla.jpg.files" if you have enabled the thumbnail view in your picture folder. I sync my picture folder to my phone and NAS and would like ...
0
votes
3answers
49 views
ios restore data after reinstalling app
I am developing an app, which offers a testing period for a feature. After a few days after starting the app for the first time, the user is not able to use this feature anymore unless he buys it with ...
0
votes
1answer
40 views
delete and update cascading doesn't affect on child table in SQLite?
I've known of using 'PRAGMA foreign_keys = ON' or including an attribute in my SQLite connection string like this:
con = "Data source = myData.sdb; foreign keys = true";
I've also made a demo to ...
0
votes
1answer
33 views
What happens when you rm a file?
I'm curious about what happens at a deeper level when you rm a file on a UNIX-like system, especially as related to how it's possible to restore deleted files.
Could someone describe how rm works at ...
0
votes
1answer
32 views
GitHub: how to remove a file from git history (especially that of the GitHub repository)?
I have a GitHub repository which contains some big files which I want to permanently remove from its history. I have cloned
GitHub has a nice page which can be used to remove such big files ...
0
votes
1answer
76 views
Delete objects on server when app is deleted from iOS
Searching for a solution it seems there's no delegate method which fires when the app is being deleted.
My app uploads a user profile data on server (name, image) and I can easily delete it manually ...
0
votes
3answers
35 views
How to delete records found with “distinct” in MongoDB?
I'm new to MongoDB, so I'm aware this is a really simple question, but I've looked everywhere and I can't find an answer? Basically I'm trying to find all records within a collection that contain the ...
1
vote
2answers
50 views
can't reach data within Method, what possibilities are there
I'm currently trying to fill a TableLayoutPanel through a method which goes as follows:
private int _rowCount;
public void InitPaths()
{
int c = 1;
int a = 1;
while (a ...
0
votes
2answers
57 views
Binary structure delete error
This is the whole program.Right now,the delete function does not write to the temp file.I'll try to change str array to string and see if it helps.
The program is supposed to read write edit search ...
0
votes
2answers
25 views
How to make an iphone application that should not give user permission to delete itself. Is there any way to do so ?
I am in an organization which is going to provide ipad with installing our app on particular ipad to sales person we want that app should not be deletable from ipad is there any way to do so by ...
1
vote
2answers
43 views
Action Script 3. Remove discovered cards
I'm creating Flash "memory" game, Idea to discover 2 equal cards. Everything is fine, just I need to make that when cards are discovered they will be deleted. Now It stay shown.
When I try:
...
0
votes
2answers
31 views
for /R do del command to delete SPECIFIC files
I have been cleaning up a bit of files on a 4 TB drive. The problem is, I have a number of files that are duplicates. These duplicates got a number appended to the end of them so they are easy to ...
-1
votes
0answers
72 views
vbscript to Compare two text files and delete the old one if both are same or if there is a change in the new file ,prompt a message
Hi i am new to vb script.
I would like to develop a code:
1. Compare two text files a.txt and b.txt.
2. If there is no change in these text files then delete the old one (a.txt) after prompting a ...
0
votes
1answer
109 views
Scalar deleting destructor
I have a piece of code (from a DLL) that looks like this:
class A {
public:
virtual ~A();
};
class B : public A {
public:
~B();
}
~A() {
// #1
}
~B() {
// #2
}
...
-1
votes
2answers
28 views
PHP/MySQL - DELETE FROM not working [closed]
I decided to add a delete feature to my program, and for some reason, the DELETE FROM is not working. I have provided some useful code that would be helpful:
JavaScript:
function ...
-1
votes
1answer
236 views
C# Windowsform - Automatically delete textbox and label if textbox.text = empty on focus leave
i have code that windows form start with only 1 label and 1 textbox, when user start type on textbox1, it crete new textbox and label down (also change location of 2 buttons and change windows form ...
0
votes
2answers
25 views
Delete control on form designer
I was wodnering what is the best way to delete an unused control (more specifically, a timer) on Visual Studio 2010. I usually go to the control in the designer and delete it from there, but the code ...
0
votes
2answers
36 views
Deleting global object in game.(C++)
I am making a Bubble Pop game in C++ where the user clicks on randomly generated Bubbles that float up the screen(still very much in development). In order to Use OpenGl and Glut with this game I ...
-1
votes
0answers
7 views
Deleted App and Page [closed]
When my programmer created the APP for our website, he also created a page for it through APP.
Since we can't use that fan page as ADMIN, I deleted the APP. However the page that was created through ...
0
votes
1answer
51 views
Remove character starting with x and ending with x and everything between it in a string.
I'm fairly new to Python but I have done my research and as a last resort I've turned to you guy for help.
The problem: I want to remove a specific code within a question. The code changes position ...
0
votes
3answers
47 views
Delete operator segfaults when the constructor throws an exception
Best to start with code to get an understanding of this
#include "Hello1.h"
#include "Hello2.h"
int main(int argc, char ** argv)
{
// Hello1 and Hello2 are derevied classes of Hello
// And ...
1
vote
2answers
52 views
SQL - Delete a column from a table without changing the environment
I'm working on Oracle SQL database, quite big database. One of (among 150 tables) this table has to be changed because it's redundant (it can be generated through a join). I have been asked to delete ...
0
votes
1answer
68 views
Dynamically Add a Delete Row jQuery DataTables
I am trying to dynamically add a row to a table with an edit/delete column. When delete is clicked, I want to remove the clicked on row.
I have initialized my table and the data in the following ...
1
vote
1answer
38 views
Unable to delete Linux user using PHP and bash script
I'm able to delete linux users directly from the shell using the command ./del_user.sh
del_user.sh is as below
#!/bin/sh
userdel username
When I run this script from a PHP page, it doesn't work.
...
0
votes
1answer
27 views
QT Remove Horizontal header of table
I have a function setHorizontalHeader,which adds a header to the table by adding header items one by one using setHorizontalHeaderItem.If I want to delete a header which function should I use?
Looks ...
0
votes
1answer
15 views
MySQL Delete Join error
I have a weird error cropping up in my delete query. I have 2 tables, one holds menu items. Another holds mapping information which maps an activity id in another table to the menu id.
I have the ...
0
votes
2answers
26 views
Need to delete from multiple JLists instead of just the one
I have 3 jlists. I have a button that is used to delete a selected item from the Patient Jlist but i also need it to delete from my history Jlist and Invoices Jlist. I have it deleting from one but I ...