码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
修改ubuntu终端字体
在使用ubuntu 14.04 LTS自带的终端的时候,我特别想把终端里的字体改成ubuntu字体,因为编程的时候,ubuntu的英文字体十分漂亮,但是在“Edit –> Profile Preferences –> General –> Font”下修改字体的时候只看见了诸如“ubuntu mono”这样的字体,找不到纯“ubuntu”字体,这个时候,你可以在终端中输入以下指令(输入指令之前,我的...
分类:系统相关   时间:2015-04-03 09:19:34    阅读次数:598
MyEclipse配置教程
在第一次使用MyEclipse时,我们需要通过配置才可以使用。在我们的编程过程中,java我们一般都是使用万国码也就是UTF-8这个字符编码。可以设置好,防止乱码的出现。General --> Workspace --> UTF-82. General --> Editors --> Associa...
分类:系统相关   时间:2015-04-02 23:47:09    阅读次数:219
eclipse技巧2-关于Python字符问题的设置
1、Eclipse的设置(1)window->preferences->general->editors->text editors->spelling->encoding->UTF-8,编辑器的编码格式(2)window->preferences->general->workspace->text...
分类:编程语言   时间:2015-04-02 20:40:34    阅读次数:126
mysql创建数据库(指定编码)
如下脚本创建数据库yourdbname,并制定默认的字符集是utf8。CREATE DATABASE IF NOT EXISTS yourdbname DEFAULT CHARSET utf8 COLLATE utf8_general_ci;如果要创建默认gbk字符集的数据库可以用下面的sql:cr...
分类:数据库   时间:2015-04-02 14:42:00    阅读次数:155
C++的常引用
Reference to const We can bind a reference to const to a nonconst object, a literal, or a more general expression: ????int?i?=?42; const?int?&r1?=?i; //bind?a?const?int&?to?a...
分类:编程语言   时间:2015-04-01 23:58:41    阅读次数:357
myeclipse 10 优化
myeclipse 10 优化博客分类:开发软件一、Myeclipse10修改字体 MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉 Appearance->Colors and Fonts 中并没有找到Courier New字体...
分类:系统相关   时间:2015-04-01 21:42:14    阅读次数:302
Mysql插入中文记录乱码
1、修改配置文件my.ini设置编码方式为utf-8[client]default-character-set=utf8 [mysqld]character-set-server=utf8 collation-server=utf8_general_ci init_connect=’SET NAME...
分类:数据库   时间:2015-04-01 16:56:07    阅读次数:198
rabbitmq使用方法(一)
IntroductionRabbitMQ is a message broker. The principal idea is pretty simple: it accepts and forwards messages.RabbitMQ, and messaging in general, us...
分类:其他好文   时间:2015-04-01 00:00:57    阅读次数:580
Flash Builder trace()方法在控制台没有输出解决方法
首先将flash运行的浏览器改为IE,不然会出错,window->preferences->general->web broswer,然后选择IE。Flash Builder 的Debug模式下使用trace()方法在Console中输出需要用到flashplayer的Debug版本,下载地址:h....
分类:其他好文   时间:2015-03-31 23:48:19    阅读次数:126
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_100_CI_AS" in the equal to operation.
ErrorMessageCannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_100_CI_AS" in the equal to operation.查看SQ...
分类:数据库   时间:2015-03-31 23:39:24    阅读次数:1595
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!