摘要:
# -*- coding: utf-8 -*- """ Created on Tue Jun 10 10:20:13 2014 @author: lifeix """ from collections import OrderedDict import time import os def cpui 阅读全文
posted @ 2017-06-22 16:05
yfceshi
阅读(1471)
评论(0)
推荐(0)
摘要:
我们知道Android系统应用程序通常是由多个Activity组成,而这些Activity以视图的形式展如今我们面前, 视图都是由一个一个的组件构成的。组件就是我们常见的Button、TextEdit等等。那么我们平时看到的Android手机中那些美丽的界面是怎么显示出来的呢?这就要用到Androi 阅读全文
posted @ 2017-06-22 14:28
yfceshi
阅读(192)
评论(0)
推荐(0)
摘要:
方法一:快捷键截图 对整个屏幕截图: PrintScreen 对活动窗体截图: Alt+PrintScreen 对随意矩形截图: Shift+PrintScreen 以上三个快捷键再加上Ctrl。就会默认复制截图到粘贴板 方法二:使用Screenshot 搜索并执行Screenshot $(func 阅读全文
posted @ 2017-06-22 13:37
yfceshi
阅读(400)
评论(0)
推荐(0)
摘要:
题目:最大三角形Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 121 Accepted Submission(s): 61 Problem De 阅读全文
posted @ 2017-06-22 12:16
yfceshi
阅读(2183)
评论(0)
推荐(0)
摘要:
题意: 给出n个非严格递增的整数(可能有负数),必须操作k次。每次能够把当中一个数变为它的相反数,使得终于的数列和最大。输出这个最大和。 考验怎样出坑数据卡自己的程序... #include <cstdio> const int maxn = 105; int n, k, num[maxn]; in 阅读全文
posted @ 2017-06-22 11:24
yfceshi
阅读(155)
评论(0)
推荐(0)
摘要:
假设你配置好了jre环境,你如今有一个打包好的jar文件,你能够这样子開始运行 java -classpath example.jar mainClass -classpath告诉虚拟机在哪里找类的字节码,顺便提一下虚拟机载入类是lazy载入的,仅仅实用到的时候才载入,虚拟机依照下面顺序进行搜索和载 阅读全文
posted @ 2017-06-22 11:23
yfceshi
阅读(2320)
评论(0)
推荐(0)
摘要:
转载请注明出处:http://blog.csdn.net/u012860063?viewmode=contents 题目链接:http://poj.org/problem?id=2965 欢迎光临天资小屋:http://user.qzone.qq.com/593830943/main Descrip 阅读全文
posted @ 2017-06-22 10:40
yfceshi
阅读(175)
评论(0)
推荐(0)
摘要:
原创BLog。转载请注明出处 http://blog.csdn.net/hello_hwc?viewmode=contents which命令 首先查看man which的说明 which - shows the full path of (shell) commands. 在$PATH文件夹下查找 阅读全文
posted @ 2017-06-22 09:53
yfceshi
阅读(186)
评论(0)
推荐(0)
摘要:
@requires_authorization @author johnsondu @create_time 2015.7.15 11:00 @url [add binary](https://leetcode.com/problems/add-binary/) /***************** 阅读全文
posted @ 2017-06-22 08:46
yfceshi
阅读(177)
评论(0)
推荐(0)

浙公网安备 33010602011771号