Toggle navigation
GISLite
Document
Info
Tutorial
App
Map
User
Recent use
Most use
My collection
Personal Data
Login
Register
Home
tutorial
Programming Language
Perl
Perl
kh05
1. Perl tutorial
2. Perl introduction
3. Perl environment installation
4. Perl basic syntax
5. Perl data type
6. Perl variable
7. Perl array
8. Perl hash
9. Perl conditional statement
10. Perl IF statement
11. Perl IF…ELSE statement
12. Perl IF…ELSIF statement
13. Perl UNLESS statement
14. Perl UNLESS…ELSE statement
15. Perl UNLESS…ELSIF statement
16. Perl switch statement
17. Perl cycle
18. Perl while cycle
19. Perl for cycle
20. Perl foreach cycle
21. Perl do…while cycle
22. Perl loop nesting
23. Perl next statement
24. Perl last statement
25. Perl continue statement
26. Perl redo statement
27. Perl goto statement
28. Perl operator
29. Perl time date
30. Perl subroutine (function)
31. Perl reference
32. Perl formatted output
33. Perl file operation
34. Perl directory operation
35. Perl error handling
36. Perl special variable
37. Perl regular expression
38. Perl sends mail
39. Perl object oriented
40. Perl database connection
41. Perl CGI programming
42. Perl packages and modules
43. Perl process management
44. Perl POD document
Programming Language
More
CSharp
1. C# introduction
2. C# environment
3. C# program structure
4. C# basic syntax
5. C# data type
6. C# type conversion
7. C# variable
8. C# constant
9. C # operator
10. C # judgment
11. C # if statement
12. C# if...else statement
13. C# nesting if statement
14. C # switch statement
15. C # cycle
16. C # while loop
17. C # for/foreach loop
18. C # do…while loop
19. C # nested loop
20. C # break statement
21. C # continue statement
22. C # package
23. C # method
24. C # nullable type
25. C # Array
26. C # multidimensional array
27. C # interlaced array
28. C # passes an array to the function
29. C # parameter array
30. C # Array class
31. C # string
32. C # structure
33. C # enumeration
34. C # Class
35. C # inheritance
36. C# polymorphism
37. C # operator overload
38. C # interface
39. C # namespace
40. C# preprocessor instruction
More
Go
1. Go language course
2. Go locale installation
3. Go language structure
4. Go language basic syntax
5. Go fmt.Sprintf format string
6. Go language data type
7. Go language constant
8. Go language operator
9. Go language function
10. Go language function values pass values
11. Go language function reference pass value
12. Go language functions as arguments
13. Go language function closure
14. Go language function method
15. Go language variable scope
16. Go language conditional statement
17. Go language if statement
18. Go language if…else statement
19. Go language if statement nesting
20. Go language switch statement
21. Go language select statement
22. Go language loop statement
23. Go language for loop
24. Go language loop nesting
25. Go language break statement
26. Go language continue statement
27. Go language goto statement
28. Go language array
29. Go language multidimensional array
30. Go language passes an array to a function
31. Go language pointer
32. Go language pointer array
33. Go language pointer to pointer
34. Go language pointer as function parameter
35. Go language structure
36. Go language slice
37. Go language scope (Range)
38. Go language Map (Collection)
39. Go language recursive function
40. Go language type conversion
More
Kotlin
1. Kotlin tutorial
2. Kotlin IntelliJ IDEA environment building
3. Kotlin Eclipse environment building
4. Kotlin compiles using the command line
5. Kotlin Android environment building
6. Kotlin basic syntax
7. Kotlin basic data type
8. Kotlin conditional control
9. Kotlin cycle control
10. Kotlin classes and objects
11. Kotlin inheritance
12. Kotlin interface
13. Kotlin extension
14. Kotlin data class and sealed class
15. Kotlin generics
16. Kotlin enumerated class
17. Kotlin object expressions and object declarations
18. Kotlin delegation
More
Lua
1. Lua tutorial
2. Lua environment installation
3. Lua basic syntax
4. Lua data type
5. Lua variable
6. Lua cycle
7. Lua while cycle
8. Lua for cycle
9. Lua repeat…until cycle
10. Lua loop nesting
11. Lua break statement
12. Lua goto statement
13. Lua process control
14. Lua if statement
15. Lua if…else statement
16. Lua if nested statement
17. Lua function
18. Lua operator
19. Lua string
20. Lua array
21. Lua iterator
22. Lua table
23. Lua modules and packages
24. Lua meta-table
25. Lua collaborative program (coroutine)
26. Lua error handling
27. Lua debugging
28. Lua garbage collection
29. Lua object oriented
30. Lua database access
More
Perl
1. Perl tutorial
2. Perl introduction
3. Perl environment installation
4. Perl basic syntax
5. Perl data type
6. Perl variable
7. Perl array
8. Perl hash
9. Perl conditional statement
10. Perl IF statement
11. Perl IF…ELSE statement
12. Perl IF…ELSIF statement
13. Perl UNLESS statement
14. Perl UNLESS…ELSE statement
15. Perl UNLESS…ELSIF statement
16. Perl switch statement
17. Perl cycle
18. Perl while cycle
19. Perl for cycle
20. Perl foreach cycle
21. Perl do…while cycle
22. Perl loop nesting
23. Perl next statement
24. Perl last statement
25. Perl continue statement
26. Perl redo statement
27. Perl goto statement
28. Perl operator
29. Perl time date
30. Perl subroutine (function)
31. Perl reference
32. Perl formatted output
33. Perl file operation
34. Perl directory operation
35. Perl error handling
36. Perl special variable
37. Perl regular expression
38. Perl sends mail
39. Perl object oriented
40. Perl database connection
More
Ruby
1. Ruby tutorial
2. Ruby introduction
3. Ruby environment
4. Ruby installation-Linux
5. Ruby installation-Windows
6. Ruby Chinese coding
7. Ruby command line options
8. Ruby environment variable
9. Ruby syntax
10. Ruby data type
11. Ruby classes and objects
12. Ruby class case
13. Ruby variable
14. Ruby operator
15. Ruby comment
16. Ruby cycle
17. Ruby method
18. Ruby block
19. Ruby module
20. Ruby string
21. Ruby array
22. Ruby hash
23. Ruby date & time
24. Ruby range
25. Ruby iterator
26. Input and output of Ruby files
27. Ruby File classes and methods
28. Ruby Dir classes and methods
29. Ruby exception
30. Ruby object oriented
31. Ruby regular expression
32. Ruby Database access-DBI tutorial
33. Ruby DBI Read operation
34. Ruby connection Mysql-MySql2
35. Ruby CGI programming
36. Ruby CGI method
37. Ruby CGI Cookie
38. Ruby CGI Session
39. Ruby send email-SMTP
40. Ruby XML, XSLT and XPath tutorials
More
Rust
1. Rust tutorial
2. Rust environment building
3. Cargo tutorial
4. Rust output to the command line
5. Rust basic syntax
6. Rust data type
7. Rust comment
8. Rust function
9. Rust conditional statement
10. Rust cycle
11. Rust ownership
12. Rust Slice Type
13. Rust structure
14. Rust enumerated class
15. Rust organization and management
16. Error handling
17. Rust generics and characteristics
18. Rust lifecycle
19. Rust File and IO
20. Rust collections and strings
21. Rust object oriented
22. Rust concurrent programming
More
Scala
1. Scala tutorial
2. Scala introduction
3. Scala installation
4. Scala basic syntax
5. Scala data type
6. Scala variable
7. Scala access modifier
8. Scala operator
9. Scala IF…ELSE statement
10. Scala cycle
11. Scala while cycle
12. Scala do…while cycle
13. Scala for cycle
14. Scala method and function
15. Scala function call-by-name
16. Scala function-variable argument
17. Scala function-default parameter value
18. Scala function nesting
19. Scala partial application function
20. Scala specifies the function parameter name
21. Scala recursive function
22. Scala higher order function
23. Scala anonymous function
24. Scala function Corialization (Currying)
25. Scala closure
26. Scala string
27. Scala Collection
28. Scala List
29. Scala Set
30. Scala Mapping
31. Scala tuple
32. Scala Option
33. Scala classes and objects
34. Scala Iterator
35. Scala Trait
36. Scala pattern matching
37. Scala regular expression
38. Scala exception handling
39. Scala extractor
40. Scala File I/O
More
Swift
1. Swift tutorial
2. Swift environment building
3. Swift basic syntax
4. Swift data type
5. Swift variable
6. Swift optional type
7. Swift constant
8. Swift literal quantity
9. Swift operator
10. Swift conditional statement
11. Swift if statement
12. Swift if…else statement
13. Swift if…else if…else statement
14. Swift nested if statement
15. Swift switch statement
16. Swift cycle
17. Swift for-in cycle
18. Swift for cycle
19. Swift While cycle
20. Swift repeat…while cycle
21. Swift Continue statement
22. Swift Break statement
23. Swift Fallthrough statement
24. Swift string
25. Swift character
26. Swift array
27. Swift dictionary
28. Swift function
29. Swift closure
30. Swift enumeration
31. Swift structure
32. Swift class
33. Swift attribute
34. Swift method
35. Swift subscript script
36. Swift inheritance
37. Swift construction process
38. Swift destructing process
39. Swift optional chain
40. Swift automatic reference count (ARC)
Powered by TorCMS (
https://github.com/bukun/TorCMS
).