码迷,mamicode.com
首页 >  
搜索关键字:unknown    ( 2155个结果
invalid configuration x86_64-unknown-linux-gnu' machine x86_64-unknown' not recognized
前两天在装机器软件的时候,出现了下面的错误,[html]viewplaincopyinvalidconfigurationx86_64-unknown-linux-gnu‘machinex86_64-unknown‘notrecognized在网上查了半天,解决方案有三个:1.把/usr/share/libtool/config.guess覆盖到相关软件自带的config.guess把/usr/share/li..
分类:系统相关   时间:2017-04-14 10:43:55    阅读次数:419
Spring初学之annotation实现AOP前置通知、后置通知、返回通知、异常通知。
实现两个整数的加减乘除、在执行每个方法之前打印日志。 ArithmeticCalculator.java: ArithmeticCalculatorImpl.java: LoggingAspect.java: ApplicationContext.xml: 测试: 输出: ...
分类:编程语言   时间:2017-04-13 16:53:54    阅读次数:271
H2数据库使用
H2数据库使用 H2数据库介绍 H2的优势: 1、h2采用纯Java编写,因此不受平台的限制。 2、h2只有一个jar文件,十分适合作为嵌入式数据库试用。 3、性能和功能的优势 H2和各数据库特征比较。 准备工作 1、h2-2011-04-04.zip 下载地址:http://www. 2、解压文件 ...
分类:数据库   时间:2017-04-13 13:39:18    阅读次数:426
Flink – SlotSharingGroup
SlotSharingGroup 表示不同的task可以共享slot,但是这是soft的约束,即也可以不在一个slot 默认情况下,整个StreamGraph都会用一个默认的“default” SlotSharingGroup,即所有的JobVertex的task都可以共用一个slot /** * ... ...
分类:其他好文   时间:2017-04-13 12:35:48    阅读次数:347
gitk更改主题设置打不开
? project git:(master) gitk Error in startup script: unknown color name "lime" (processing "-fill" option) invoked from within "$progresscanv create r... ...
分类:其他好文   时间:2017-04-13 10:20:39    阅读次数:143
Codeforces Round #408 (Div. 2) A
Description Zane the wizard had never loved anyone before, until he fell in love with a girl, whose name remains unknown to us. The girl lives in hous ...
分类:其他好文   时间:2017-04-12 23:44:42    阅读次数:413
33. Search in Rotated Sorted Array(C++)
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You a ...
分类:编程语言   时间:2017-04-12 04:35:26    阅读次数:138
python使用代理访问服务器
python使用代理访问服务器主要有一下3个步骤: 1.创建一个代理处理器ProxyHandler: proxy_support = urllib.request.ProxyHandler(),ProxyHandler是一个类,其参数是一个字典:{ '类型':'代理ip:端口号'} 什么是Handl ...
分类:编程语言   时间:2017-04-11 11:03:33    阅读次数:213
Tomcat启动出现:Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/SpringMvc]]解决办法
出现如上报错信息: 原因:web.xml中有一些Filter mapping specifies an unknown filter 可以说明有一些过滤器没有找到导致的错误 解决办法: 寻找xml中的过滤器是不是没有完全匹配上,或者没有被定义 ...
分类:编程语言   时间:2017-04-09 12:45:23    阅读次数:6283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!