文章分类 -  实战项目

摘要: 阅读全文
posted @ 2018-07-01 16:23 Justice-V 阅读(60) 评论(0) 推荐(0)
摘要:1.python 制作一个电子计算器, 阅读全文
posted @ 2018-06-19 21:04 Justice-V 阅读(81) 评论(0) 推荐(0)
摘要:1.登录界面 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>登陆界面</title> 6 <meta keywords="" > 7 <style type="text/css"> 8 阅读全文
posted @ 2018-01-20 11:53 Justice-V 阅读(643) 评论(0) 推荐(0)
摘要:1 /* 2 作者:正义V领 3 内容:游戏【推箱子】 4 人物:▲ 5 墙:■ 6 目的地:☆ 7 箱子:□ 8 控制键盘: 9 w:前进 10 a:向左 11 d:向右 12 s:后退 13 */ 14 #include<stdio.h> 15 #include<conio.h>//getch( 阅读全文
posted @ 2018-01-20 11:38 Justice-V 阅读(162) 评论(0) 推荐(0)
摘要:实战1: 1.做出一个登陆界面 要求:界面美观,有姓名 账号信息,以及第三方登录 做出另一分形式,在本机搭建网站的登陆界面 两份都具有判断账号的 姓名的能力(AJAX javascript正则表达式) 实战2: 做出一份首页,界面是关于一些淘宝商品 阅读全文
posted @ 2018-01-12 10:00 Justice-V 阅读(87) 评论(0) 推荐(0)