自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 资源 (3)
  • 收藏
  • 关注

原创 Ue4 Notes 4.27

Ue4 Notes 4.27 Ue4 Notes 4.27MaterialMaterial NodesUseful Material NotesMath*NiagaraAttach Niagara Particles to a SplineNiagara 2D Collection & AdvectNiagara Fluid Simulation Advect & NeighborsScratchpad NodesUe4 Notes 4.27MaterialMaterial

2022-01-17 02:46:47 413

原创 Python II Basics [C]

Python II Algorithms & Probability [C]Python AlgorithmsPython for ProbabilitiesPython AlgorithmsPython for Probabilities

2021-09-21 22:35:46 379

原创 Python I Basics [C]

Pythoncoding topicslangBigdata

2021-09-05 07:42:42 507

原创 Linux [B]

Linuxcoding topicslang

2021-08-23 16:18:47 1043

原创 SpringMVC Pipeline [A] part2

SpringMVC Pipeline [A]SpringMVC ProjectSpringMVC ProjectjQuery Mobileopera mobile 12.1mobile1.html<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>mobileWeb</ti

2021-07-20 08:49:51 474

原创 SpringMVC Pipeline [A] part1

Spring MVC Pipeline

2021-05-28 01:54:01 168

原创 Spring MVC MyBatis [A]

Spring MVC MyBatis [A]SpringMVC MyBatisSpringMVC MyBatis 1: SpringMVCSpringMVC MyBatis 2: MyBatisSpringMVC MyBatis 3: MavenSpringMVC MyBatis 4: SpringMVC ORMSpringMVC MyBatisSpringMVC MyBatis 1: SpringMVCSpringMVC MyBatis 2: MyBatisSpringMVC MyBatis

2021-04-16 08:59:23 142

原创 JQuery Ajax Maven [A]

2020 JQuery Ajax Maven Spring MyBatis [A]JQuery + JQueryAjaxJQuery + JQueryAjax 1: JQueryJQuery + JQueryAjax 2: JQueryAjaxMavenSpringMVC MyBatisSpringMVC MyBatis 1: SpringMVCSpringMVC MyBatis 2: MyBatisSpringMVC MyBatis 3: MavenSpringMVC MyBatis 4: Spring

2021-03-31 07:25:39 259

原创 MySql SQL [A]

MySqlcoding topicslangSpringMVC

2021-03-09 14:10:52 723

原创 Java III Web [A]

2020 Java III [A]Java WebJava Web 1: Web Intro & JSP IntroJava Web 2: JSP Data Delivery & SaveJava Web 3: JDBC & JavaBean access DBJava Web 4: Third-party Control & Page SearchJava Web 5: EL & JSTLJava Web 6: Servlet, Filter & Liste

2021-02-19 14:47:04 293

原创 ~Programming Blog

Welcome to the Blog Page2020-12-02Big Data Class NotesOther Programming NotesProgramming Exercises3D ExercisesCV2020-12-02This page is continuously being updated.Big Data Class NotesBelow is a collection of my notes on programming.*Java I [A]Java I

2021-01-04 06:03:50 237

原创 Java I Basics 9 OOP [A]

Java Ref [A]coding topic: Java EEInstallationOverviewVariablesMethodsPackageOOPOps, Conditionals & Loops; Class & Obj (Arr)KeywordsInterfaceStringExceptionsMulti-ThreadingConcurrency UtilsLam...

2020-07-30 22:05:13 292

原创 Java II Core [A]

2020 Java II [A]@[TOC](2020 Java II [A])Java CoreJava Core 1: Collection & GenericsJava Core 2: Practical Classes IJava Core 3: Practical Classes IIJava Core 4: IO & MultithreadsJava Core 5: W...

2020-07-30 22:04:36 687

原创 JS [A]

2020 JS [A]JavaScriptJavaScript 1: JS IntroJavaScript 2: Grammar IJavaScript 3: Grammar IIJavaScript 4: BOM & DOMJavaScript 5: Internal Obj, Form Verify, RegExJavaScript 6: ExampleJavaScriptJavaScript 1: JS IntroJavaScript 2: Grammar IJavaScript

2020-07-30 22:04:20 534

原创 HTML CSS [A]

HTMLcoding topicslangCSScoding topicslangJScoding topicslangMavencoding topicslangJQuerycoding topicslang

2020-07-30 22:04:03 345

转载 Latex Ref [E]

LatexKatex1Repeating fractions$\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} \equiv 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots...

2020-03-05 13:37:23 598

MCSim_Java.pdf

The basic concepts of random variable, conditional expectation, stochastic process iii and stopping time are defined and several concrete instances of these notions implemented. These are then applied to a random assortment of problems. The main effort is devoted to the pricing and hedging of option

2020-09-18

Rhino5_Python_Primer.pdf

Rhino_Python_Primer.pdf Forums: The RhinoPython community is very active and offers a wonderful resource for posting questions/answers and fi nding help on just about anything!: http://python.rhino3d.com/forums/ General References for Python: Python's main website offers a plethora of information about the syntax, building-in functionality, libraries etc! This is the main resource for anything Python! http://docs.python.org/ The Python Documentation also has a great introduction into the basics of Python: http://docs.python.org/tutorial/introduction.html http://docs.python.org/tutorial/ Another very thorough resource for Python is from MIT, called "How to Think Like a Computer Scientist": http://www.greenteapress.com/thinkpython/thinkCSpy/thinkCSpy.pdf Common Exceptions/Errors: For a list of common errors, exceptions and pitfalls that you are likely to run into when coding see: http://docs.python.org/release/3.1.3/library/exceptions.html#bltin-exceptions http://secant.cs.purdue.edu/_media/proghints.pdf

2020-05-19

matices_calc.pdf

Matrix Differential Calculus with Applications in Statistics and Econometrics

2020-05-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除