├── C++ ├── Introduction.md └── VariableAndBasicType.md ├── Java └── Java_Concepts.md ├── R ├── README.md ├── R_language.md └── R_theory.md ├── README.md ├── general ├── DesignPattern.md ├── InternetTechnology.md └── WebService.md ├── html+css ├── CSS.md └── HTML.md └── web ├── BasicPhp.php ├── DatabseOperation.php ├── FilePhp.php ├── MySQL.md ├── PassVariable.php ├── Security.php ├── database.php └── template.html /C++/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/C++/Introduction.md -------------------------------------------------------------------------------- /C++/VariableAndBasicType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/C++/VariableAndBasicType.md -------------------------------------------------------------------------------- /Java/Java_Concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/Java/Java_Concepts.md -------------------------------------------------------------------------------- /R/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/R/README.md -------------------------------------------------------------------------------- /R/R_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/R/R_language.md -------------------------------------------------------------------------------- /R/R_theory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/R/R_theory.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/README.md -------------------------------------------------------------------------------- /general/DesignPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/general/DesignPattern.md -------------------------------------------------------------------------------- /general/InternetTechnology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/general/InternetTechnology.md -------------------------------------------------------------------------------- /general/WebService.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/general/WebService.md -------------------------------------------------------------------------------- /html+css/CSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/html+css/CSS.md -------------------------------------------------------------------------------- /html+css/HTML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/html+css/HTML.md -------------------------------------------------------------------------------- /web/BasicPhp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/BasicPhp.php -------------------------------------------------------------------------------- /web/DatabseOperation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/DatabseOperation.php -------------------------------------------------------------------------------- /web/FilePhp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/FilePhp.php -------------------------------------------------------------------------------- /web/MySQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/MySQL.md -------------------------------------------------------------------------------- /web/PassVariable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/PassVariable.php -------------------------------------------------------------------------------- /web/Security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/Security.php -------------------------------------------------------------------------------- /web/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/database.php -------------------------------------------------------------------------------- /web/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/startupjing/Tech_Notes/HEAD/web/template.html --------------------------------------------------------------------------------