Hi,
I am software developer and I want to continue my career as business analyst.
How can I be a good business analyst and how can I improve my analysis skills?
Thanks
I have a server serving up a JS file a few million times a day using apache2. Some of my users would like the JS to be gzipped. Does anyone know how apache2 mod_deflate handles compression of static files? Will it compress the js for each request(in which case I'd be worried about cpu load)? If it does, is there a way to pre-compress the JS…
I've found some home wireless routers/ADSL+ modems (ZyXEL 660) talking about Static DHCP, when refering to assosiating a specific MAC to an IP, but still serve the configuration over DHCP.
Doesn't this have another name? What does Cisco call this feature (that I know supports because I've used long time ago)?
I have a Win2008 R2 server that is going to be receiving many VPN connections. I want to be able to staticly set the IP addresses of both ends of each connection based on the user. I easily found how to do this for the client: when you're managing the user account, go to "Dial-In" and click "Assign Static IP Addresses." Now, whenever a certain…
Is there any way to download all the static files from Google App Engine?
There is documentation on how to upload, but not for downloading (or I missed to find one).
Thanks for your time.
Is there any way to download all the static files from Google App Engine?
There is documentation on how to upload, but not for downloading (or I missed to find one).
Thanks for your time.
I tried it before by setting the ip address manually. And I used this IP Address:
192.168.1.33
I reboot and tried if I can connect to the internet, but no luck.
It must be set to obtain your ip address automatically.
Is there any way on getting a static ip address on an adsl/dsl
I used Network Manager in Ubuntu 10.04 to set a static ip address and assigned one that was already in use. Now my computer will not boot (nfs crashes).
I booted from a live cd to change the configuration on the file system in /etc/network/interfaces but the file looks to be the default. Where does the network manager (the gui from system-…
Can anyone recommend a good CMS system that integrates well with IIS7 on Windows, and that allows for static publishing of html/css files, rather than forcing dynamic generation of content from a DB?
Hello, fellow visitors!
I'm currently experiencing a problem with 'hot code replace' not working on Eclipse Galileo and JBoss 4.2.3.
Among other applications I'm running an exploded Java WAR on my local JBoss. The project from which it is build is managed by Maven. I build the project using the Maven goal war:exploded and then I copy that…
I understand the value of reading source code, and I am trying my best to read as much as I can. However, every time I try getting into a 'large' (i.e. complete) project of sorts, I am overwhelmed.
For example, I use Anki a lot when revising languages. Also, I'm interested in getting to know how an audio player works (because I have some…
Oracle Solaris Crash Analysis Tool 5.3
The Oracle Solaris Crash Analysis Tool Team is happy to announce the availability of release 5.3. This release addresses bugs discovered since the release of 5.2 plus enhancements to support Oracle Solaris 11 and updates to Oracle Solaris versions 7 through 10.
The packages are available…
I've seen other questions about this exception, but all of them seem to be resolved with the solution that a row with the primary key specified already exists. This doesn't seem to be the case for me. I have tried replacing all single quotes in my strings with double quotes, but the same problem occurs.
I'm trying to insert a row into…
This year same as the previous one, Macedonian .NET User Group is organizing the biggest event for developers and coders, event that is focusing on Microsoft technologies, Macedonian CODE CAMP 2012! The Code Camp 2012 will be held at 24th of November at FON University. In the first few hours we have more than 500 registered attendees…
About 3 months ago, our engineering group rolled out Review Board to be used for all peer code reviews. Today, I had a discussion with one of the people involved in that process and found out that we are already looking for a replacement (possibly something commercial) because of several missing features.
One of the features that is…
I'm developing a tool that generates code from some various data. The tool itself will be licensed with the MIT license, which strikes a good balance for me in terms of allowing the freedom to use and modify it, while still holding the copyright.
OK, but what is the legal status of the code generated by the tool? Who holds the…
Why does following code raise an exception (in createObjects call to map::at)
alternativly the code (and its output) can be viewed here
intererestingly the code works as expected if the commented lines are uncommented with both microsoft and gcc compiler (see here), this even works with initMap as ordinary static variable…
All programmers have their style of programming. But some of the styles are let’s say... let’s not say. So you have code review to try to impose certain rules for good design and good programming techniques.
But most of the programmers don’t like code review. They don’t like other people criticizing their work.
Who do…
I am modifying the source code here: http://thinkandroid.wordpress.com/2009/12/30/getting-response-body-of-httpresponse/
I get this error: non-static method getContentCharSet(org.apache.http.HttpEntity) cannot be referenced from a static context
String charset = getContentCharSet(entity);
This error is line 13…
Ans is Yes and No Yes in C++, Java and VB.NET No in C# This is only compiler restriction in c#. You might see in some websites that we can break this restriction using reflection and delegates, but we can’t, according to my little research J I shall…
I would at first like to thank everyone at serverfault for this great website and I also come to this site while searching in google for various server related issues and setups.
I also have an issue today and so I am posting here and hope that the seniors would help me out. I had setup a website on a dedicated…
I've read that the gcc compiler can perform certain optimization when compiling an application that references a static library, for instance - it will "pull" in only that code from the static library that the application depends upon. This helps keep the size of the application's executable to a minimum if…
Hi I generate Dao classes for some DB operations
in this manner making methods of Dao class as static or none static is better?
Using sample dao class below ,If more than one client got to use the AddSampleItem method in same time?how this may result?
public class SampleDao
{
static DataAcessor…
I am working on a project that has a class 'A' that contains a static stl container class. This class is included in both my main program and a .so file. The class uses the default(implicit, not declared) constructor/destructor. The main program loads the .so file using dlopen() and in its…
We have old (working) code that consists of a static library compiled with /CLR, and a C++/CLI DLL that links to the static lib. We are about to add new features to this static lib.
Now, I've have heard from numerous sources that CLR static libraries are not supported by Microsoft, and…