- Fixed regression in v2.2.2 for installing from binaries on windows.
- Fixed packaging problem whereby a
config.gypiwas unintentially packaged and could cause breakages for OS X builds.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="WEB_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$" /> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| </module> | |
| nodejs |
| start |
| NodeJS_Server_Express |
| study |
| nodejs_event |
| /Users/xiaofwa/IdeaProjects/chatroom/deps/cowboy | |
| /Users/xiaofwa/IdeaProjects/chatroom/deps/cowlib | |
| /Users/xiaofwa/IdeaProjects/chatroom/deps/ranch |
| # Set encoding for file extensions | |
| <IfModule mod_mime.c> | |
| # Plain text files | |
| AddType text/plain .txt .text .def .list .log .in | |
| # Source files | |
| AddType text/x-asm .s .asm | |
| AddType text/x-c .c .cc .cxx .cpp .h .hh .dic | |
| AddType text/x-fortran .f .for .f77 .f90 | |
| AddType text/x-pascal .p .pas | |
| AddType text/x-java-source .java |
| <?php | |
| /** | |
| * PEAR Class Loader for CakePHP | |
| * | |
| * ex. pear_import('Net_DNS'); | |
| * | |
| * @param $className | |
| * @return boolean | |
| */ | |
| function pear_import($className) { |