1:查看版本SELECT VERSION(); 2:查看当前的日志保存方式mysql> SHOW VARIABLES LIKE '%log_output%';+---------------+-------+| Variable_name | Value |+---------------+---....
分类:
数据库 时间:
2015-05-18 18:28:08
阅读次数:
161
Lecture1:Goals of the course; what is computation; introduction to data types, operators, and variablesPython
High VS. low
General VS. targetted
Interpreted VS. compileSyntax语法:what are legal express...
分类:
编程语言 时间:
2015-05-18 16:54:48
阅读次数:
183
主要用于程序升级,开启程序后是否显示新特性两个方面。1.苹果app版本 苹果规定,程序的版本只能升不能降。例如1.0->1.1可以,1.1->1.0就不可以,不允许上架。2.app版本存放位置 版本信息存放在Info.plist文件中,在工程的General栏中也可以看到。当app更新后,这里的.....
分类:
移动开发 时间:
2015-05-16 13:10:47
阅读次数:
281
临界区问题:Search/Insert/Delete Problem 的泛化
分类:
其他好文 时间:
2015-05-14 18:19:40
阅读次数:
210
1、首先framework\common\config\general.properties修改以下设置 country.geo.id.default=US currency.uom.id.default=USD locale.properties.fallback=en 改为 country.geo.id.default=CHN currency.uom.id.def...
分类:
其他好文 时间:
2015-05-14 12:27:34
阅读次数:
520
在使用过程中,遇到的一下有关工具软件的技巧问题,都记录在这里。1、Eclipse ①使用Eclipse导入已有工程 依次点击 file->import->General->Existing Project into workspace ->select root directory:点击brows....
分类:
其他好文 时间:
2015-05-13 19:26:29
阅读次数:
110
1.设置java的JDK:window->preferences->Java->Installed JREs->Add2.设置文件默认打开方式: window->preferences->General->Editors->File Assocations选中相关文件,并在Associated ed...
分类:
系统相关 时间:
2015-05-13 18:54:17
阅读次数:
195
1、检查一下workspace里面对应的java文件是不是本来就有乱码,可以用记事本或者UE打开看
2、如果上一条不是乱码,那你有两个选择:
(1)MyEclipse--》Window--》Preferences--》General--》Content types-->Text->Java Source File,在下面“Default encoding”设置你要更改的编码方式,Upda...
分类:
编程语言 时间:
2015-05-13 14:49:52
阅读次数:
140
把Database→EditCurrentDBMS→General→Script→Sql→Format→CaseSensitivityUsingQuote设置为NO
分类:
数据库 时间:
2015-05-13 12:44:03
阅读次数:
134
解决方案:
依次展开Windows->Preferences->General->Editors->TextEditor
将右边的Show whitespace characters的复选框取消保存即可...
分类:
编程语言 时间:
2015-05-09 23:40:50
阅读次数:
237