解决方法:
在eclipse.ini文件中加入 -Dorg.eclipse.swt.browser.DefaultType=mozilla
解决IDE的自动补齐函数和变量的浏览插件缺省要用mozilla。
报错文档:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (...
分类:
系统相关 时间:
2014-12-05 12:47:14
阅读次数:
344
使用crontab -e添加定时任务时,遇到如下错误“Error detected while processing /root/.vimrc:”:
[root@~]# crontab -e
Error detected while processing /root/.vimrc:
line 30:
E518: Unknown option: fdm=syntax
line 34:
E5...
分类:
系统相关 时间:
2014-12-04 23:17:43
阅读次数:
1410
个人学习笔记递归是指函数调用自己本身。想知道什么是递归,首先你得知道什么是递归。下面是一个显示当n为不同值时运行时间的小程序#include #include using namespace std;clock_t start = clock(); int f(long int num){ if(....
分类:
其他好文 时间:
2014-12-04 17:40:36
阅读次数:
165
2D transform支持4种变形方式和矩阵, 多种变形函数以空格隔开:1. 移动 translate(+-xOffset, yOffset) +右移-左移2. 缩放 scale(0.01~0.99| >1) 0.01~0.99为缩小,>1为放大3. 翻转 skew()4. 旋转...
分类:
Web程序 时间:
2014-12-03 01:41:59
阅读次数:
131
外设频率是一个比较难把握的知识,请按照我的理解 不可相信其他教程晶振位12MHZ配置system_LPC17xx.c 参数值如下:#define CLOCK_SETUP 1#define SCS_Val 0x00000020 //系统时钟源 ->12M晶振#defi...
分类:
其他好文 时间:
2014-12-02 17:14:32
阅读次数:
284
参考 :http://blog.csdn.net/aminfo/article/details/7909402
环境:Android Developer Tools Build: v22.6.2-1085508
写了一个opengl es2.0的程序,想用模拟器运行一下,居然出现Emulator without GPU emulation detected 的错误。网上搜索了一下,说是...
分类:
移动开发 时间:
2014-12-02 16:39:29
阅读次数:
183
Transform字面上就是变形,改变的意思。在CSS3中transform主要包括以下几种:旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix。下面我们一起来看看CSS3中transform的旋转rotate、扭曲skew、缩放scale和移动trans...
分类:
Web程序 时间:
2014-12-02 16:36:46
阅读次数:
273
时区设置: ??????? 开始设置时区时,参考网上的资料,使用tzselect 命令来进行,结果发现tzselect命令只是告诉了设置时区的方法,而并不是真的去修改/etc/sysconfig/clock这个文件。换句话说就是tzselec...
分类:
编程语言 时间:
2014-12-01 14:26:07
阅读次数:
216
Linear Technology's recently introduced LTC4300 chip buffers I2C clock and data lines to and from a hot-swappable card. This task is difficult because...
分类:
其他好文 时间:
2014-11-28 15:46:27
阅读次数:
325
nginx定时任务完成日志切割 date -d yesterday date -s ‘2014-11-27 08:55:00‘ clock -w date -d yesterday +%Y%m%d --日志脚本 #!/bin/bash base_path=‘/usr/local/nginx/logs‘ log_path=$(date -d yesterday +...
分类:
其他好文 时间:
2014-11-27 22:13:41
阅读次数:
705