zendstudio10显示空字符Windows>Preferences>General>Editors>TextEditors取消Showwhitespacecharacters即可。窗口->首选项->文本编辑器->显示空格字符√
分类:
其他好文 时间:
2014-09-04 19:30:40
阅读次数:
251
1. ConceptsThe idea behind dynamic programming is quite simple. In general, to solve a given problem, we need to solve different parts of the problem ...
分类:
其他好文 时间:
2014-09-04 01:23:47
阅读次数:
208
Perl is a high-level , general-purpose,interpreted ,dynamic programming language . It was originally developed by Larry Wall in 1987 as a general-pur....
分类:
其他好文 时间:
2014-09-03 22:38:37
阅读次数:
324
FINGER(1) BSD General Commands Manual FINGER(1)NAME finger — user information lookup programSYNOPSIS finger [-lmsp] [user ...] [user@host ...]DESCRIPT...
分类:
系统相关 时间:
2014-09-03 16:17:57
阅读次数:
409
1:IDEA同时打开多个项目: 选择菜单File–Setting-General--->右侧Project Opening选择第一个Open project in new window; 接下来你通过菜单File–Reopen打开项目就以新窗口方式打开了.IDEA各种插件安装:http://bl.....
分类:
其他好文 时间:
2014-09-02 21:17:55
阅读次数:
265
Eclipse 的 Quick Access 工具栏作为标配,占了好大一截工具栏,太烦人了,想办法去掉它。 解决办法: 1、确认当前 Eclipse 使用的主题,在 Windows?->?Prefencees?->?General?->?Apperances 可以看到。比如...
分类:
数据库 时间:
2014-09-02 16:02:35
阅读次数:
221
--eclipse color themes 插件更新地址:http://eclipse-color-theme.github.io/update/ ?使用:After the installation, go to?Window→Preferences→General→Appereance→Color Theme?to change the color t...
分类:
系统相关 时间:
2014-09-02 12:44:24
阅读次数:
193
CREATE DATABASE 数据库名字 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
分类:
数据库 时间:
2014-09-02 12:42:54
阅读次数:
219
refer:http://databases.aspfaq.com/general/why-do-some-sql-strings-have-an-n-prefix.htmlYou may have seen Transact-SQL code that passes strings around ...
分类:
数据库 时间:
2014-09-01 19:08:33
阅读次数:
442
(本文仅供自己笔记查看用)新建database并导入数据:mysql> CREATE DATABASE IF NOT EXISTS site_facelook CHARSET utf8 COLLATE utf8_general_ci;mysql> use site_facelook;mysql> s...
分类:
数据库 时间:
2014-09-01 12:04:32
阅读次数:
190