今天在做程序的时候出现了一个could not find a getter for ... in class ...的错误,debug模式测试下了好久都没有找到为什么,懊恼不已,后来偶然改了一下方法名居然就没有报错,我认真研究了一下,发现了一个奇怪的现象,如果方法名出现连续2个大写字母,myecli ...
分类:
编程语言 时间:
2016-04-18 06:24:08
阅读次数:
165
问题1:我创建了一个硬链接文件,但是我不知道放在那里了,请问怎么办?思路:查找文件可以利用find命令。硬链接的特性,不会跨文件系统,所以源文件在哪个文件系统中,就在那里找硬链接文件和源文件具有相同的inode号,可以利用find的-inum参数和-samefile参数来查找。-inum参..
分类:
系统相关 时间:
2016-04-17 23:29:31
阅读次数:
892
Humans aren't the only creatures who love junk food—many animals are known to enjoy sifting through our garbage to find edible treats.
And now we learn that some storks have stopped migrating from Eu...
分类:
其他好文 时间:
2016-04-17 22:49:20
阅读次数:
210
Description: Given a binary tree, find all paths that sum of the nodes in the path equals to a given number target. A valid path is from root node to ...
分类:
其他好文 时间:
2016-04-17 21:59:13
阅读次数:
198
STL中的string有6个查找函数: 1.find() 2.rfind() 从最后一个字符开始往前找。 3.find_first_of() 4.find_not_first_of() 5.find_last_of() 6.find_not_last_of() 所有这些查找函数返回值都是size_t ...
分类:
编程语言 时间:
2016-04-17 17:28:39
阅读次数:
188
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array whic ...
分类:
编程语言 时间:
2016-04-17 13:06:58
阅读次数:
297
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng ...
分类:
其他好文 时间:
2016-04-17 11:37:10
阅读次数:
158
单用户模式: 启动三秒之内 随意输出按键 启动三秒之内 随意输出按键 中间一行按键E 编辑最后一行加上1 或者 single 或大小 s b 之后执行命令runlevel ?reboot 编辑最后一行加上1 或者 single 或大小 s b 之后执行命令runlevel 救援模式: 进入BIOS ...
分类:
其他好文 时间:
2016-04-17 06:26:11
阅读次数:
311
linux下find和locate文件查找命令详解文件查找命令:locate命令特点1.非实时,模糊匹配,查找是根据全系统文件数据库进行的;2.updatedb,手动更新生成文件数据库,默认第天凌晨4点02分更新数据库3.速度快find命令特点:1.实时2.精确3.支持众多查找标准4.搜索指定目录中的所有文..
分类:
系统相关 时间:
2016-04-17 01:02:38
阅读次数:
251
一,脚本#!/bin/shDIR=/data/ascenlink/logs#T=`find$DRI/*-typef-mtime+365`#rm-rf$TI=$(df-h|grep-vdata2|awk‘/data/{gsub("‘%‘","");print$4}‘)if[$I-gt95];thenmv$DIR/*.tar.gz/data2/backuplogecho"NoenoughFreeDiskSpaceforbackup">>/home/ascenlink/backuperror.l..
分类:
系统相关 时间:
2016-04-17 00:54:11
阅读次数:
333