Search Results

Search: Posts Made By: cbkihong
1,948
Posted By cbkihong
In my opinion, one aspect I observed that is...
In my opinion, one aspect I observed that is important is that many new entrants to Perl would likely find it sort of confusing at first sight, especially for those who are used to have everything...
Forum: Web Development 09-08-2009
4,152
Posted By cbkihong
I have been using Opera 10 beta daily for a month...
I have been using Opera 10 beta daily for a month or so now and did not encounter any issues. Google Spreadsheet seems to serve a different version of the site for Opera but all my existing documents...
2,246
Posted By cbkihong
My understanding is that with JBoss as it stands,...
My understanding is that with JBoss as it stands, you can't.

I have a crazy idea though, yet I'm not even sure whether it makes sense or not as I have not tried it before. In theory, because class...
6,420
Posted By cbkihong
I have a similar situation and I didn't bother to...
I have a similar situation and I didn't bother to touch Vista. I just run linux in a vmware session.
3,088
Posted By cbkihong
CGI form values will not automagically become...
CGI form values will not automagically become variables in your receiving shell script. According to CGI specification, you need to parse $QUERY_STRING for GET, or read from standard input for...
Forum: Red Hat 07-24-2009
3,231
Posted By cbkihong
You should be able to run cvs pserver as any...
You should be able to run cvs pserver as any user. On many systems, there is usually a "cvs" user dedicated to serving cvs repository only. No, there should not be any server args change needed.
...
5,551
Posted By cbkihong
According to the javadoc, Runtime.exec() returns...
According to the javadoc, Runtime.exec() returns a Process object that allows you to get information about the process. I found the exitValue() method and that is likely what you need.

Process...
7,345
Posted By cbkihong
As reported by the output, according to XML spec...
As reported by the output, according to XML spec if you don't explicitly specify an encoding, the file is assumed to be UTF-8 encoded. In fact, there is no guarantee that a XML parser would support...
5,029
Posted By cbkihong
Try the "jps" utility that is shipped with JDK...
Try the "jps" utility that is shipped with JDK (JRE too?) and see if it gives you a different view.

jps - Java Virtual Machine Process Status Tool...
Forum: Programming 07-16-2009
3,318
Posted By cbkihong
Try to see if headless mode works for you: ...
Try to see if headless mode works for you:

Using Headless Mode in the Java SE Platform (http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/)
4,569
Posted By cbkihong
Popup blockers normally only block auto-triggered...
Popup blockers normally only block auto-triggered popup windows. If the popup is triggered by user action (e.g. user click), then I found most popup blockers would allow it.

For example, click on...
1,682
Posted By cbkihong
This is a rather big topic and would take more...
This is a rather big topic and would take more than a single forum thread would occupy. Authoritative information can be found in perlmod manpage. Do tell us in case you have difficulties...
1,995
Posted By cbkihong
Why don't you go directly to Python's site, try...
Why don't you go directly to Python's site, try some examples, and see if that is your cup of tea? However, since you said you are working on a project that requires Python, sounds like you will need...
5,966
Posted By cbkihong
What is the programming language you are using?...
What is the programming language you are using? There is urldecode() in PHP, decodeURIComponent() in Javascript, and other similar functions in other languages. Do make sure the bytes are correct...
Forum: Programming 06-24-2009
4,688
Posted By cbkihong
Sounds similar to this: java.net Forums :...
Sounds similar to this:

java.net Forums : jli.dll was not found error in jdk ... (http://forums.java.net/jive/thread.jspa?messageID=256658)
1,519
Posted By cbkihong
Please avoid using shell script as CGI script. If...
Please avoid using shell script as CGI script. If you are using languages such as PHP or Perl for cgi, expansion of glob would not occur (automatically) and you should not encounter the same problem.
1,873
Posted By cbkihong
He was talking about replacing "+" by ".". PHP...
He was talking about replacing "+" by ".". PHP uses dot for string concatenation, not +.
5,673
Posted By cbkihong
Consider reinstall MIME::Base64. This module is...
Consider reinstall MIME::Base64. This module is actually written in C, and it seems like the error is suggesting that there is a version mismatch between the Perl side of the module, and the object...
Forum: Programming 06-18-2009
2,118
Posted By cbkihong
Please consider taking some time for some...
Please consider taking some time for some readings to consolidate your Java knowledge. You don't use equality (==) for string equality tests. You must use the String.equals() method.

e.g....
Forum: Web Development 06-14-2009
3,908
Posted By cbkihong
It's simple. Just call encodeURIComponent()...
It's simple. Just call encodeURIComponent() function to escape individual values from Javascript before getting to XmlHttpRequest (or whatever wrapper you may be using).

This is the documentation:...
4,161
Posted By cbkihong
Perl just obeys the ordering imposed by @INC. So,...
Perl just obeys the ordering imposed by @INC. So, I guess you can get away with it by force prepending '/usr/lpp/perl/lib/site_perl/5.8.7' to @INC while you do "perl Makefile.PL". It does no harm if...
3,203
Posted By cbkihong
I can't see where $connect is assigned a value....
I can't see where $connect is assigned a value. Try $dbh->prepare.
Forum: Web Development 06-10-2009
2,129
Posted By cbkihong
Did you read this? Java SE HotSpot at a...
Did you read this?

Java SE HotSpot at a Glance (http://java.sun.com/javase/technologies/hotspot/index.jsp)

and other documents on java.sun.com about garbage collection?
Forum: Linux 06-06-2009
22,200
Posted By cbkihong
Or use a file manager that supports SFTP...
Or use a file manager that supports SFTP channels, such as Konqueror. By splitting it into two panes that is pretty much like WinSCP in my opinion. I found it more handy than WinSCP, I think.
3,744
Posted By cbkihong
Why don't your php script call festival directly,...
Why don't your php script call festival directly, rather than using a perl script as an intermediary?
Showing results 1 to 25 of 500

 
All times are GMT -4. The time now is 02:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy