码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
ubuntu server 启用mysql日志
1.要启动mysql日志,你就要找到mysql 核心的文件my.cnf (路径:/etc/mysql)在命令窗口输入:cd /etc/mysql在命令窗口输入:ls你就可以看到my.cnf文件,输入sudo vim my.cnf 编辑此文件 找到下面的内容,把#删除。#general_log_fi....
分类:数据库   时间:2015-06-03 17:07:21    阅读次数:111
Project Euler:Problem 31 Coin sums
In England the currency is made up of pound, £, and pence, p, and there are eight coins in general circulation: 1p, 2p, 5p, 10p, 20p, 50p, £1 (100p) and £2 (200p). It is possible to make £2 in the...
分类:其他好文   时间:2015-06-03 12:00:39    阅读次数:114
Eclipse Basic
【调整字体大小】 window-> preference-> General-> Appearance-> colors and fonts-> Basic把字体调大点【跳转】 F3,或者直接按住ctrl键用鼠标点击要访问的类名。 Alt + Left 即可返回。
分类:系统相关   时间:2015-06-02 14:41:00    阅读次数:197
SQL查询初学者指南读书笔记(三)值表达式介绍
Intro Value  expression,itcontains column names, literal values, functions, orother value expressions   The type of data TheSQL Standard defines seven general categories of types of data—c...
分类:数据库   时间:2015-06-02 13:32:04    阅读次数:174
Python3学习之一环境搭建
Python是一种面向对象、解释型计算机程序设计语言,由Guido van Rossum于1989年底发明,第一个公开发行版发行于1991年,Python 源代码同样遵循 GPL(GNU General Public License)协议 。Python语法简洁而清晰,具有丰富和强大的类库。它常被昵...
分类:编程语言   时间:2015-06-02 12:41:30    阅读次数:415
MyEclipse6.5的快捷键Alt+/设置
在MyEclipse6.5的快捷键中把我们习惯性使用的Alt+/进行代码自动补齐的快捷键改为了ctrl+空格,大家知道这是我们切换中英文输入法的键,所以我们需要更改这个快捷键,方法如下:1.选择MyEclipse6.5菜单栏中的Window->preferences;2.选择General->key...
分类:系统相关   时间:2015-06-01 13:00:49    阅读次数:188
[算法]A General Polygon Clipping Library
A General Polygon Clipping LibraryVersion 2.32 http://www.cs.man.ac.uk/~toby/alan/software/gpc.html Alan Murta Advanced Interfaces Group Department of...
分类:编程语言   时间:2015-05-31 23:05:11    阅读次数:255
Eclipse字体修改设置
修改字体 Window -> Preferences -> General -> Appearences -> Colors and Fonts 选择java选项,看到Java Editor Text Font 然后点右边的Edit按钮修改字体 在字体中选择Verdana字体,默认字体为:Conso...
分类:系统相关   时间:2015-05-29 11:26:43    阅读次数:140
Eclipse中配置weka,以及添加算法
Eclipse中配置weka 1找到weka的安装位置,寻找weka的压缩文件weka-src.jar,将压缩文件解压,解压出的文件夹weka-src。 2 打开Eclipse,新建Java project项目weka。 3 选中包src,右击导入,选择General,选择文件系统,选择程序(...
分类:编程语言   时间:2015-05-28 17:48:33    阅读次数:278
XML
一、使用 1) Copy the NativeXml files from the NativeXml directory into your project folder. Copy additional files in the General directory to your project...
分类:其他好文   时间:2015-05-28 13:48:13    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!