码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
Mac下eclipse 启动时出现An error has occurred. See the log file的问题
eclipse原来可以使用的好好的,装了多个版本的jdk后,打开eclipse出现An error has occurred. See the log file的问题,经过查找,可能原因之一是机子装了多于一个jdk,并且当前使用的这个jdk与eclipse使用的冲突导致,问题分析及其解决办法:1、使 ...
分类:系统相关   时间:2017-11-18 17:30:09    阅读次数:151
Hadoop自带Sort例子分析
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this... ...
分类:其他好文   时间:2017-11-16 17:18:17    阅读次数:144
Halcon算子翻译——endwhile
名称 endwhile- while循环的结束语句。 用法 endwhile( : : : ) 描述 endwhile是while循环的最后一个语句。 结果 endwhile总是返回2(H_MSG_TRUE)。 See also while 模块 Foundation HDevelop例程 whil ...
分类:其他好文   时间:2017-11-14 11:20:22    阅读次数:127
whl格式 和egg格式
python的egg文件有点像java中的jar文件,是一个工程打包文件,便于安装部署,仅此一点,给多少pythoner带来了多少激动。如何制作egg文件呢?see官方文档http://peak.telecommunity.com/DevCenter/PythonEggs,到http://pypi. ...
分类:其他好文   时间:2017-11-14 00:17:08    阅读次数:1080
activemq持久化配置,设置为主从模式(带复制的主从模式,应用mysql数据库)
配置文件如下<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with thi ...
分类:数据库   时间:2017-11-13 21:27:27    阅读次数:193
Palindrome Pairs
Naive Solution: Time: O(n^2*k) with n the total number of words in the "words" array and k the average length of each word: check each combination see ...
分类:其他好文   时间:2017-11-13 13:46:14    阅读次数:197
安装VM-tools
win10系统 VMware12 Ubuntu64位安装VM-tools时所遇到的提示信息: open-vm-tools are available from the OS vendor and VMware recommends usingopen-vm-tools. See http://kb. ...
分类:其他好文   时间:2017-11-12 11:04:15    阅读次数:211
图书管理系统(无中间件,用装饰器的)-----未基于FORM组件
目的:实现图书的增删改查 1、urls.py 1 """周末作业aaa用图书管理系统django实现 URL Configuration 2 3 The `urlpatterns` list routes URLs to views. For more information please see: ...
分类:其他好文   时间:2017-11-11 15:22:27    阅读次数:113
053-310
The RVPC user can do which of the following? (Choose all that apply.)A. Register databases if granted the register database privilegeB. See all databa ...
分类:其他好文   时间:2017-11-10 13:54:06    阅读次数:172
nginx做tcp代理
usernginx; worker_processesauto; error_log/var/log/nginx/error.log; pid/run/nginx.pid; #Loaddynamicmodules.See/usr/share/nginx/README.dynamic. include/usr/share/nginx/modules/*.conf; events{ worker_connections1024; } http{ log_formatmain‘$remote_addr-$remo..
分类:其他好文   时间:2017-11-08 19:57:13    阅读次数:159
2224条   上一页 1 ... 60 61 62 63 64 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!