码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
HDoj 1004 Let the Balloon Rise
Problem DescriptionContest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guess ...
分类:其他好文   时间:2020-02-01 16:05:23    阅读次数:66
[Tools] Install npm packages globally without sudo on macOS and Linux
1 . Create a directory for global packages mkdir "${HOME}/.npm-packages" 2. Tell npm where to store globally installed packages npm config set prefix ...
分类:系统相关   时间:2020-01-27 23:54:07    阅读次数:140
寒假学习进度报告1
因为电脑装了太多软件,卡顿对操作十分不便,我决定利用假期自己装系统。 每次装系统都要花钱找电脑店,这让我一个学计算机的学生很羞耻,都不好意思说自己是软件工程的学生。 早就准备好了启动盘,用微pe制作了启动环境。在 i tell you 网站上下载了win10镜像,移动到了启动u盘上。 接下来u盘插电 ...
分类:其他好文   时间:2020-01-25 20:40:12    阅读次数:64
PAT Advanced 1065 A+B and C (64bit) (20分)
Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line of the input gives the positive nu ...
分类:其他好文   时间:2020-01-20 09:30:50    阅读次数:92
How to Use Verbose Options in Java
When running a Java program, verbose options can be used to tell the JVM which kind of information to see. JVM suports three verbose options out of th ...
分类:编程语言   时间:2020-01-03 12:02:28    阅读次数:72
09-01 面向对象编程
[TOC]一对象的概念”面向对象“的核心是“对象”二字,而对象的精髓在于“整合“,什么意思?所有的程序都是由”数据”与“功能“组成,因而编写程序的本质就是定义出一系列的数据,然后定义出一系列的功能来对数据进行操作。在学习”对象“之前,程序中的数据与功能是分离开的,如下#数据:name、age、sexname=‘lili‘age=18sex=‘female‘#功能:tell_infodeftell_
分类:其他好文   时间:2019-12-31 01:02:37    阅读次数:53
git的聪明用法
下面是针对第一次使用git上传项目代码到GitHub上的步骤注意,对于新用户来说,接下来是重点,若这一步没有通过的话;秘钥没有认证完成,就不能上传文件,这个已经踩坑了,如果没做这一步,系统会一直英语提示tell who are you。 1.邮箱注册 在git bash界面输入如下内容即可完成邮箱的 ...
分类:其他好文   时间:2019-12-29 15:06:18    阅读次数:95
apple script open finder
#!/bin/bash osascript <<EOD tell application "Finder" activate make new Finder window to home end tell ...
分类:移动开发   时间:2019-12-26 19:13:33    阅读次数:113
第十二周《信息安全专业导论》学习总结
教材学习内容总结 了解了最重要的东西 信息安全的准确定义 三个性质:保密性,完整性,可用性。 了解了利用生物特征认证的利与弊。明白了验证码的作用,验证码(CAPTCHA)是“Completely Automated Public Turing test to tell Computers and H ...
分类:其他好文   时间:2019-12-22 22:54:03    阅读次数:129
1065 A+B and C (64bit) (20分)(水)
Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line of the input gives the positive nu ...
分类:其他好文   时间:2019-12-19 16:08:27    阅读次数:76
578条   上一页 1 ... 3 4 5 6 7 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!