http://open.163.com/http://study.163.com/mooc/find.htm http://www.scotthyoung.com/blog/mit-challenge/ http://ocw.mit.edu/index.htm http://www.core.org Read More
转载 2012-11-06 10:11:00
517阅读
2评论
早上看到微软的UWP例子,在代码里看到 Copyright (c) Microsoft. All rights reserved.// This code is licensed under the MIT License (MIT).// THIS CODE IS PROVIDED *AS IS*
原创 2021-07-19 10:06:48
2977阅读
创建和部署MVC Web应用:HTML表单、servlet控制器、模型(java类)、XML部署文件、JSP视图第一步:构建用户最初请求的HTML表单<html><body><h1 align="center">Beer Selection Page</h1><form method="post" action="SelectBeer.do"&
原创 2010-07-08 22:53:21
356阅读
ssh 登录如果连接成功会提示需要输入从机的密码,输入密码后就可以登录从机了。密码:dongguan wheeltec@wheeltec:~$ wheeltec@wheeltec:~$ wheeltec@wheeltec:~$ wheeltec@wheeltec:~$ wheeltec@wheelt ...
转载 2021-10-04 12:49:00
1075阅读
2评论
Mini USB  Mini USB(接口)USB接口分为三种: 接口类型A:通常在PC上出现 接口类型B:通常在USB设备上
转载 2023-05-22 11:31:02
444阅读
大部分主流语言都支持web框架,并且实现起来相对轻便,简捷,比如:go的gin包package mainimport "github.com/gin-gonic/gin"func main() { r := gin.Default() r.GET("/ping", func(c *gin.Context) { c.JSON(200, gin.H{ "message": "pon
原创 2022-02-04 17:06:13
245阅读
大部分主流语言都支持web框架,并且实现起来相对轻便,简捷,比如:go的gin包package mainimport "github.com/gin-gonic/gin"func main() { r := gin.Default() r.GET("/ping", func(c *gin.Context) { c.JSON(200, gin.H{ "message": "pon
转载 2022-02-04 17:06:33
67阅读
Mini Linux:小巧而强大的操作系统” 小巧而强大的操作系统 在当今数字化时代,操作系统已经成为我们生活中不可或缺的一部分。无论是个人计算机、服务器还是智能手机,操作系统负责管理和控制硬件资源,并提供用户交互界面。在众多操作系统中,红帽提供的Mini Linux以其独特的特点和功能而备受青睐。 Mini Linux是红帽公司开发的一款精简型操作系统,它专为嵌入式系统和轻量级设备而设计。
原创 2024-01-30 16:42:24
57阅读
install MIT Kerberos   Debian安装向导:http://techpubs.spinlocksolutions.com/dklar/kerberos.html
转载 2021-01-07 22:21:00
241阅读
麻省理工学院 PDOS麻省理工学院 Cub.com/mit-pdos/xv6-riscv
原创 2023-07-13 16:52:11
167阅读
Linux distributions are known for their flexibility and ability to be customized to suit the needs of users. Among the many popular distributions available, one that stands out is Linux Mint with its
原创 2024-05-16 09:49:23
17阅读
一、简介    目的:构建小型WEB站,具备SSL,解析PHP脚本(适用嵌入式环境)。    作者:sundy 2006-3-6      E_MAIL:hysundy@163.com二、环境资源    redhat 8mini_httpd_1.19 b修改版    php.4.4.2三、步骤说明    -----------------------------
转载 2023-05-10 12:42:39
94阅读
 JOS lab1 首先向MIT还有K&R致敬!   没有非常好的开源环境我不可能拿到这么好的东西.   向每个与我一起交流讨论的programmer致谢!没有道友一起死磕。我也可能会中途放弃. 跟丫死磕究竟.(事实上这个过程会学到非常多东西,非常好玩非常好玩,不要被panic吓到,等你都能定位panic,并修复触发panic的bug的时候。我相信大家debug的能力会上升一个水平,互
转载 2017-07-16 13:06:00
256阅读
2评论
MIT JOS lab2首先把内存分布理清楚,由/boot/main.c可知这里把kernel的img的ELF header读入到物理地址0x10000处这里能够回想JOS lab1的一个小问。当时是问的bootloader怎么就能准确的吧kernle 镜像读入到相应的地址呢?这里就是main.c在...
转载 2015-10-09 11:11:00
470阅读
2评论
1、  我们对项目有多了解?   2、  测试工作量有多大?3、  如果我们不能测试所有测试项,应该测试什么?4、  测试工作将持续多长时间?5、  测试开销是多少?6、  如何标识要执行的测试?7、  我们能满足进度要求吗?我们的测试充分吗?8、  测试工作成功吗?测试覆盖率适当吗?测试
原创 2022-12-23 13:37:27
133阅读
#/bin/sh#echo "mounting proc and sys..."mount -t proc proc /procmount -t sysfs sysfs /sysecho "Load ext3 module..."insmod /lib/modules/jbd.koinsmod /lib/modules/ext3.koecho "Detect and export hardware
原创 2016-04-05 22:38:50
790阅读
https://leetcode.com/problems/mini-parser/ /** * // This is the interface that allows for creating nested lists. * // You should not implement it, or speculate about its implementation * public i...
i++
转载 2016-08-28 23:31:00
79阅读
2评论
题目链接:https://leetcode.com/problems/mini-parser/题目:Given a nested list of integers represented as a string, implement a parser to deserialize it.Each element is either an integer, or a list -
原创 2023-07-27 00:13:36
63阅读
Kali Linux Mini is a lightweight version of the popular Kali Linux operating system, known for its focus on security and penetration testing. This article will explore the features and benefits of Kal
原创 2024-05-17 11:34:58
57阅读
ispring package com.minis.beans.factory; import com.minis.beans.Beans
原创 2023-04-09 09:19:02
3333阅读
  • 1
  • 2
  • 3
  • 4
  • 5