Struts Problem ReportStruts has detected an unhandled exception:Messages: Class: org.apache.struts2.components.template.TemplateEngineManager File: T....
分类:
其他好文 时间:
2015-09-23 00:58:44
阅读次数:
168
最近在做openwrt的平台,dns使用的是dnsmasq,但是通过板子上网,将PC的dns设置成板子的时候,发现百度等都可以,但是公司邮箱打不开。公司邮箱的域名xx-xx-notes.xxx.com.cn的形式,于是把dnsmasq的log打开看了下。终于找到问题所在。 打开dnsmasq log...
分类:
其他好文 时间:
2015-09-16 17:29:14
阅读次数:
3929
时钟源:HSE:外部时钟HSI16:可以直接用于系统时钟或者作为PLL输入。一般是1%精度HSI48:The HSI48 clock signal is generated from an internal 48 MHz RC oscillator and can be useddirectly f...
分类:
其他好文 时间:
2015-09-15 21:30:39
阅读次数:
340
python程序运行时间>>>importtime>>>start=time.clock()#runcode>>>end=time.clock()>>>end-start
分类:
编程语言 时间:
2015-09-15 14:56:52
阅读次数:
144
1、打开软件,新建工程,选择芯片信号,这里选择2、USART1使能选择“Asynchronous”模式: 3、配置“RCC”,High Speed Clock (HSE) 选择外部晶振 4、配置“SYS", 5、“Clock Configuration”选项,晶振填8M,选择“HSE”,HCLK填写...
分类:
其他好文 时间:
2015-09-15 10:53:50
阅读次数:
232
学习总结:自行学习如下命令命令格式,常用选项,示例,说明date、clock、hwclock、calls、cd、pwd、tty、whereis、whichstat、echo、shutdown、halt、reboot、poweoffwho、w、whoami1、date使用者:所有用户语法:date[参数]...[+格式]date[-u][-ddatestr][-sdatestr][--utc][..
分类:
系统相关 时间:
2015-09-14 19:37:11
阅读次数:
334
Hi all,I'm Zeon. Recently I got problems reported by pr2_dashboard such as IBPS 0-3 missing, smart battery 0.0-0.3 1.1-1.3 2.0-2.3 3.0-3.3 missing, c2...
分类:
其他好文 时间:
2015-09-13 16:03:22
阅读次数:
259
【简要题意】:第二个是数字系统的代表性的定义。而给了你这个号码系统提示的形式和十进制转换之间的关系。现在给你一些这样的系统。让你把它变成2二进制输出。【分析】:当中 base[k] = 2^(k+1)-1 = 2(2^k-1)+1 = 2base[k-1]+1// 200K 0Ms#include#...
分类:
其他好文 时间:
2015-09-12 14:42:11
阅读次数:
120
CSS3 transform是什么?transform的含义是:改变,使…变形;转换CSS3 transform都有哪些常用属性?transform的属性包括:rotate() / skew() / scale() / translate(,) ,分别还有x、y之分,比如:rotatex() 和 r...
分类:
Web程序 时间:
2015-09-12 09:36:40
阅读次数:
185
Transform字面上就是变形,改变的意思。在CSS3中transform主要包括以下几种:旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix。下面我们一起来看看CSS3中transform的旋转rotate、扭曲skew、缩放scale和移动trans...
分类:
Web程序 时间:
2015-09-12 00:42:19
阅读次数:
328