昆仑山:眼中无形心中有穴之穴人合一

夫君子之行,静以修身,俭以养德;非澹泊无以明志,非宁静无以致远。夫学须静也,才须学也;非学无以广才,非志无以成学。怠慢则不能励精,险躁则不能冶性。年与时驰,意与岁去,遂成枯落,多不接世。悲守穷庐,将复何及!

 

10 2020 档案

C语言随机数rand()和srand()使用
摘要:#include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int a = rand(); printf("%d", a); putchar(10); int b; srand((unsigned) time(NULL) 阅读全文

posted @ 2020-10-23 13:43 Indian_Mysore 阅读(59) 评论(0) 推荐(0)

python:线性回归入门例子
摘要:# # 线性回归实验 # y=.1*x1+.3 import numpy as np num_points = 100 vectors_set = [] for i in range(num_points): # 利用正态分布生成x1 x1 = np.random.normal(loc=0.0, s 阅读全文

posted @ 2020-10-15 10:21 Indian_Mysore 阅读(135) 评论(0) 推荐(0)

在centos7/8系统中部署mariadb数据库服务器
摘要: 阅读全文

posted @ 2020-10-12 17:46 Indian_Mysore 阅读(196) 评论(1) 推荐(0)

利用编程语言解决问题的四个层次
摘要:第1层次(普通的语句) package com.jd.uos.test; public class AnyIdeaAplication { public static void main(String[] args) { double radius = 10; System.out.println( 阅读全文

posted @ 2020-10-11 17:21 Indian_Mysore 阅读(97) 评论(0) 推荐(0)

Java之GUI Swing界面开发
摘要:123 阅读全文

posted @ 2020-10-11 08:50 Indian_Mysore 阅读(65) 评论(0) 推荐(0)

centos7 系统基于脚手架 安装react
摘要:yum install nodejs nodejs-devel npm -y npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install -g create-react-app create-react-ap 阅读全文

posted @ 2020-10-05 17:08 Indian_Mysore 阅读(322) 评论(5) 推荐(1)

简单的js 入门案例
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>计算机器</title> <script type="text/javascript">function computer() { let a = docume 阅读全文

posted @ 2020-10-05 09:40 Indian_Mysore 阅读(245) 评论(0) 推荐(0)

导航