码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
创建mysql utf8数据库
GBK: createdatabase test2 DEFAULTCHARACTERSET gbk COLLATE gbk_chinese_ci;UTF8: CREATEDATABASE `test2` DEFAULTCHARACTER SET utf8COLLATE utf8_general_ci...
分类:数据库   时间:2015-01-30 17:10:42    阅读次数:166
用普通PC主板的蜂鸣器给树莓派(RPI)加个报警器
这两天有点时间,捣鼓了下那闲置好久的树莓派,把普通PC主板的蜂鸣器作为树莓派的报警器用。Raspberry Pi有许多的GPIO(General Purpose Input Output:通用输入/输出),可以用来控制和读取数字电路中TTL电平的逻辑0和逻辑1。我们要使用RPi的GPIO首先要知其G...
分类:其他好文   时间:2015-01-30 15:31:01    阅读次数:778
zend studio-字体大小设置
在使用zend studio的过程中为了方便我们编码,很多时候需要设置编码的字体的大小,设置步骤如下:选择【Windows】-【preference】-【general】-【appearance】-【colors and fonts】选择【basic】-【text font】然后来进行设置。
分类:其他好文   时间:2015-01-29 12:14:34    阅读次数:222
eclipse使用技巧2——快捷设置
1、设置行号: a) 打开Windows-》preferences-》General-》Editors-》Text Editors;选中Show line numbers。   2、打造更强大的代码提示: a) 打开Windows-》preferences-》java->Editor->Content Assist, b) 将Auto activation activation trig...
分类:系统相关   时间:2015-01-28 19:47:47    阅读次数:226
General Palindromic Number (进制)
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number...
分类:其他好文   时间:2015-01-28 14:24:46    阅读次数:110
开源库
通用库/General LibraryOpenCV无需多言。RAVLRecognition And Vision Library. 线程安全。强大的IO机制。包含AAM。CImg很酷的一个图像处理包。整个库只有一个头文件。包含一个基于PDE的光流算法。图像,视频IO/Image, Video IOF...
分类:其他好文   时间:2015-01-28 12:49:04    阅读次数:158
redis源码学习(客户端)
大概介绍 redis 客户端设计主要是存储客户的链接,请求,请求解析的命令,执行结果。先看server的结构和client的结构,server里面有多个client,相当于一个服务端可以连多个客户端,服务端根据事件触发模式依次处理客户端的请求。 server结构 struct redisServer { /* General */ // 配置文件的绝对路径 cha...
分类:其他好文   时间:2015-01-27 23:35:08    阅读次数:1166
Cannot resolve the collation conflict between "Latin1_General_CI_AI" and "Chinese_PRC_CI_AS" in the equal to operation
今天查询二个db,出现这个错误,二种方法,一种是把db里的collation改成一样的;如果不方便可以直接在sql语句后面转一下: select * from table where crm_mscrm.dbo.imei.imei_no = csmrep.crmextdb.dbo.imei.imei...
分类:其他好文   时间:2015-01-27 23:06:28    阅读次数:777
Head File
Notes from C++PrimerIn general, head file includes: class definition, declaration of extern variable and declaration of function.1. Head file is used ...
分类:其他好文   时间:2015-01-27 13:01:17    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!