在千峰"逆战"学习第五天 人生重要的不是所站的位置,而是所朝的方向; 今天练习了mongodb的各种指令和mongoose,以及用数据来写登录功能,登录有些难理解,多敲敲,明天再听老师讲一下: 1.mongdb的命令 show dbs use 数据库名 show collections db.集合的 ...
分类:
其他好文 时间:
2020-04-15 00:32:37
阅读次数:
60
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Elight.Infrastructure{ publi ...
using System;using System.Collections;using System.Collections.Generic;using System.IO;using System.Net;using System.Net.Http;using System.Net.Securit ...
分类:
Web程序 时间:
2020-04-14 22:49:52
阅读次数:
92
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.NetworkInformation;using System.Net.Sockets;using Sy ...
from math import* from time import* scale=15 p=1 q=2 print("执行开始".center(scale//2, "-")) start = perf_counter() for i in range(scale+1): p=sqrt((1-sqr ...
分类:
其他好文 时间:
2020-04-14 20:59:33
阅读次数:
74
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li ...
分类:
其他好文 时间:
2020-04-14 16:55:07
阅读次数:
66
我们在编写程序的时候经常会需要对数据进行备份,那么就需要使用到自动备份工具,那么你对Linux/Unix数据自动备份工具了解有多少呢? 下面我们就一起去看看关于Linux/Unix数据自动备份工具的内容。 primabackup.sh 说明文档 版本:2.0.1 0. 版本更新 * 2006-11- ...
分类:
系统相关 时间:
2020-04-14 14:03:15
阅读次数:
84
using System;using System.Collections.Generic;using System.Text; namespace CRC.Util{ using System; using System.IO; /// <summary> /// CRC Verification ...
分类:
其他好文 时间:
2020-04-13 12:39:59
阅读次数:
142
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace MyStringHelper { /// /// 字符串操作类 /// ...
分类:
其他好文 时间:
2020-04-13 00:50:23
阅读次数:
55
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyPinYin { /// /// 汉字拼音转换类 /// public static class Pin ...
分类:
其他好文 时间:
2020-04-13 00:20:34
阅读次数:
170