ubuntu14.10下安装simplescalar3.0
分类:
系统相关 时间:
2015-11-01 19:19:32
阅读次数:
425
搭建环境1. 安装genymotion模拟器 2. 安装WebServer3. 在sd卡的根目录下 防止WebInfos 文件夹ActionBar低版本和高版本用法不同低版本:1. 引用v7-appcompat2. Activity继承ActionBarActivity3. android:them...
分类:
其他好文 时间:
2015-11-01 19:19:15
阅读次数:
247
第一部分:实用的一些命令man –k man –k xxx 同命令apropos 将搜索whatis数据库,模糊查找关键字如果记不清楚工具或者函数的完整名字,可以考虑用-k参数,例如,查找和printf有关的帮助:man -k printf 结合管道使用: man –k xxx | grep xx....
分类:
其他好文 时间:
2015-11-01 19:18:08
阅读次数:
317
1. TitleSummary Ranges2. Http addresshttps://leetcode.com/problems/summary-ranges/3. The questionGiven a sorted integer array without duplicates, retu...
分类:
其他好文 时间:
2015-11-01 19:17:18
阅读次数:
247
1. TitleSubsets II2. Http addresshttps://leetcode.com/problems/subsets-ii/3. The questionGiven a collection of integers that might contain duplicates,...
分类:
其他好文 时间:
2015-11-01 19:18:18
阅读次数:
138
1. TitleSort Colors2. Http addresshttps://leetcode.com/problems/sort-colors/3. The questionGiven an array withnobjects colored red, white or blue, sor...
分类:
其他好文 时间:
2015-11-01 19:17:33
阅读次数:
180
“你到底是选择架子,还是选择骨子?”作为一名旁观者,一定会选择后者,给出的解释也很冠冕堂皇:“宁可做不出来,也不能不明不白地把项目交上去。”我打赌,能说出这种话是因为你现在不用交项目。试想一下,本来领导给了你一个月的时间,结果到现在只剩下短短几天的时间了,还是一点头绪都没有,自己做已然不可能。这时你...
分类:
其他好文 时间:
2015-11-01 19:18:24
阅读次数:
126
1、添加配置文件新建一个winform应用程序,类似webfrom下有个web.config,winform下也有个App.config;不过 App.config不是自动生成的需要手动添加,鼠标右健项目—〉添加—〉添加新项—〉添加 应用程序配置文件文件[App.Config]。2、配置文件如下3、...
分类:
移动开发 时间:
2015-11-01 19:17:33
阅读次数:
184
Spring创建对象的几种方式默认的构造静态工厂实例工厂一 :默认构造方法创建对象 1.applicationContext.xml 2.测试类package com.spring.createobject.method;public class HelloWo...
分类:
编程语言 时间:
2015-11-01 19:15:38
阅读次数:
184
1. TitleWord Ladder2. Http addresshttps://leetcode.com/problems/word-ladder/3. The questionGiven two words (beginWordandendWord), and a dictionary's w...
分类:
其他好文 时间:
2015-11-01 19:15:46
阅读次数:
141
2015-11-01今天突发奇想,如果css设为html{font-size:1px},那不就是不需要数值变换了,1px=1rem。后来亲自试了下,我想多了。原来谷歌浏览的默认字体是12px,就是说最小就是12px,如果你把font-size设为1px,它也不认你,所有低为12px的都按12px来算...
分类:
其他好文 时间:
2015-11-01 19:14:58
阅读次数:
204
在RHEL6.4上安装11gR2的RAC时,使用了MULTIPATH来聚合绑定多路径的磁盘,并且修改磁盘的权限,赋予grid:asmadmin用户和组。此时,在安装时可以发现磁盘,日志如下INFO: ... discoveryString = /dev/mapper/*INFO: Executing...
分类:
系统相关 时间:
2015-11-01 19:16:16
阅读次数:
1100
——————辛苦手写,转载请注明出处!——————*************华丽分割线*****************一、注意开发者账号:注意格式不能有一点错。二、下载证书;生成描述性文件;三、双击证书,描述性文件。如图:四、设置工程:1、设置、确定登陆的开发者号和申请的发布证书和描述性配置文件是...
分类:
移动开发 时间:
2015-11-01 19:14:41
阅读次数:
221
一、选择结构1.if 特点: 同一时刻,只有一个大括号里面的代码会被执行2,switch 特点 默认情况下,只有一个case后面的代码会被执行 如果一个case后面没有break,而且这个case成立,就会被顺序执行后面所有case中的语句,知道遇到break为止 如果要在case后面定义...
分类:
其他好文 时间:
2015-11-01 19:15:39
阅读次数:
151
1. TitleWord Search2. Http addresshttps://leetcode.com/problems/word-search/3. The questionGiven a 2D board and a word, find if the word exists in the...
分类:
其他好文 时间:
2015-11-01 19:14:52
阅读次数:
183
设计思路:1.用radom函数产生随机数放在数组中;2.用循环语句进行随机数相加,得到相应的结果。3.调用JOptionPane类输出相应的结果。流程图:源程序代码:importjavax.swing.JOptionPane.*;publicclass number {publicstaticvoi...
分类:
其他好文 时间:
2015-11-01 19:14:04
阅读次数:
244
1. TitleTwo Sum2. Http addresshttps://leetcode.com/problems/two-sum/3. The questionGiven an array of integers, find two numbers such that they add up ...
分类:
其他好文 时间:
2015-11-01 19:15:34
阅读次数:
113