|
Hey everyone! I have been watching this site for years and just joined recently and had a few questions. I have a 70-200 2.8 IS mk II and want to get into a bigger wildlife lens. I just had the opportunity to borrow a 500 f4 and fell in love. My question...
Started by Fred Miranda on
, 13 posts
by 1 people.
Answer Snippets (Read the full thread at fredmiranda):
But shooting with a 500 f/4, or a 400 f/2,8 (i took some shots with that one tried, you would probably not be satisfied with....
Well, i can tell you 5Dii was great).
There,
i own the 500 f/4, and i had the 100-400 and 400 f/5,6 in the past.
|
|
Why would IE 7 display HTTP Error "Bad request" 400 on the same page that Firefox loads without complaining?
Started by Shurik on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Install Fiddler2.
Since a 400 (in firefox), look at the Net tab and see if a 400 header isnt getting passed back.
Of things to try to troubleshoot what's going on:
1) Take a look at the server logs .
|
|
Hi there,
I bought this gear less than one year ago. Since then I've had virtually no time to use it at all, so I've decided to sell it!
All parts have probably been used less than 10 hours. It is in 100% 'as new' condition - no scratches, no loose bits...
Answer Snippets (Read the full thread at inthemix):
For just the djm 400? 550! are the cdjs still avail? yes! send me a msg! I've had a few people pull.
|
Ask your Facebook Friends
|
For my website I configured some custom error pages. If I generate a 404, the redirect works fine. When hitting a 400, the "bad request" text shows up instead of the configured URl.
As a test I copied the URL from 404 to 400. No change. Then I changed...
Started by boris callens on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
In IIS6 that
The following errors are not customizable: 400, 403.9, 411, 414, 500, 500.11, 500.14.
|
|
Hi,
I have a PHP script that fails when executing a long mysq_query. The error message is:
Fatal error: Maximum execution time of 400 seconds exceeded in....
I use XAMPP for windows and I have changed the php.ini file (there is only one in my installation...
Started by Alberto Vicentini on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
400....
You should consider farming the task this is not best practice .
Having said that, 400 seconds is still an excessive amount of time for a query.
A .htaccess file or within a PHP script is probably resetting it back to 400 seconds.
|
|
We have an HttpHandler that deals directly with binary posts over HTTP from custom client software. The client software occasionally sends data which results in IIS 7 responding with a 400 - Bad Request. Since the "400 Bad Request" is special in that ...
Started by duckworth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If your custom client causes IIS to trigger HTTP 400, it's probably flawed and is not submitting.
If you know what is causing the 400, then you may be able to customise the behaviour of http.sys.
|
|
We currently have DDR II 667 RAM on the dedicated server. We're looking to a new server. One of the options only comes with DDR 400 (or DDR 400 registered). Is there a big difference between DDRII 667 and DDR 400? This is for an AMD Opteron 170 or Opteron...
Started by pbz on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
If the FSB is 400 then 667 memory will do you on memory access speed are the first two....
667 and 400 indicate the bus speed of the RAM; higher is better to note the Front Side Bus speed of the processor.
Than that without looking twice..
|
|
What is the best tool (best feature, best price, best support) for RPG / COBOL Version Control under OS 400 development?
I heard about ARCAD and ALDON. Which one is better? Or is there another better tool?
Started by WishKnew on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I can't speak for ARCAD or ALDON..
MKS Implementer is another solution I've used and it's decent .
I prefer Turnover.
Haven't worked with ARCAD.
Aldon is ok.
|
|
What is the correct way for building a scrollable list with images that will be able to dill with 400 items? Should I use UITableView for these?
What is the correct way for storing and retrieving the data? SQlite?
Thanks-
Nir.
Started by Nir Tager on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
An indexed table can let your users....
UITablebview can display an arbitrarily large list because it only has to reserve memory to display the rows that are actually on screen .
Definitely UITableView, and SQLite would work, but CoreData would be better .
|
|
DROP TABLE table_name
and the CPU goes to 400% and it doesn't drop but the whole server is messed up.
any ideas?
MySQL db about 50MiB in size total. 11000 records in this table with no indexs apart from primary.
Started by Dorjan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Is there anything in dmesg or /var/log/messages, /var/log/mysql etc that suggest a greater problem? I ... .
What does a:
SHOW FULL PROCESSLIST;
display from the mysql client? I suspect that is will just show the drop statement, but it's somewhere to start .
|