I just have a simple code to practice Object C..
I am not sure why I can this "WARNING"?
My code is below
#import <Foundation/Foundation.h>
@interface MyClass : NSObject {
@private
NSDate *mdate;
}
@property (retain) NSDate *mdate;
@end
==================================
#import...
that was just an example.
as I mentioned, I need to get a value which sits the deepest element in XML. doesn't matter where the element is. doesn't matter d or c. just try to find the value of the deepest element in XML
Sorry, Chuck.
If I run your code, it comes with Warning: xml_parse() [function.xml-parse]: Unable to call handler contents() in G:\xampp\htdocs\xml_s.php
any idea?
I was trying to reach the deepest element in a xml.
for example,
<a>
<b></b>
</a>
<a>
<b>
<c></c>
</b>
</a>
<a>
<b>
<c>
<d></d>
</c>
</b>
</a>
in that kind of structure of xml, how can I reach <d></d> element?
could someone explain? (someone mentioned, it needs to...
This is current one that I modified httpd.conf
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
#UserDir disabled
#
# To enable requests to...
I am not sure that I explain right.
I have create LAMP server and modified httpd.conf to enable user folders for open php files in browser.
by the way, when I open a php file which is under userfolder/public_html/test.php
and I tried to open
http://localhost/~userfolder/test.php or...
sorry, i found out how to run the sp.
but now i get this message below,
Server: Msg 8145, Level 16, State 2, Procedure sp_MSforeachtable, Line 0
@command is not a parameter for procedure sp_MSforeachtable.
Thanks for the help.
but when I ran the command below, it gives me Could not find stored procedure 'sp_MSForEachTable'
exec sp_MSForEachTable
@command = 'SELECT item FROM ? WHERE item = ''58I'''
did you mean to create sp_MSForEachTable stored procedure?
Hello guys,
maybe it sounds crazy but I would like to search one value which might exist in certain tables but there are like thousands tables exist in a DB.
how could I search that in one shot?
one more thing, how can I get all table names in one DB with Stored Procedure?
Thanks for your help!
so you mean I can convert rpm to deb? using alien?
one more thing... sorry...
what linux would be good for beginner to learn??? any recommand?
-the reason i installed mint, i only could boot the image using usb key others was giving me an error like booting..
I am trying to learn Linux these days and I installed Mint on my laptop.
The problem is when I install rpm file which I downloaded from website, it shows me an error.
sudo rpm -i ICAClient.rpm (this is the command I ran)
rpm: please use alien to install rpm packages on Debian, if you are...
I was trying to upgrade Ram with my Vaio M.
I took off all of the screws but i'm not still able to open the case.
I think there much be hidden screws..
is there anyone could give me some tips to open the case??
thanks...
I try to remove registry folder in regedit.
I know I tried to remove registry key with =-
but that does not work to remove a entire folder in registry.
i.e.[HKEY_CURRENT_USER\Software\Microsoft\Office]
"10.0"=-
10.0 is a folder in regedit.
I am trying to remove that in .reg file.
Could...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.