码迷,mamicode.com
首页 >  
搜索关键字:“How are you    ( 33751个结果
批量注释 control+/
批量注释 control+/ You can comment and uncomment lines of code using Ctrl+斜杠.Ctrl+斜杠 comments or uncomments the current line or several selected lines wit ...
分类:其他好文   时间:2018-05-13 18:03:24    阅读次数:192
fiddler选项卡-Composer(构建请求)
Composer Composer支持手动构建http、https和ftp请求。点到composer选项卡界面,我们可以看到下面有一串英文。 use this page to compose a Request。you can clone a prior request by dragging an ...
分类:其他好文   时间:2018-05-13 16:53:13    阅读次数:963
git Please tell me who you are解决方法
在git创建项目时出现,是因为在创建git文件夹的时候信息不完善导致的下图是正确在git创建项目时出现,是因为在创建git文件夹的时候信息不完善导致的下图是正确1.git init2.git config user.name "someone"3.git config user.email "som ...
分类:其他好文   时间:2018-05-13 15:39:30    阅读次数:1129
java入门第九篇:异常及log4j的使用
[java的异常] 1.java中所有异常和错误的基类是Throwable * * Throwable * * Error Exception * (检查时异常) (运行时异常) * * 2.java中的异常分为运行时异常和检查时异常。 * 运行时异常表示RuntimeException以及所有子类 ...
分类:编程语言   时间:2018-05-13 13:52:11    阅读次数:230
linux fix the superblock by dumpe2fs fsck
It seems that you have a bad superblock. To fix this: Firstly, boot into a live CD or USB Find out your partition number by using Then, list all super ...
分类:系统相关   时间:2018-05-13 11:49:17    阅读次数:199
Area of Circles II(数论)
描述 There are two circles on the plane. Now you must to calculate the area which they cover the plane. For example, in Figure 1, the area of the red re ...
分类:其他好文   时间:2018-05-13 01:08:21    阅读次数:169
Study_Python3_Day1
Python的安装:请参考 https://blog.csdn.net/qq_29883591/article/details/52664478 若遇到lisense server问题,参考https://zhuanlan.zhihu.com/p/31689486 语言开篇信仰:Holle word ...
分类:编程语言   时间:2018-05-12 21:43:15    阅读次数:201
BuildTools Overview
SCons Pros: Based on a full-fledged programming language, Python. This means you can make the build system do pretty much anything you can figure out ...
分类:其他好文   时间:2018-05-12 17:34:58    阅读次数:179
HTTP与HTTPS的区别
什么是HTTP? MDN的描述: HTTP是一种能够获取如 HTML 这样的网络资源的 protocol(通讯协议)。它是在 Web 上进行数据交换的基础,是一种 client-server 协议,也就是说,请求通常是由像浏览器这样的接受方发起的。一个完整的Web文档通常是由不同的子文档拼接而成的, ...
分类:Web程序   时间:2018-05-12 16:21:39    阅读次数:242
20165324 Java实验四 Android程序设计
20165324 Java实验四 Android程序设计 一、实验报告封面 课程:Java程序设计 班级:1653班 姓名:何春江 学号:20165324 指导教师:娄嘉鹏 实验日期:2018年5月14日 实验时间:13:45 15:25 实验序号:24 实验名称:面向对象程序设计 二、实验内容 任 ...
分类:移动开发   时间:2018-05-12 16:18:07    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!