Guess Who's BackThe FTS Knowledge Center is back online. Here you'll find articles that will help increase your understanding of computing, networking, and software development. Maybe you'll find one or two that help solve a problem you have. For your convenience, the Center is searchable and is also organized by category. If you'd like to create a dialogue and post comments on articles, just register as a user. It's quick and easy. By schematic at 23 Jul 2006 - 03:29 | site | 537 reads
Disassemble or reverse engineer Java codeHave you ever wanted to see exactly how your Java source code is compiled in bytecode? Or were you ever stuck trying to debug a problem in a third-party library for which you do not have the source? In these situations, your friend is the javap command. Just switch to the directory containing the .class file you want to peek into. Then run the following:
By schematic at 20 Nov 2008 - 20:14 | software engineering | read more | 5 reads
Lost iPhone music, space showing up as OtherI ran into a very annoying problem today when trying to sync my iPhone. I connected my iPhone to my Vista (bleh) PC. Note that I do not have auto-synchronization enabled in iTunes. For some reason, the phone displayed the message "Sync in Progress" although I did not start a sync in iTunes. It lasted for 1 second, after which it disappeared. iTunes didn't show anything about syncing. In fact, it didn't show the iPhone in the Devices list at all. Calculating MySQL InnoDB buffer cache hit rateCalculating the hit rate for your MySQL InnoDB buffer cache is fairly simple. Just run the following command:
Then take Innodb_buffer_pool_read_requests and divide it by Innodb_data_read. That is your read hit ratio (multiply by 100 to get a percentage). By schematic at 7 Nov 2008 - 23:36 | MySQL | 14 reads
Changing PHP (php.ini) settings when using HostGatorHostGator supports PHP overrides when using their shared hosting packages. Unfortunately, it is not very obvious how to do this. The simplest way is to use PHP's built-in ini_set() function from your script. However, you may have a need to have the same settings for all your scripts, or you do not want to pollute your scripts with ini_set calls. This especially applies for things like the include_path directive for include paths. By schematic at 24 Sep 2008 - 10:11 | web development | read more | 83 reads
|
SearchNavigationUser login |