会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
瑾墨
博客园
首页
新随笔
联系
订阅
管理
2018年9月4日
Compare the Triplet hackerrank算法
摘要: 有两个数组a [] = {a1,a2,a3} .b [] = {b1,b2,b3}比较两个数组的对应元素.a1> b1则a + 1 .a2 <b2,则b + 1.依次比较,大的一方加一。最后输出比较结果。 Sample Input 0 5 6 7 3 6 10 Sample Input 0 Samp
阅读全文
posted @ 2018-09-04 13:54 瑾墨
阅读(425)
评论(0)
推荐(0)
2018年8月12日
备份词
摘要: 原来一切早已安排好 从那以后 我以故人的身份活在你的世界 最让人心疼的 原来是我们曾经 就差一点就永远了 就像所爱隔山海 山无路 海无边 就像都爱隔你我 我在等 你在哪
阅读全文
posted @ 2018-08-12 21:44 瑾墨
阅读(117)
评论(0)
推荐(0)
2018年8月3日
Struts2的相关配置 IDEA配置
摘要: 一.环境配置: 1.Struts2包下载,官网下载Strust2的组件。 官网包分类:完全分发:struts-2.5.16-all.zip 示例应用:struts-2.5.16-apps.zip 仅限基本依赖:struts-2.5.16-min-lib.zip 所有依赖关系:struts-2.5.1
阅读全文
posted @ 2018-08-03 22:22 瑾墨
阅读(919)
评论(0)
推荐(0)
2018年4月4日
代码
摘要: #include<stdio.h> #include<signal.h> #include<unistd.h> #include<sys/types.h> #include<sys/wait.h> int wait_mark; void waiting(),stop(); void main() {
阅读全文
posted @ 2018-04-04 09:06 瑾墨
阅读(210)
评论(0)
推荐(0)
2018年3月23日
shiyan
摘要:
阅读全文
posted @ 2018-03-23 11:12 瑾墨
阅读(332)
评论(0)
推荐(0)
2018年3月16日
123456
摘要:
阅读全文
posted @ 2018-03-16 11:13 瑾墨
阅读(147)
评论(0)
推荐(0)
2018年3月9日
C语言学生宿舍管理系统代码(可运行)
摘要: #include<stdio.h>#include<stdlib.h>#include<conio.h>#include<string.h>#include<windows.h>#include <malloc.h>#include<dos.h>#define len sizeof(struct d
阅读全文
posted @ 2018-03-09 18:29 瑾墨
阅读(8784)
评论(0)
推荐(0)
Java图形化界面实例:
摘要: package ss; import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.ItemEvent;import java.awt.e
阅读全文
posted @ 2018-03-09 18:28 瑾墨
阅读(841)
评论(0)
推荐(0)
操作系统实验一(瑾墨)
摘要: 基础篇: #include<stdio.h>#include<dos.h>#include<stdlib.h>#include<conio.h>#define SCR 0x10void cls(void){ union REGS r; r.h.ah=6; r.h.al=0; r.h.cl=0; r.
阅读全文
posted @ 2018-03-09 10:52 瑾墨
阅读(209)
评论(0)
推荐(0)
2018年2月9日
HTML常用标签
摘要: 基础 格式 表单 标签描述 <form> 定义供用户输入的 HTML 表单。 <input> 定义输入控件。 <textarea> 定义多行的文本输入控件。 <button> 定义按钮。 <select> 定义选择列表(下拉列表)。 <optgroup> 定义选择列表中相关选项的组合。 <optio
阅读全文
posted @ 2018-02-09 18:13 瑾墨
阅读(168)
评论(0)
推荐(0)
公告