码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
Eclipse 修改java文件字体大小,xml文件字体大小
java文件字体大小:1. Window---> preferences ---> General ---> Appearance ---> Java ---> Java Editor Text Fontxml文件字体大小:1. Window---> preferences ---> General...
分类:编程语言   时间:2014-12-02 14:43:27    阅读次数:121
CV&AR库
这个页面力图搜集各种跟CV,AR相关的代码,如无特别声明,均是c/c++代码。还是一贯的标准,不求全面,只求质量。如有特别推荐的代码,请在本页留言,或者email我:cvchina AT gmail.com通用库/General LibraryOpenCV无需多言。RAVLRecognition A...
分类:其他好文   时间:2014-12-02 13:28:48    阅读次数:367
phpmyadmin python mysql全部正常显示中文的关键
1. 建表、列时在phpmyadmin中将编码设置为utf8_general_ci2. python中使用sql连接时设定charset为utf8,注意不能是utf-8!例如:def Connect(): con = MySQLdb.connect(host=HOST,user=USER,pa...
分类:数据库   时间:2014-12-01 20:33:52    阅读次数:201
Ubuntu eclipse 命令补全失效 (转载)
我的eclipse 3.4,从ibm网站上下载解压后使用。发觉自动补全功能(alt + /)失效。解决的办法:1、(eclipse)window --> preferences --> General --> keys或者直接在preferences中输入keys,把“word completion...
分类:系统相关   时间:2014-11-30 13:48:50    阅读次数:146
JSP页面调用js中文乱码
jsp中第一句:html中加上通常这样就没有问题了。 .再者: 导入js时候设置一下charset但要保证一点就是: 所有的编码方式要保证一致。再不行:eclipse中js中文乱码解决...可依次选择"window">>"preferences">>"general">>"content types...
分类:Web程序   时间:2014-11-30 06:15:38    阅读次数:223
uva 12356 Army Buddies 树状数组解法 树状数组求加和恰为k的最小项号 难度:1
Nlogonia is fighting a ruthless war against the neighboring country of Cubiconia. The Chief General of Nlogonia's Army decided to attack the enemy wit...
分类:编程语言   时间:2014-11-29 06:40:09    阅读次数:284
mysql utf8_bin跟utf8_general_ci的区别
ci是 case insensitive, 即 "大小写不敏感", a 和A 会在字符判断中会被当做一样的;bin 是二进制, a 和 A 会别区别对待.例如你运行:SELECT * FROM table WHERE txt = 'a'那么在utf8_bin中你就找不到 txt = 'A' 的那一行...
分类:数据库   时间:2014-11-27 12:38:08    阅读次数:186
MM 后台配置
一、全局配置1、一般配置 SPRO->SAP NETWEAVER -> GENERAL SETING ->SET COUNTRIES A、设置国家 (cn) ,需要设置日期格式和十进制小数格式,其他不需要设置 B、定义区域,也就是地区编号 C、设置国家的特定检查,注意长度和检查规则,还有下面的进一步...
分类:其他好文   时间:2014-11-26 20:50:05    阅读次数:219
unix man
Following 8 sections are available in the man page.General commandsSystem callsC library functionsSpecial files (usually devices, those found in /dev)...
分类:其他好文   时间:2014-11-26 20:29:00    阅读次数:164
mysql如何做order by
ORDER BY Clauses In general, the optimizer will skip the sort procedure for the ORDER BY clause if it sees that the rows will be in order anyway. But let's examine some exceptional situations. Fo...
分类:数据库   时间:2014-11-26 11:19:42    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!