码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
使用Xcode5开发时的icon取消高光效果
1.在General中App Icons 使用Source--> AppIcon2.在Images.xcassets 中依次添加对应尺寸的icon.3.选中AppIcon ,在右侧第三个按钮下,勾选 iOS icon is pre-rendered.4.编译,运行,icon高光效果就没有了.如果还存...
分类:其他好文   时间:2014-09-13 21:26:15    阅读次数:249
MYSQL
CREATE DATABASE IF NOT EXISTS mydb DEFAULT CHARSET utf8 COLLATE utf8_general_ci;CREATE USER 'root'@'%' IDENTIFIED BY '123456';GRANT ALL PRIVILEGES ON ...
分类:数据库   时间:2014-09-12 22:03:14    阅读次数:285
python在eclipse下配置编码问题
Eclipse的设置 window->preferences->general->editors->text editors->spelling->encoding->UTF-8,编辑器的编码格式 window->preferences->workspace->text file?encoding->UTF-8 打开eclipse安装目录->eclip...
分类:编程语言   时间:2014-09-12 00:02:23    阅读次数:235
Zen Cart 138 在PHP5.3环境下出现的Fatal error: Cannot redeclare date_diff()
Zen Cart 138 在PHP5.3环境下出现的Fatal error: Cannot redeclare date_diff() in includes/functions/functions_general.php错误的解决方法原因是在这个文件中已存在函数:date_diff()了,此时,我...
分类:Web程序   时间:2014-09-10 19:22:20    阅读次数:212
Writing buffer overflow exploits - a tutorial for beginners
Buffer overflows in user input dependent buffers have become one of the biggest security hazards on the internet and to modern computing in general. T...
分类:其他好文   时间:2014-09-09 19:58:59    阅读次数:341
VS2012编译可在WinXP兼容程序
VS2012需要安装Update 1补丁在Project的Properties 选择 General > Platform Toolset -> Visual Studio 2012 - Windows XP (v110_xp)在Project的Properties 选择 General > C/C...
分类:Windows程序   时间:2014-09-09 18:14:59    阅读次数:283
Eclipse字体环境的设置
使用Eclipse时,字体大小的设置步骤: 写代码的时候,字体美一点,字号大一点且粗一点,这样能使心情愉悦,同时也对眼睛有利。 Eclipse中的字体设置方法是,选择Window菜单中的Preferences,然后在左侧菜单中选择General中的Colors and Fonts,选中右侧Jav.....
分类:系统相关   时间:2014-09-07 17:07:45    阅读次数:222
YASM User Manual
This document is the user manual for the Yasm assembler. It is intended as both an introduction and a general-purpose reference for all Yasm users. 1....
分类:其他好文   时间:2014-09-06 23:44:05    阅读次数:686
如何修改64位Eclipse中的代码字体大小
1、双击打开Eclipse,如下图所示: 2、找到菜单栏中的Window,单击它,选择Preferences 3、在左侧的树形菜单中找到General---》Appearance---》Colors and Fonts 4、选择Basic---》Text Font,单击Edit,设置字体大小 5、设置完后,字体大小为...
分类:系统相关   时间:2014-09-05 23:48:02    阅读次数:279
Linux -- crontab
*manpages*File: *manpages*, Node: crontab, Up: (dir)CRONTAB(1) General Commands Manual CRONTAB(1)NAME crontab - maintain crontab files for individual ...
分类:系统相关   时间:2014-09-04 22:10:50    阅读次数:488
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!