Linux

Install Oracle Database 12c on Ubuntu Desktop 12.04 LTS

Wiki The Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system produced and marketed by Oracle Corporation. Official Website www.oracle.com Download Link www.oracle.com/technetwork/database/enterprise-edition/downloads Operating System Version : Ubuntu Desktop 12.04.4 64-bit Oracle…

Remove the index.php in ThinkPHP

For example, your original path is http://localhost/test/index.php/index/add, and you want to it like this http://localhost/test/index/add. Configure Apache Make sure that httpd.conf configuration file loaded mod_rewrite.so module, uncommented: # LoadModule rewrite_module modules/mod_rewrite.so Modify AllowOverride None to AllowOverride All Configure ThinkPHP Make…