eclipse和sts比较新的版本中字体默认是Consolas,这种字体文字比较小。这个可以调整到没所谓,但是中文字太小了,一旦用注释。。。。眼睛没办法直视。
一直习惯&喜欢的字体是Courier New。没办法去设置字体。
点开window--》perferences
General-->Colors and Fonts-->Basic-->Text Font...
分类:
系统相关 时间:
2015-03-30 16:30:47
阅读次数:
263
char Dec2HexChar(short int n)
{
if ( 0 <= n && n <= 9 ) {
return char( short('0') + n );
} else if ( 10 <= n && n <= 15 ) {
return char( short('A...
分类:
编程语言 时间:
2015-03-30 16:31:54
阅读次数:
163
题目如下:You are given two eggs, and access to a 100-storey building. Both eggs are identical. The aim is to find out the highest floor from which an egg will not break when dropped out of a window from th...
分类:
其他好文 时间:
2015-03-30 16:31:05
阅读次数:
160
#pragma once
#include
#include
#include
using namespace std;
class strCoding
{
public:
strCoding(void);
~strCoding...
分类:
编程语言 时间:
2015-03-30 16:30:05
阅读次数:
152
problem:
Given a collection of numbers, return all possible permutations.
For example,
[1,2,3] have the following permutations:
[1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2],
and [3,2,...
分类:
其他好文 时间:
2015-03-30 16:30:01
阅读次数:
135
设计到网络请求的地方一般都需要用到线程,C++11标准中增加了thread,下面是最简单的一个线程使用示例。
#include
#include
void thread_task()
{
std::cout << "thread task" << std::endl;
}
int main()
{
std::thread t(thread_task);
...
分类:
编程语言 时间:
2015-03-30 16:29:33
阅读次数:
150
//判断是否为整形:
- (BOOL)isPureInt:(NSString*)string{
NSScanner* scan = [NSScanner
scannerWithString:string];
int val;
return[scan scanInt:&val] && [scan
isAtEnd];
}
//判断是否为浮点...
分类:
移动开发 时间:
2015-03-30 16:30:29
阅读次数:
189
已知三个升序整数数组a[l], b[m]和c[n]。请在三个数组中各找一个元素,是的组成的三元组距离最小。三元组的距离定义是:假设a[i]、b[j]和c[k]是一个三元组,那么距离为:
Distance = max(|a[ I ] – b[ j ]|, |a[ I ] – c[ k ]|, |b[ j ] – c[ k ]|)
请设计一个求最小三元组距离的最优算法,并分析时间复杂度。...
分类:
其他好文 时间:
2015-03-30 16:28:33
阅读次数:
142
??
Android系统(Android 4.4 或以上)自带有录屏(动态截屏)功能,基于命令行。
具体方法是:
adb shell screenrecord /sdcard/myrecord.mp4
这段命令在控制台执行后,Android系统将立即对设备的屏幕录制屏幕的视频。adb shell screenrecord 是执行录屏;sdcard/myrecord.mp4 是视频文件存放的...
分类:
移动开发 时间:
2015-03-30 16:31:08
阅读次数:
332
创建一个窗体,上面有两个下拉列表,一个为学院下拉列表,一个为专业下拉列表,
要求用户选择某个院系以后,专业下拉列表中的选项相应进行更新。
软件学院:软件开发,软件测试,网络工程
外语学院:英语,日语,法语
管理学院:工商管理,会计,市场营销import java.awt.Container;
import java.awt.Dimension;
import java.awt.FlowLa...
1.范围的作用,看看一下结构体:
[plain] view plaincopy
typedef struct _NSRange {
unsigned int location;
unsigned int length;
}N...
分类:
移动开发 时间:
2015-03-30 16:30:36
阅读次数:
130
自定义的常用文件与目录操作函数库,在win和linux平台做了跨平台的处理。(跨平台的处理可以作为参考比较。在win下目录的符号可以是\或者/,但是在linux下只能是/。)
下面给出的是源文件,实现接口函数的代码。每个接口函数都有很详细的功能说明。
/* 判断文件或目录是否存在
* 在操作系统中,目录也是一个文件,如果要判断一个目录是否存在则应当使用DirectoryExists,...
分类:
其他好文 时间:
2015-03-30 16:28:07
阅读次数:
135
题目链接:http://acm.zjut.edu.cn/onlinejudge/problem.php?cid=1101&pid=8
题面:
Problem I: no2
Time Limit: 1 Sec Memory Limit: 32 MB
Submit: 342 Solved: 23
[Submit][Status][Web
Board]
Descrip...
分类:
其他好文 时间:
2015-03-30 16:27:40
阅读次数:
135
一、线程状态涉及的CLR类1)Process 类提供对本地和远程进程的访问并使您能够启动和停止本地系统进程 GetCurrentProcess 获取新的 Process 组件并将其与当前活动的进程关联。 2)ProcessThread 类使用 ProcessThread 来获取系统上当前运行的线程的信息。 例如,这样做将使您能够监视线程的性能特性。线程是沿程序执行的路径。 它是 Win32 安排...
分类:
Web程序 时间:
2015-03-30 16:30:04
阅读次数:
304
题目:
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly once and w...
分类:
其他好文 时间:
2015-03-30 16:27:29
阅读次数:
114
Discuz X3.1微信打通后,手机上发布回复时出现提示:“您的请求来路不正确或表单验证串不符,无法提交”问题的解决:找到网站目录下\source\class\helper\helper_form.php:在此行下面增加红色文字所标注部分即可。 if($allowget || ($_SERVER['REQUEST_METHOD'] == 'POST' && !empty($_GET['for...
分类:
微信 时间:
2015-03-30 16:26:46
阅读次数:
615
设计如下GUI界面:(当用户点击“完成”按钮后,把姓名、性别、兴趣等信息显示在文本区域中,点击“取消”按钮后,所有组件回复到初始状态)import java.awt.Button;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;...