码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
codeblocks一点保存就自动消去了空格和tab
在使用codeblocks编写代码的时候, 如果一行代码前面都是空格或者TAB键, 点保存的时候, 就会自动删除这些空格和TAB,将光标定位在行首,这一点非常的不方便。可以通过如下设置进行修改不删除,让保存的时候, 光标仍在原来的位置。[Settings]-[Editor]-[General set...
分类:其他好文   时间:2015-01-20 13:28:44    阅读次数:150
Eclipse setting
设置字体大小: window--preferences--General--appearance--colors and fonts--java--"java editor text font",然后点change Eclipse中导入java文件中注释为乱码: 出现的原因:因为windows下默认的编码是GBK,而导入的ava源文件编码是UTF-8 eclipse->wi...
分类:系统相关   时间:2015-01-20 10:27:00    阅读次数:222
【持续。。更新】总结一下C++开发时的General Principle
0、学习的时候用Editor、Make、Compiler、Linker以及Debugger还有各种工具,了解开发细节。实战的时候用IDE加快开发速度。 除非你的项目简单到了只需要命令:compiler a.cpp就能生成a.exe。否则,请使用良好的文件组织结构: your_project_...
分类:编程语言   时间:2015-01-19 01:36:18    阅读次数:217
UVA Multiplying by Rotation
Multiplying by Rotation  Warning: Not all numbers in this problem are decimal numbers! Multiplication of natural numbers in general is a cumbersome operation. In some cases howev...
分类:其他好文   时间:2015-01-18 17:13:10    阅读次数:147
eclipse块编辑
1. Windows > Preferences然后键入keys或浏览到General > Keys。根据该键输入filter text的block selection快速找到快捷方式上市toggle block selection。在这里,您可以在快捷方式列选择如你所愿。 2. 您可以通过键盘快捷...
分类:系统相关   时间:2015-01-17 01:00:06    阅读次数:441
新版本的pdo会有这个问题
新版本的pdo会有这个问题:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternati...
分类:其他好文   时间:2015-01-16 14:26:08    阅读次数:233
理解数据点,自变量和因变量(参数和值)ChartControl
WinForms Controls>Controls>Chart Control>Fundamentals>Charting Basics>Understanding Data Point, Its Argument and ValueThis topic provides general info...
分类:其他好文   时间:2015-01-15 23:25:52    阅读次数:650
rpm的妙用
rpm -qf QUERY OPTIONS The general form of an rpm query command is rpm {-q|--query} [select-options] [query-options]PACKAGE SELECTION O...
分类:其他好文   时间:2015-01-15 21:44:35    阅读次数:109
android中的生命周期(新增2个函数)
onPostOnCreate()和OnPostResme()这两个函数onPostResume() Called when activity resume is complete (after onResume has been called). Applications will general....
分类:移动开发   时间:2015-01-15 19:45:44    阅读次数:161
Android 4.4 KitKat, the browser and the Chrome WebView
Having V8 as the JavaScript engine for the new web view, the JavaScript performance if much better, besides general performance on CSS thanks to hardw...
分类:移动开发   时间:2015-01-15 15:58:06    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!