在Package Explorer顶部的右侧有有机表图标按钮, 点击倒三角 Top Level Elements->Working Set。此时就会发现,很多项目会自动纳入一个文件夹,这个文件夹的名字叫做other Projects,这是默认的 如果想自己建立自己的文件夹,点击倒三角,Configu ...
分类:
系统相关 时间:
2016-05-18 01:38:33
阅读次数:
309
importcom.it18zhang.com.other.PersonclassJarDemo{publicstaticvoidmain(String[]args){Personp=newPerson();}}javac-cpbirthday.jarJarDemo.javajavaJarDemo//会报错没有类定义java-cpbirthday.jar;.JarDemo只有用点指定当前的源码与Jarjavac-cplib/birthday.jar;classes\-d..
分类:
编程语言 时间:
2016-05-17 22:47:17
阅读次数:
194
learn the auth of Linux. Generally, r-x w: write , modify and delete -2 r: read -4 x: execute -1 A file has 3 auth show: -owner -group -other 当时用sudo的 ...
分类:
系统相关 时间:
2016-05-17 21:18:21
阅读次数:
272
Given a nested list of integers, implement an iterator to flatten it.Each element is either an integer, or a list – whose elements may also be integers or other lists.Example 1:
Given the list [[1,1],...
分类:
其他好文 时间:
2016-05-16 13:02:27
阅读次数:
159
With endsWith && startsWith, you can easily find out whether the string ends or starts with some other string: example: So you don't need to write reg ...
分类:
编程语言 时间:
2016-05-16 07:05:24
阅读次数:
266
一、上回说到说到Linux的shell指令运行的原理,这回我们来看看Linux中shell的权限管理,所谓的“权限”是指某一类人做某一件事的权利。在shell中这一类人被分为了三种:(1)文件拥有者user(2)文件拥有组group(3)其他人other每一类人对应了三种权限:读r,写w,执行x我们来..
分类:
系统相关 时间:
2016-05-16 00:30:51
阅读次数:
378
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:
其他好文 时间:
2016-05-15 21:23:56
阅读次数:
192
importconsole;
console.setTitle("音乐目录查询");
varTabSR={
BOA="vivid";
SHE="starline";
M2M="prettyboy";
fir="lydia"
}
varTabPath={
BOA="G:\other\music\boa";
SHE="G:\other\music\SHE";
M2M="G:\other\music\M2M";
fir="G:\other\music\FIR";
}
do{
..
分类:
其他好文 时间:
2016-05-15 20:01:30
阅读次数:
111
在官网下载,tarball 下载链接 http://www.sublimetext.com/3 提示信息: Ubuntu 64 bit - also available as a tarball for other Linux distributions. 一定要下载tarball tar jxvf ...
分类:
其他好文 时间:
2016-05-14 18:33:24
阅读次数:
176
确认应用需要像游戏或者视频应用一样保持屏幕处于开启状态。最好的方式是在Activity中使用FLAG_KEEP_SCREEN_ON。(and only in an activity, never
in a service or other app component)。
For example:
publicclassMainActivityextendsActivi...
分类:
移动开发 时间:
2016-05-13 14:42:22
阅读次数:
187